|
| Class | Description |
|---|
 | Application | Encapsulates a Windows Phone application. |
 | ApplicationServiceContext | Represents the initial state of a Windows Phoneapplication when application extension services are started. |
 | ApplicationUnhandledExceptionEventArgs | Provides data for the Application::UnhandledException event. |
 | AssemblyPart | An assembly part is an assembly that is to be included in a Windows Phone-based app package (.xap). |
 | AssemblyPartCollection | Stores a collection of AssemblyPart objects. Provides collection support for the Deployment::Parts property. |
 | Clipboard | Provides static methods that facilitate transferring data to the system clipboard. This access is limited to Unicode text strings. |
 | DataTemplate | Describes the visual structure of a data object. |
 | DependencyObject | Represents an object that participates in the Windows Phone dependency property system. DependencyObject is the immediate base class of several other important Windows Phone classes, such as UIElement, Geometry, FrameworkTemplate, Style, and ResourceDictionary. |
 | DependencyObjectCollection<T> | Represents a collection of DependencyObject instances of a specified type. |
 | DependencyProperty | Represents a dependency property that is registered with the Windows Phone dependency property system. Dependency properties provide support for value expressions, data binding, animation, and property change notification. |
 | Deployment | Provides app part and localization information in the app manifest when deploying a Windows Phone app. |
 | DragEventArgs | Provides data for drag-and-drop events. |
 | DurationConverter | Provides type conversion support for the Duration structure. |
 | EventTrigger | Represents a trigger that applies a set of actions (animation storyboards) in response to an event. |
 | ExceptionRoutedEventArgs | Provides event data for exceptions that are raised as events by asynchronous operations, such as MediaFailed or ImageFailed. |
 | Expression | Infrastructure. This type is not intended to be used from your code or to be derived from. |
 | ExtensionPart | Represents a zip file containing assemblies used by application library caching. |
 | ExternalPart | Defines a base class for specifying parts of a Windows Phone application that are external to the application package (.xap file). |
 | ExternalPartCollection | Represents a collection of ExternalPart instances that indicate parts of a Windows Phone application that are external to the application package (.xap file). |
 | FontStretches | Provides a set of predefined font stretches as static property values. |
 | FontStyles | Provides a set of predefined font styles as static property values. |
 | FontWeights | Provides a set of predefined font weights as static property values. |
 | FrameworkElement | Provides a framework of common APIs for objects that participate in Windows Phone layout. FrameworkElement also defines APIs related to data binding, object tree, and object lifetime feature areas in Windows Phone. |
 | FrameworkTemplate | Creates an element tree of elements. |
 | Icon | Represents an icon that is used to identify an offline application. |
 | IconCollection | Represents a collection of Icon instances. |
 | LayoutCycleException | An exception that is thrown by the layout cycle. |
 | MediaFailedRoutedEventArgs | Provides event data for media failed events. |
 | MessageBox | Displays a message to the user and optionally prompts for a response. |
 | NullableBoolConverter | Converts Nullable<T> types (using the Boolean type constraint on the generic) from strings. |
 | PresentationFrameworkCollection<T> | Provides a common collection class for Windows Phone collections. |
 | PropertyMetadata | Defines certain behavior aspects of a dependency property, including conditions it was registered with. |
 | PropertyPath | Implements a data structure for describing a property as a path below another property, or below an owning type. Property paths are used in data binding to objects, and in storyboards and timelines for animations. |
 | PropertyPathConverter | Provides type conversion support for the PropertyPath type. |
 | ResourceDictionary | Provides a dictionary that contains resources used by components of a XAML application. |
 | RoutedEvent | Represents a routed event to the Windows Phone event system. |
 | RoutedEventArgs | Contains state information and event data associated with a routed event. |
 | RoutedPropertyChangedEventArgs<T> | Provides data about a change in value to a dependency property as reported by particular routed events, including the previous and current value of the property that changed. |
 | Setter | Applies a value to a property in a Style. |
 | SetterBase | Represents the base class for value setters. |
 | SetterBaseCollection | Represents a collection of objects that inherit from SetterBase. |
 | SizeChangedEventArgs | Provides data related to the SizeChanged event. |
 | StartupEventArgs | Contains the event data for the Startup event. |
 | Style | Contains property setters that can be shared between instances of a type. |
 | StyleTypedPropertyAttribute | Represents an attribute that is applied to the class definition and reports the TargetType of the properties that are of type Style. |
 | SystemColors | Contains system colors, system brushes, and system resource keys that correspond to system display elements. |
 | SystemParameters | Contains properties that you can use to query system settings. |
 | TemplateBindingExpression | Infrastructure. Supports template binding. |
 | TemplatePartAttribute | Represents an attribute that is applied to the class definition to identify the types of the named parts that are used for control templating. |
 | TemplateVisualStateAttribute | Specifies that a control can be in a certain state and that a VisualState is expected in the control's ControlTemplate. |
 | TextDecorationCollection | Provides the value for the TextBlock::TextDecorations and Inline::TextDecorations properties. |
 | TextDecorations | Implements a set of predefined text decorations. |
 | TriggerAction | Serves as the base class for BeginStoryboard. |
 | TriggerActionCollection | Represents a collection of BeginStoryboard objects. |
 | TriggerBase | Serves as the base class for EventTrigger. |
 | TriggerCollection | Represents a collection of EventTrigger objects. |
 | UIElement | UIElement is a base class for most of the objects that have visual appearance and can process basic input. |
 | VisualState | Represents the visual appearance of the control when it is in a specific state. |
 | VisualStateChangedEventArgs | Provides data for the CurrentStateChanging and CurrentStateChanged events. |
 | VisualStateGroup | Contains mutually exclusive VisualState objects and VisualTransition objects that are used to go from one state to another. |
 | VisualStateManager | Manages states and the logic for transitioning between states for controls. |
 | VisualTransition | Represents the visual behavior that occurs when the control transitions from one state to another. |