PresentationFramework An abstract base class for displaying common Win32 dialogs. Provides initialization for base class values when called by the constructor of a derived class. Determines whether sufficient permissions for displaying a dialog exist. if sufficient permissions do not exist to display a dialog. Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box. Window handle for the Win32 dialog. Windows message to be processed by the Win32 dialog. Parameters for dialog actions. Parameters for dialog actions. Always returns . When overridden in a derived class, resets the properties of a common dialog to their default values. When overridden in a derived class, is called to display a particular type of Win32 common dialog. Handle to the window that owns the dialog box. If the user clicks the OK button of the dialog that is displayed (e.g. , ), is returned; otherwise, . Displays a common dialog. If the user clicks the OK button of the dialog that is displayed (e.g. , ), is returned; otherwise, . Displays a common dialog. Handle to the window that owns the dialog. If the user clicks the OK button of the dialog that is displayed (e.g. , ), is returned; otherwise, . Gets or sets an object associated with the dialog. This provides the ability to attach an arbitrary object to the dialog. A that is attached or associated with a dialog. Provides a common base class for wrappers around both the OpenFile and SaveFile common dialog boxes. Derives from CommonDialog. This class is not intended to be derived from except by the OpenFileDialog and SaveFileDialog classes. Handles the IFileDialogEvents.OnFileOk callback. The event data. Resets all properties to their default values. Performs initialization work in preparation to show a file open, file save, or folder open dialog box. Handle to the window that owns the dialog box. if the dialog was successfully run; otherwise, . Returns a string representation of the dialog with key information for debugging purposes. Gets or sets a value indicating whether the dialog box will add the item being opened or saved to the recent documents list. Gets or sets a GUID to associate with the dialog's persisted state. Gets or sets the directory displayed by the file dialog box if no recently used directory value is available. Gets or sets a value indicating whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut (.lnk). Gets or sets the initial directory displayed by the file dialog box. Gets or sets the directory displayed as the navigation root for the dialog. Gets or sets a value indicating whether the dialog box will show hidden and system items regardless of user preferences. Gets or sets the text shown in the title bar of the file dialog. The text shown in the title bar of the file dialog, or if a localized default from the operating system is used (typically something like "Save As" or "Open"). Gets or sets a value indicating whether to check for situations that would prevent an application from opening the selected file, such as sharing violations or access denied errors. An abstract base class that encapsulates functionality that is common to file dialogs, including and . Occurs when the user selects a file name by either clicking the Open button of the or the Save button of the . Raises the event. Sets all properties of a file dialog back to their initial values. Returns a string that represents a file dialog. A representation of that contains the full pathname for any files selected from either , . Gets or sets a value indicating whether a file dialog automatically adds an extension to a file name if the user omits an extension. if extensions are added; otherwise, . The default is . Gets or sets a value indicating whether a file dialog displays a warning if the user specifies a file name that does not exist. if warnings are displayed; otherwise, . The default in this base class is . Gets or sets a value that specifies whether warnings are displayed if the user types invalid paths and file names. if warnings are displayed; otherwise, . The default is . Gets or sets a value that specifies the default extension string to use to filter the list of files that are displayed. The default extension string. The default is . Gets or sets a string containing the full path of the file selected in a file dialog. A that is the full path of the file selected in the file dialog. The default is . Gets an array that contains one file name for each selected file. An array of that contains one file name for each selected file. The default is an array with a single item whose value is . Gets or sets the filter string that determines what types of files are displayed from either the or . The filter string is invalid. A that contains the filter. The default is , which means that no filter is applied and all file types are displayed. Gets or sets the index of the filter currently selected in a file dialog. The that is the index of the selected filter. The default is 1. This property is not implemented. Not implemented. Gets a string that only contains the file name for the selected file. A that only contains the file name for the selected file. The default is , which is also the value when either no file is selected or a directory is selected. Gets an array that contains one safe file name for each selected file. An array of that contains one safe file name for each selected file. The default is an array with a single item whose value is . Represents an entry in a custom place list. Initializes a new instance of the class with the specified known folder GUID. The GUID of a known folder. Initializes a new instance of the class with the specified path. The path for the folder. Gets the GUID of the known folder for the custom place. The GUID of a known folder. Gets the file path for the custom place. The path for a custom place. Defines the known folders for custom places in file dialog boxes. Gets the Contacts folder for the current user. The Contacts folder for the current user. Gets the Internet cookies folder for the current user. The Internet cookies folder for the current user. Gets the folder for storing files on the desktop for the current user. The folder for storing files on the desktop for the current user. Gets the Documents folder for the current user. The Documents folder for the current user. Gets the Favorites folder for the current user. The Favorites folder for the current user. Gets the folder for application-specific data that is used by the current, non-roaming user. The folder for application-specific data that is used by the current, non-roaming user. Gets the Music folder for the current user. The Music folder for the current user. Gets the Pictures folder for the current user. The Pictures folder for the current user. Gets the Program Files folder. The Program Files folder. Gets the folder for components that are shared across applications. The folder for components that are shared across applications. Gets the folder that contains the program groups for the current user. The folder that contains the program groups for the current user. Gets the folder for application-specific data for the current roaming user. The folder for application-specific data for the current roaming user. Gets the folder that contains the Send To menu items for the current user. The folder that contains the Send To menu items for the current user. Gets the folder that contains the Start menu items for the current user. The folder that contains the Start menu items for the current user. Gets the folder that corresponds to the Startup program group for the current user. The folder that corresponds to the Startup program group for the current user. Gets the System folder. The System folder. Gets the folder for document templates for the current user. The folder for document templates for the current user. Represents a common dialog box that allows a user to specify a filename for one or more files to open. Initializes a new instance of the class. Opens a read-only stream for the file that is selected by the user using . No files were selected in the dialog. A new that contains the selected file. Creates an array that contains one read-only stream for each file selected by the user using . No files were selected in the dialog. An array of multiple new objects that contain the selected files. Resets all properties to their default values. Gets or sets an option flag indicating whether the dialog box forces the preview pane on. Gets or sets an option indicating whether allows users to select multiple files. if multiple selections are allowed; otherwise, . The default is . Gets or sets a value indicating whether the read-only check box displayed by is selected. if the checkbox is selected; otherwise, . The default is . Gets or sets a value indicating whether contains a read-only check box. if the checkbox is displayed; otherwise, . The default is . Represents a common dialog box that allows the user to open one or more folders. This class cannot be inherited. Occurs when the user clicks on the Open button on a folder dialog box. Initializes a new instance of the class. Resets all properties to their default values. Returns a string representation of the folder dialog with key information for debugging purposes. A string representation of the folder dialog with key information for debugging purposes. Gets or sets the full path of the folder selected in the folder dialog box. Gets the folder names of all selected folders in the dialog box. Gets or sets an option flag indicating whether the dialog box allows multiple folders to be selected. Gets the folder name component of the folder selected in the dialog box. Gets the names of all folders selected in the dialog box. Represents a common dialog that allows the user to specify a filename to save a file as. cannot be used by an application that is executing under partial trust. Initializes a new instance of the class. Creates a read-write file stream for the filename selected by the user using . No files were selected in the dialog. A new that contains the selected file. Resets all properties to their default values. Gets or sets a value indicating whether prompts the user for permission to create a file if the user specifies a file that does not exist. if dialog should prompt prior to saving to a filename that did not previously exist; otherwise, . The default is . Gets or sets a value indicating whether the dialog box will attempt to create a test file at the selected path. if the dialog box will attempt to create a test file at the selected path; otherwise, . The default is . Gets or sets a value indicating whether displays a warning if the user specifies the name of a file that already exists. if dialog should prompt prior to saving over a filename that previously existed; otherwise, . The default is . Provides attached properties used to communicate with a designer. Identifies the attached property. Gets the value of the attached property for the specified . The element from which the property value is read. is . The property value for the element. Sets the value of the attached property to a specified element. The element to which the attached property is written. The needed value. is . Gets or sets whether a is running in the context of a designer. Represents a user annotation in the Microsoft Annotations Framework. Occurs when an anchor is added, removed, or modified in the list of annotation . Occurs when an author is added, removed, or modified in the list of annotation . Occurs when a cargo is added, removed, or modified in the list of annotation . This constructor supports the Windows Presentation Foundation infrastructure and is not intended to be used directly from your code. This constructor supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The type name of the annotation. The GUID for the annotation. The date and time the annotation was first created. The date and time the annotation was last modified. Initializes a new instance of the class that has a specified type name and namespace. The type name of the annotation. Always returns . See Annotations Schema for schema details. Always . See Annotations Schema for schema details. Deserializes the from a specified . The XML reader to use to deserialize the annotation. is . The serialized XML for the is not valid. Serializes the annotation to a specified . The XML writer to use to serialize the annotation. is . The is not valid. Gets a collection of zero or more anchor elements that define the data selection(s) being annotated. A collection of zero or more anchor elements. Gets the of the annotation type. The XML qualified name for this kind of annotation. Gets a collection of zero or more author strings that identify who created the . A collection of zero or more author strings. Gets a collection of zero or more cargo elements that contain data for the annotation. A collection of zero or more cargo elements. Gets the date and the time that the annotation was created. The date and the time the annotation was created. Gets the GUID of the . The GUID of the annotation. Gets the date and the time that the annotation was last modified. The date and the time the annotation was last modified. Specifies the actions that occur with author, anchor, and cargo resources. The component was added to the annotation. The component was modified within the annotation. The component was removed from the annotation. Provides data for the event. Initializes a new instance of the class. The annotation raising the event. The author operation performed: , , or . The author object being changed by the event. or is a null reference (Nothing in Visual Basic). is an invalid . Gets the author change operation for the event. The author change operation: , , or . Gets the annotation that raised the event. The annotation that raised the event. Gets the author object that is the target of the event. The author object that is the target of the event. Represents the method that handles the event raised by the class. The source of the event. The event data. Provides a for printing a document together with its associated annotations. Initializes a new instance of the class based on a specified , annotation storage , and text . The document to add the printed annotations to. The annotation storage stream to retrieve the annotations from. The text flow direction, or . Initializes a new instance of the class based on a specified and annotation storage . The document to add the printed annotations to. The annotation storage stream to retrieve the annotations from. Initializes a new instance of the class based on a specified , , and text . The document to add the printed annotations to. The store to retrieve the annotations from. The text flow direction, or . Initializes a new instance of the class based on a specified and . The document to add the printed annotations to. The store to retrieve the annotations from. Cancels all asynchronous operations initiated with a given object. The unique application-defined identifier passed in the call to start the asynchronous operation. Forces a pagination of the content, updates with the new total, and sets to . Starts an asynchronous pagination of the content, updates with the new total, and sets to when it is finished. An application-defined object for identifying the asynchronous operation. Returns a together with associated user-annotations for a specified page number. The zero-based page number of the to return. The for the specified ; or , if the specified does not exist. Asynchronously returns a together with associated user-annotations for a specified page number. The zero-based page number of the to retrieve. An application-defined object that is used to identify the asynchronous operation. Gets a value that indicates whether is the total number of pages. if pagination is complete and represents the total number of pages; otherwise, if pagination is in process and represents the number of pages currently formatted. Gets a value that indicates the number of pages currently formatted. If is , the total number of annotation pages; otherwise if is , the number of pages currently formatted (pagination in process). Gets or sets the suggested width and height of each page. The suggested width and height for formatting pages. Gets the source document that is being paginated. The source document that is being paginated. Provides utility methods and commands to create and delete highlight, ink sticky note, and text sticky note annotations. Clears all highlight annotations from the current selection of the viewer control associated with the given . The annotation service from which to remove highlight annotations. is . is not enabled. Creates a highlight annotation on the current selection of the viewer control associated with the specified . The annotation service to use to create the highlight annotation. The author of the annotation. The brush to use to draw the highlight over the selected content. is . is not enabled. -or- in not a . The viewer control contains no content selection. The highlight annotation; or , if there is no selected content to highlight. Creates an ink sticky note annotation on the current selection of the viewer control associated with the specified . The annotation service to use to create the ink sticky note annotation. The author of the annotation. is . is not enabled. The viewer control contains no content selection. The ink sticky note annotation; or , if there is no selected content to annotate. Creates a text sticky note annotation on the current selection of the viewer control associated with the specified . The annotation service to use to create the text sticky note annotation. The author of the annotation. is . is not enabled. The viewer control contains no content selection. The text sticky note annotation; or , if there is no selected content to annotate. Deletes ink sticky note annotations that are wholly contained within the current selection of the viewer control associated with the given . The annotation service from which to delete ink sticky note annotations. is . is not enabled. Deletes text sticky note annotations that are wholly contained within the current selection of the viewer control associated with the given . The annotation service from which to delete text sticky note annotations. is . is not enabled. Returns an object that provides anchoring information, such as the anchor location, about the specified annotation. The annotation service to use for this operation. The annotation to get anchoring information for. An object that provides anchoring information about the specified annotation, or if it cannot be resolved. Represents a content anchor or cargo resource for an . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This constructor supports the Windows Presentation Foundation infrastructure and is not intended to be used directly from your code. This constructor supports the Windows Presentation Foundation infrastructure and is not intended to be used directly from your code. The globally unique identifier (GUID) that identifies this resource. is equal to Guid.Empty. Initializes a new instance of the class with a specified name. A name to identify this resource from other and defined in the same annotation. is . Always returns . See Annotations Schema for schema details. Always . See Annotations Schema for schema details. Deserializes the from a specified . The XML reader to deserialize the from. is . The serialized XML for the is not valid. Serializes the to a specified . The XML writer to serialize the . is . The is not valid. Gets the collection of elements contained in this resource. The collection of content locators contained in this resource. Gets a collection of the objects that define the content of this resource. The collection of the objects that define the content of this resource. Gets the GUID of this resource. The GUID that identifies this resource. Gets or sets a name for this . The name assigned to this to distinguish it from other or in the annotation. Provides data for the and events. Initializes a new instance of the class. The annotation that raised the event. The action of the event. The or resource of the event. or is . is not a valid value. Gets the action of the annotation . The action of the annotation . Gets the that raised the event. The that raised the event. Gets the or resource associated with the event. The annotation anchor or cargo resource that was , , or . Represents the method that handles the or events raised by the class. The source of the event. The event data. Provides core services of the Microsoft Annotations Framework to manage and display user annotations. Represents the command to clear highlight annotations from the current selection. Represents the command to create a highlight annotation on the current selection. Represents the command to create an ink-note annotation on the current selection. Represents the command to create a text-note annotation on the current selection. Represents the command to delete all ink-note, text-note, and highlight annotations in the current selection. Represents the command to delete all ink-note and text-note annotations in the current selection. Initializes a new instance of the class for use with a specified control. The document reading control associated with the . Initializes a new instance of the class for use with a specified control. The document viewing control associated with the . is . Initializes a new instance of the class for use with a specified or control. The document viewing control associated with the . is . Disables annotations processing and hides all visible annotations. Enables the for use with a given and displays all visible annotations. The annotation store to use for reading, writing, and displaying annotations. is . Returns the associated with a specified . The document reader control to return the instance for. is . The associated with the given document reader control; or if the specified document reader has no . Returns the associated with a specified . The document viewer control to return the instance for. is . The associated with the given document viewer control; or if the specified viewer control has no . Returns the instance associated with a specified document viewing control. The document viewing control to return the instance for. is . The associated with the given document viewing control; or if the specified document viewing control has no . Gets a value that indicates whether the is enabled. if the is enabled; otherwise, . Gets the used by this . The used by this . Represents an ordered set of elements that identify an item of content. Initializes a new instance of the class. Creates a modifiable deep copy clone of this . A modifiable deep copy clone of this . Always returns . For schema details, see Annotations Schema. Always . For schema details, see Annotations Schema. Deserializes the from a specified . The XML reader to use to deserialize the . is . The serialized XML for the is not valid. Returns a value that indicates whether the starting sequence of elements in a specified are identical to those in this . The with the list of elements to compare with this . is . if the starting sequence of elements in this matches those in the specified ; otherwise, . Serializes the to a specified . The XML writer to use to serialize the . is . Gets the collection of elements that make up this . The collection of elements that make up this . Represents an object that identifies an item of content. For a description of this member, see . Creates a modifiable deep copy clone of this . A modifiable deep copy clone of this . Represents an ordered set of elements that identify an item of content. Initializes a new instance of the class. Creates a modifiable deep copy clone of this . A modifiable deep copy clone of this . Always returns . See Annotations Schema for schema details. Always . See Annotations Schema for schema details. Deserializes the from a specified . The XML reader to use to deserialize the . is . The serialized XML for the is not valid. Serializes the to a specified . The XML writer to use to serialize the . is . Gets the collection of the elements that make up this . The collection of elements that make up this . Represents a set of name/value pairs that identify an item of content. This event supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Initializes a new instance of the class with a specified type name and namespace. The type name and namespace for the . The parameter is . The strings . or . (or both) are or empty. Creates a modifiable deep copy clone of this . A modifiable deep copy clone of this . Returns a value that indicates whether a given is identical to this . The part to compare for equality. if the within both parts are identical; otherwise, . Returns the hash code for this part. The hash code for this part. Gets a collection of the name/value pairs that define this part. The collection of the name/value pairs that define this . Gets the type name and namespace of the part. The type name and namespace of the part. Provides the capabilities for matching annotations with the corresponding annotated objects. Gets the anchor of the annotation. The anchor that is resolved. Gets the annotation object. The annotation object. Gets the object that represents the location on the tree where the is resolved. The object that represents the location on the tree where the is resolved. The type is specified by the type of the annotated object. Sticky notes and highlights in flow or fixed documents always resolve to a object. When overridden in a derived class, represents a data store for writing and reading user annotations. Occurs when an anchor on any in the store changes. Occurs when an author on any in the store changes. Occurs when a cargo on any in the store changes. Occurs when an is added to or deleted from the store. Initializes a new instance of the class. Adds a new to the store. The annotation to add to the store. is . An with the same property value already exists in the store. has been called on the store. Deletes the annotation with the specified from the store. The GUID property of the annotation to be deleted. has been called on the store. The annotation that was deleted; otherwise, if an annotation with the specified was not found in the store. Releases all managed and unmanaged resources used by the store. Releases the unmanaged resources used by the store and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Guarantees that will eventually be called for this store. Forces any annotation data retained in internal buffers to be written to the underlying storage device. has been called on the store. Returns the annotation with the specified from the store. The GUID property of the annotation to be returned. has been called on the store. The annotation with the given ; or , if an annotation with the specified was not found in the store. Returns a list of all the annotations in the store. has been called on the store. The list of all annotations currently contained in the store. Returns a list of annotations that have with locators that begin with a matching sequence. The starting sequence to return matching annotations for. The list of annotations that have with locators that start and match the given ; otherwise, if no matching annotations were found. Raises the event. The event data. Raises the event. The event data. Raises the event. The event data. Raises the event. The event data. Gets or sets a value that indicates whether data in annotation buffers is to be written immediately to the physical data store. if data in annotation buffers is to be written immediately to the physical data store for each operation; otherwise, if data in the annotation buffers is to be written when the application explicitly calls . Gets a value that indicates whether has been called. if has been called; otherwise, . The default is . Gets the object to use as a synchronization lock for critical sections. The object to use as a synchronization lock for critical sections. Specifies the actions performed on an in an . The was added to the store. The was deleted from the store. Provides data for the event. Initializes a new instance of the class. The action of the event. The annotation added or removed. or is . Gets the action performed. An action or value that identifies the operation performed. Gets the that changed in the store. The that changed in the store. Represents the method that handles the event raised by the class. The source of the event. The event data. Represents an XML data store for writing and reading user annotations. Initializes a new instance of the class with a specified I/O and dictionary of known compatible namespaces. The I/O stream for reading and writing user annotations. A dictionary with a list of known compatible namespaces. is . contains invalid XML. The dictionary contains a duplicate namespace. -or- The dictionary contains an element that has a key. Initializes a new instance of the class with a specified I/O . The I/O stream for reading and writing user annotations. Adds a new to the store. The annotation to add to the store. is . An with the same already is in the store. An I/O has not been set for the store. has been called on the store. Deletes the annotation with the specified from the store. The globally unique identifier (GUID) property of the annotation to be deleted. has been called on the store. An I/O has not been set for the store. The annotation that was deleted; otherwise, if an annotation with the specified was not found in the store. Forces any annotation data retained in internal buffers to be written to the underlying storage device. has been called on the store. An I/O has not been set for the store. The store I/O is read-only and cannot be accessed for output. Returns the annotation with the specified from the store. The GUID property of the annotation to be returned. has been called on the store. The annotation with the given ; otherwise, if an annotation with the specified was not found in the store. Returns a list of all the annotations in the store. has been called on the store. The list of all annotations that are currently in the store. Returns a list of annotations that have with locators that begin with a matching sequence. The starting sequence to return matching annotations for. The list of annotations that have with locators that start and match the given ; otherwise, if no matching annotations were found. Returns a list of namespaces that are compatible as an input namespace. The starting URI sequence to return the list of namespaces for. A list of compatible namespaces that match ; otherwise, if there are no compatible namespaces found. Gets or sets a value that indicates whether data in annotation buffers is to be written immediately to the physical data store. if data in annotation buffers is to be written immediately to the physical data store for each operation; otherwise, if data in the annotation buffers is to be written when the application explicitly calls . Gets a list of the namespaces that were ignored when the XML stream was loaded. The list of the namespaces that were ignored when the XML stream was loaded. Gets a list of all namespaces that are predefined by the Annotations Framework. The list of namespaces that are predefined by the Microsoft Annotations Framework. Represents a selection of content that an annotation is anchored to. Returns a value that indicates whether the text anchor is equal to the specified object. The object to compare to. if the two instances are equal; otherwise, . Returns the hash code of the text anchor instance. The hash code of the text anchor instance. Gets the end position of the text anchor. The end position of the text anchor. Gets the beginning position of the text anchor. The beginning position of the text anchor. Encapsulates a Windows Presentation Foundation application. Occurs when an application becomes the foreground application. Occurs when an application stops being the foreground application. Occurs when an exception is thrown by an application but not handled. Occurs just before an application shuts down and cannot be canceled. Occurs when a navigator in the application begins navigation to a content fragment, Navigation occurs immediately if the desired fragment is in the current content, or after the source XAML content has been loaded if the desired fragment is in different content. Occurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering. Occurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading. Occurs when a new navigation is requested by a navigator in the application. Occurs when an error occurs while a navigator in the application is navigating to the requested content. Occurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information. Occurs when the method of a navigator in the application is called, or when a new navigation is requested by a navigator while a current navigation is in progress. Occurs when the user ends the Windows session by logging off or shutting down the operating system. Occurs when the method of the object is called. Initializes a new instance of the class. More than one instance of the class is created per . Searches for a user interface (UI) resource, such as a or , with the specified key, and throws an exception if the requested resource is not found (see XAML Resources). The name of the resource to find. The resource cannot be found. The requested resource object. If the requested resource is not found, a is thrown. Returns a resource stream for a content data file that is located at the specified (see WPF Application Resource, Content, and Data Files). The relative that maps to a loose resource. The that is passed to is null. The that is passed to is an absolute . A that contains a content data file that is located at the specified . If a loose resource is not found, null is returned. Retrieves a cookie for the location specified by a . The that specifies the location for which a cookie was created. A Win32 error is raised by the function (called by ) if a problem occurs when attempting to retrieve the specified cookie. A value, if the cookie exists; otherwise, a is thrown. Returns a resource stream for a site-of-origin data file that is located at the specified (see WPF Application Resource, Content, and Data Files). The that maps to a loose resource at the site of origin. The that is passed to is null. The that is passed to is either not relative, or is absolute but not in the pack://siteoforigin:,,,/ form. A that contains a resource stream for a site-of-origin data file that is located at the specified . If the loose resource is not found, is returned. Returns a resource stream for a resource data file that is located at the specified (see WPF Application Resource, Content, and Data Files). The that maps to an embedded resource. The that is passed to is null. The that is passed to is either not relative, or is absolute but not in the pack://application:,,,/ form. The that is passed to cannot be found. A that contains a resource stream for resource data file that is located at the specified . Loads a XAML file that is located at the specified uniform resource identifier (URI) and converts it to an instance of the object that is specified by the root element of the XAML file. An object of the same type as the root element of the XAML file. A that maps to a relative XAML file. is null. The is an absolute URI. is of a type that does not match the root element of the XAML file. Loads a XAML file that is located at the specified uniform resource identifier (URI), and converts it to an instance of the object that is specified by the root element of the XAML file. A that maps to a relative XAML file. is null. The is an absolute URI. The file is not a XAML file. An instance of the root element specified by the XAML file loaded. Raises the event. An that contains the event data. Raises the event. An that contains the event data. Raises the event. An that contains the event data. Raises the event. A that contains the event data. Raises the event. A that contains the event data. Raises the event. A that contains the event data. Raises the event. A that contains the event data. Raises the event. A that contains the event data. Raises the event. A that contains the event data. Raises the event. A that contains the event data. Raises the event. A that contains the event data. Raises the event. A that contains the event data. Starts a Windows Presentation Foundation application. is called from a browser-hosted application (for example, an XAML browser application (XBAP)). The application exit code that is returned to the operating system when the application shuts down. By default, the exit code value is 0. Starts a Windows Presentation Foundation application and opens the specified window. A that opens automatically when an application starts. is called from a browser-hosted application (for example, an XAML browser application (XBAP)). The application exit code that is returned to the operating system when the application shuts down. By default, the exit code value is 0. Creates a cookie for the location specified by a . The that specifies the location for which the cookie should be created. The that contains the cookie data. A Win32 error is raised by the function (called by ) if a problem occurs when attempting to create the specified cookie. Shuts down an application. Shuts down an application that returns the specified exit code to the operating system. An integer exit code for an application. The default exit code is 0. Queries for whether a specified ambient property is available in the current scope. The name of the requested ambient property. if the requested ambient property is available; otherwise, . Searches for the specified resource. The name of the resource to find. The requested resource object. If the requested resource is not found, a null reference is returned. Gets the object for the current . The object for the current . Gets or sets the main window of the application. is set from an application that's hosted in a browser, such as an XAML browser applications (XBAPs). A that is designated as the main application window. Gets a collection of application-scope properties. An that contains the application-scope properties. Gets or sets the that provides the pack uniform resource identifiers (URIs) for resources in a WPF application. A WPF application has an entry assembly, or has already been set. A reference to the that provides the pack uniform resource identifiers (URIs) for resources in a WPF application. Gets or sets a collection of application-scope resources, such as styles and brushes. A object that contains zero or more application-scope resources. Gets or sets the condition that causes the method to be called. A enumeration value. The default value is . Gets or sets a UI that is automatically shown when an application starts. is set with a value of null. A that refers to the UI that automatically opens when an application starts. Gets or sets the Fluent theme mode of the application. Gets the instantiated windows in an application. A that contains references to all window objects in the current . Specifies that an attached property has a browsable scope that extends to child elements in the logical tree. Initializes a new instance of the class. Determines whether the current .NET Framework attribute is equal to a specified object. The to compare to the current . if the specified is equal to the current ; otherwise, . Returns the hash code for this .NET Framework attribute. An unsigned 32-bit integer value. Gets or sets a value that declares whether to use the deep mode for detection of parent elements on the attached property where this .NET Framework attribute is applied. if the attached property is browsable for all child elements in the logical tree of the parent element that owns the attached property. if the attached property is only browsable for immediate child elements of a parent element that owns the attached property. The default is . Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Gets the control type of the element that is associated with the UI Automation peer. The enumeration value. Gets the name of the control that is associated with this UI Automation peer. A string that contains "Button". Gets the object that supports the specified control pattern of the element that is associated with this automation peer. A value in the enumeration. If is , this method returns a pointer, otherwise this method returns . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Represents a base class for exposing elements derived from to UI Automation. Provides initialization for base class values when called by the constructor of a derived class. The that is associated with this peer. Gets the accelerator key for the element associated with this . Called by . A string containing the accelerator key. Gets the for the element associated with this . Called by . The string that contains the . Gets the name of the class of the element associated with this . Called by . A string that contains the class name, minus the accelerator key. Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Gets the object that supports the specified control pattern of the element that is associated with this automation peer. An enumeration value that specifies the control pattern. If is , , , or , this method returns a pointer; otherwise, this method returns . Retrieves the UI Automation provider for the specified cell. The ordinal number of the row of interest. The ordinal number of the column of interest. The UI Automation provider for the specified cell. Retrieves an element by the specified property value. The item in the container after which to begin the search. The property that contains the value to retrieve. The value to retrieve. The first item that matches the search criterion; otherwise, if no items match. Retrieves a collection of control-specific view identifiers. A collection of values that identifies the views available for a UI Automation element. Retrieves the name of a control-specific view. The view identifier. A localized name for the view. Sets the current control-specific view. A view identifier. is not a member of the supported views collection. Retrieves a UI Automation provider for each child element that is selected. A collection of UI Automation providers. Gets a collection of UI Automation providers that represents all the column headers in a table. A collection of UI Automation providers. Retrieves a collection of UI Automation providers that represents all row headers in the table. A collection of UI Automation providers. Gets the total number of columns in a grid. The total number of columns in a grid. Gets the total number of rows in a grid. The total number of rows in a grid. Gets the current control-specific view. The value for the current view of the UI Automation element. Gets a value that specifies whether the UI Automation provider allows more than one child element to be selected concurrently. if multiple selection is allowed; otherwise, . Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected. in all cases. Retrieves the primary direction of traversal for the table. The primary direction of traversal. Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the for the element associated with this . Called by . The enumeration value. Gets the name of the element associated with this . Called by . A string that contains "CheckBox". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Creates a new instance of the class. The that is associated with this . A new instance of the class. Gets the control type for this . This method is called by . The enumeration value. Gets a collection of child elements. This method is called by . A collection of child elements. Gets the name of the class that defines the type that is associated with this . This method is called by . A string that contains "ComboBox". Gets the control pattern for this . One of the enumeration values. If is or , this method returns a reference to the current instance of the ; otherwise, this method calls the base implementation on . Sets the keyboard input focus on the control that is associated with this object. This method is called by . The control that is associated with this object cannot receive focus. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The string value of a control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The for the current element. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the value is read-only; if it can be modified. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string value of the control. Represents a base class for exposing types to UI Automation. Provides initialization for base class values when called by the constructor of a derived class. The that is associated with this . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "ContextMenu". Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by . in all cases. Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Returns the object that supports the specified control pattern of the element that is associated with this automation peer. A value in the enumeration. If is , , or , this method returns a pointer; otherwise, this method returns . Retrieves the UI Automation provider for the specified cell. The ordinal number of the row of interest. The ordinal number of the column of interest. The UI Automation provider for the specified cell. Retrieves a UI Automation provider for each child element that is selected. A collection of UI Automation providers. Gets a collection of UI Automation providers that represents all the column headers in a table. A collection of UI Automation providers. Retrieves a collection of UI Automation providers that represents all row headers in the table. A collection of UI Automation providers. Gets the total number of columns in a grid. The total number of columns in a grid. Gets the total number of rows in a grid. The total number of rows in a grid. Gets a value that specifies whether the UI Automation provider allows more than one child element to be selected concurrently. if multiple selection is allowed; otherwise . Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected. in all cases. Retrieves the primary direction of traversal for the table. The primary direction of traversal. Exposes types to UI Automation. Initializes a new instance of the class. An enumeration value that specifies the control pattern. Exposes types to UI Automation. Initializes a new instance of the class. The element that is associated with this automation peer. The column that is in. Returns the object that supports the specified control pattern of the element that is associated with this automation peer. An enumeration that specifies the control pattern. The current object, if is a supported value; otherwise, . Sends a request to activate a control and initiate its single, unambiguous action. Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container. Adds the current element to the collection of selected items. Removes the current element from the collection of selected items. Deselects any selected items and then selects the current element. Retrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell. A collection of UI Automation providers. Retrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell. A collection of UI Automation providers. Sets the value of a control. The value to set. The provider is responsible for converting the value to the appropriate data type. The object that is associated with this object is read-only. Makes the virtual item fully accessible as a UI Automation element. Gets the ordinal number of the column that contains the cell or item. A zero-based ordinal number that identifies the column containing the cell or item. Gets the number of columns spanned by a cell or item. The number of columns spanned. Gets a UI Automation provider that implements and represents the container of the cell or item. A UI Automation provider that implements the and represents the cell or item container. Gets the ordinal number of the row that contains the cell or item. A zero-based ordinal number that identifies the row containing the cell or item. Gets the number of rows spanned by a cell or item. The number of rows spanned. Gets a value that indicates whether an item is selected. if the element is selected; otherwise, . Gets the UI Automation provider that implements and acts as the container for the calling object. The provider that supports . Gets a value that specifies whether the value of a control is read-only. if the value is read-only; if it can be modified. Gets the value of the control. The value of the control as a string. Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Exposes the of a that is in a to UI Automation. Initializes a new instance of the class. The in the that is associated with this . The column that is associated with the . The automation peer for the that is associated with the . Gets the control type for the header that is associated with this . This method is called by . The enumeration value. Gets a name that differentiates the header that is represented by this . This method is called by . The type name of the property that is associated with this . Returns the object that supports the specified control pattern of the element that is associated with this automation peer. An enumeration value that specifies the control pattern. The current object, if is a supported value; otherwise, . Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. in all cases. Sends a request to activate a control and initiate its single, unambiguous action. Scrolls the header and column that is associated with the into view. Throws an exception in all cases. This parameter is not used. This parameter is not used. In all cases. Resizes the width of the column that is associated with the . The new width of the column, in pixels. This parameter is not used. The column that is associated with this cannot be resized. Throws an exception in all cases. This parameter is not used. In all cases. Makes the virtual column fully accessible as a UI Automation element. Gets a value that specifies whether the column can be moved. in all cases. Gets a value that specifies whether the column can be resized. if the element can be resized; otherwise . Gets a value that specifies whether the control can be rotated. in all cases. Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Retrieves an element with the specified property value. The item in the container after which to begin the search. The property that contains the value to retrieve. The value to retrieve. The first item that matches the search criterion; otherwise, if no items match. Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Exposes types to UI Automation. The may or may not actually exist in memory. Initializes a new instance of the class. The data item in the collection that is associated with this . The that is associated with the that holds the collection. Returns the object that supports the specified control pattern of the element that is associated with this automation peer. An enumeration value that specifies the control pattern. The current object, if is a supported value; otherwise, . Sends a request to activate a control and initiate its single, unambiguous action. Retrieves an element by the specified property value. The item in the container after which to begin the search. The property that contains the value to retrieve. The value to retrieve. The first item that matches the search criterion; otherwise, if no items match. Scrolls the content area of a container object to display the control within the visible region (viewport) of the container. Adds the current element to the collection of selected items. Removes the current element from the collection of selected items. Clears any selected items and then selects the current element. Retrieves a UI Automation provider for each child element that is selected. A collection of UI Automation providers. Gets a value that indicates whether an item is selected. if the element is selected; otherwise, . Gets the UI Automation provider that implements and acts as the container for the calling object. The provider for the control. Gets a value that indicates whether the UI Automation provider allows more than one child element to be selected concurrently. if multiple selection is allowed; otherwise, . Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected. in all cases. Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Exposes types to UI Automation. Initializes a new instance of the class. The element associated with this automation peer. Returns the object that supports the specified control pattern of the element that is associated with this automation peer. An enumeration value that specifies the control pattern. If is or , this method returns a pointer; otherwise, this method returns . Hides all nodes, controls, or content that are descendants of the control. Displays all child nodes, controls, or content of the control. Sets the value of a control. The value to set. The provider is responsible for converting the value to the appropriate data type. Gets the state (expanded or collapsed) of the control. The state (expanded or collapsed) of the control. Gets a value that specifies whether the value of a control is read-only. if the value is read-only; if it can be modified. Gets the value of the control. A string that represents the value of the control. Exposes and types to UI Automation. Gets the control pattern implementation for this . The type of pattern implemented by the element to retrieve. The object that implements the pattern interface, or if the specified pattern interface is not implemented by this peer. Sends a request to activate a control and initiate its single, unambiguous action. Adds the current element to the collection of selected items. Removes the current element from the collection of selected items. Clears any selected items and then selects the current element. Retrieves a collection of UI Automation providers that represents all the column headers associated with a table item or cell. A collection of UI Automation providers. Retrieves a collection of UI Automation providers that represents all the row headers associated with a table item or cell. A collection of UI Automation providers. Makes the virtual item fully accessible as a UI Automation element. Gets the ordinal number of the column that contains the cell or item. A zero-based ordinal number that identifies the column containing the cell or item. Gets the number of columns spanned by a cell or item. The number of columns spanned. Gets a UI Automation provider that implements and represents the container of the cell or item. A UI Automation provider that represents the cell or item container. Gets the ordinal number of the row that contains the cell or item. A zero-based ordinal number that identifies the row containing the cell or item. Gets the number of rows spanned by a cell or item. The number of rows spanned. Gets a value that indicates whether an item is selected. if the element is selected; otherwise, . Gets the UI Automation provider that implements and acts as the container for the calling object. The provider that acts as the container for the calling object. Exposes control types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the control that is associated with this . This method is called by . in all cases. Gets the that represents the screen coordinates of the element that is associated with this . This method is called by . The bounding rectangle. Gets the collection of child elements for the that is associated with this . This method is called by . Because gives access to its content through , this method always returns . Gets the name of the that is associated with this . This method is called by . A string that contains "Document". Gets a that represents the clickable space that is on the that is associated with this . This method is called by . The point that represents the clickable space that is on the element. Gets the control pattern for the that is associated with this . One of the enumeration values. If is , this method returns an . Gets or sets a value that indicates whether the that is associated with this is understood by the end user as interactive or the user might understand the as contributing to the logical structure of the control in the GUI. This method is called by . in all cases. Gets a value that indicates whether the that is associated with this is off the screen. This method is called by . if the element is not on the screen; otherwise, . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the string that uniquely identifies the that is associated with this . This method is called by . A string that contains the automation identifier. Gets the collection of child elements of the that is associated with this . This method is called by . The collection of child elements of the that is associated with this . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the name of the that is associated with this . This method is called by . A string that contains "DocumentViewer". Gets the control pattern for the that is associated with this . One of the enumeration values. If is , this method returns the for this . This method also sets as the . Exposes types to UI Automation. Creates a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the collection of child elements of the that is associated with this . Called by . The collection of child elements. Gets the name of the that is associated with this . Called by . A string that contains "DocumentViewer". Gets the control pattern for the that is associated with this . One of the enumeration values. If is , this method returns an reference. Exposes types to UI Automation. Creates a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the collection of child elements of the control that is associated with this , and sets the event source of the templated toggle button to this instance. The collection of child elements of the control associated with this . Gets the name of the that is associated with this . Called by . A string that contains "Expander". Gets the control pattern for the that is associated with this . One of the enumeration values. If is , this method returns a reference to the current instance of the , otherwise this method calls the base implementation on which returns . Indicates whether the expander has automation keyboard focus. if the expander has automation keyboard focus; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The state (expanded or collapsed) of the control. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "FixedPage". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the collection of child elements of the that is associated with this . This method is called by . The collection of child elements. Gets the name of the that is associated with this . This method is called by . A string that contains " FlowDocumentPageViewer". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the collection of child elements of the that is associated with this . This method is called by . The collection of child elements. Gets the name of the that is associated with this . This method is called by . The name of the that is associated with this . Gets the control pattern for the that is associated with this . A value in the enumeration. If is , this method returns a pointer. Otherwise, this method returns . Returns a collection of control-specific view identifiers. A collection of values that identifies the views available for a UI Automation element. Returns the name of a control-specific view. The ID of a view. The name of a control-specific view. Sets the current control-specific view. The ID of a view. Gets the current control-specific view. The value for the current view of the UI Automation element. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the collection of child elements of the that is associated with this . This method is called by . The collection of child elements. Gets the name of the that is associated with this . This method is called by . A string that contains "FlowDocumentScrollViewer". Gets the control pattern for the that is associated with this . One of the enumeration values. An object that supports the control pattern if is a supported value; otherwise, . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "Frame". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the string that uniquely identifies the that is associated with this . This method is called by . The string that uniquely identifies the . Gets the string that describes the functionality of the that is associated with this . This method is called by . The string describing the functionality of the element. Gets the for the that is targeted to the that is associated with this . This method is called by . The for the element that is targeted by the . Exposes types to UI Automation. Initializes a new instance of the class. The associated with this . Gets the string that uniquely identifies the that is associated with this . Called by . The automation identifier for the element associated with the , or if there isn't an automation identifier. Gets the string that describes the functionality of the that is associated with this . Called by . The help text, usually from the , or if there is no help text. Gets the text label of the that is associated with this . Called by . The text label of the element that is associated with this automation peer. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the name of the that is associated with this . This method is called by . A string that contains "GridSplitter". Gets the control pattern for the . This method is called by . A value in the enumeration. If is , this method returns a pointer; otherwise this method returns . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Absolute screen coordinates of the left side of the control. Absolute screen coordinates of the top of the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The new width of the window, in pixels. The new height of the window, in pixels. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The number of degrees to rotate the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the element can be moved; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the element can be resized; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the element can rotate; otherwise . Exposes types to UI Automation. Initializes a new instance of the class. The associated with this . The that the is using as a view mode. Creates a new instance of the class. Item to create. The item created. Gets the control type for the element that is associated with this . A value in the enumeration. Gets the collection of immediate child elements of the specified UI Automation peer. Collection of child objects you want to get. Collection of child objects. Gets the control pattern that is associated with the specified . A value in the enumeration. If is or , this method returns an object that implements the control pattern, otherwise this method returns . Called when the collection of items changes. Data associated with the event. Called when the custom view is no longer applied to the control. Returns the UI Automation provider for the specified cell. The ordinal number of the row of interest. The ordinal number of the column of interest. The UI Automation provider for the specified cell. Returns a collection of UI Automation providers that represents all the column headers in a table. A collection of UI Automation providers. Returns a collection of UI Automation providers that represents all row headers in the table. A collection of UI Automation providers. Gets the total number of columns in a grid. The total number of columns in a grid. Gets the total number of rows in a grid. The total number of rows in a grid. Gets the primary direction of traversal for the table. The primary direction of traversal. Exposes the cells in a to UI Automation. Gets the control type for the element that is associated with this . This method is called by . If this is associated with a element, this method returns ; otherwise, this method returns . Gets the name of the element that is associated with this . This method is called by . The name of the element. Gets the control pattern for the element that is associated with this . One of the enumeration values. If is or , this method returns the current . Gets or sets a value that indicates whether the element that is associated with this is understood by the end user as interactive or the user might understand the element as contributing to the logical structure of the control in the GUI. This method is called by . If this is associated with a element, this method returns ; otherwise, this method returns a list of child elements. Retrieves a collection of UI Automation providers that represent all the column headers associated with a table item or cell. A collection of UI Automation providers. Retrieves a collection of UI Automation providers that represent all the row headers associated with a table item or cell. A collection of UI Automation providers. Gets the ordinal number of the column that contains the cell or item. A zero-based ordinal number that identifies the column containing the cell or item. Gets the number of columns spanned by a cell or item. The number of columns spanned. Gets a UI Automation provider that implements and represents the container of the cell or item. A UI Automation provider that implements the and represents the cell or item container. Gets the ordinal number of the row that contains the cell or item. A zero-based ordinal number that identifies the row containing the cell or item. Gets the number of rows spanned by a cell or item. The number of rows spanned. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "GridViewColumnHeader". Gets the control pattern for the that is associated with this . One of the enumeration values. If is or , this method returns a pointer; otherwise this method returns . Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by . in all cases. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Absolute screen coordinates of the left side of the control. Absolute screen coordinates of the top of the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The new width of the window, in pixels. The new height of the window, in pixels. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The number of degrees to rotate the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the element can be moved; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the element can be resized; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the element can rotate; otherwise . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the collection of child elements of the that is associated with this . Called by . The collection of child elements. Gets the name of the that is associated with this . This method is called by . A string that contains "GridViewHeaderRowPresenter". Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by . in all cases. Exposes the data items in the collection of in types to UI Automation. Creates a new instance of the class. The data item that is associated with this . The that is the parent of this . Gets the control type for the collection that is associated with this . Called by . The enumeration value. Gets the collection of child elements of the collection that is associated with this . Called by . The collection of child elements. Gets the name of the collection that is associated with this . Called by . A string that contains "ListViewItem". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "GroupBox". Gets the text label of the that is associated with this . Called by . The string that contains the label. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the collection of child elements of the that is associated with this . This method is called by . The collection of child elements. Gets the name of the that is associated with this . This method is called by . A string that contains "GroupItem". Gets the control pattern for the that is associated with this . One of the enumeration values. If is and the that is associated with this contains an , this method returns a reference to the current instance of the . Otherwise, this method calls the base implementation on which returns . Gets the position of this within a set. The position of this within a set. Gets the size of the set that contains this . The size of the set that contains this . Supplies the method called by the method to indicate whether the element associated with this automation peer currently has keyboard focus. if the element has keyboard focus; otherwise, . Supplies the method called by the method to indicate whether the element can accept keyboard focus. if the element can accept keyboard focus; otherwise, . Supplies the method called by the method to set the keyboard focus on the element that's associated with this automation peer. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "Hyperlink". Gets the text label of the that is associated with this . This method is called by . The string that contains the label. Gets the control pattern for the that is associated with this . A value in the enumeration. If is , this method returns a pointer; otherwise, this method returns . Gets or sets a value that indicates whether the that is associated with this is understood by the end user as interactive the user might understand the as contributing to the logical structure of the control in the GUI. This method is called by . . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "Image". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "InkCanvas". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "InkPresenter". Exposes a data item in an collection to UI Automation. Provides initialization for base class values when called by the constructor of a derived class. The data item in the collection that is associated with this . The that is associated with the that holds the collection. Gets the accelerator key for the that corresponds to the data item in the collection that is associated with this . The accelerator key. Gets the access key for the that corresponds to the data item in the collection that is associated with this . The access key. Gets the string that uniquely identifies the that corresponds to the data item in the collection that is associated with this . A string that contains the UI Automation identifier. Gets the that represents the bounding rectangle of the specified . The bounding rectangle. Gets the collection of child elements of the that corresponds to the data item in the collection that is associated with this . The collection of child elements. Gets a that represents the clickable space that is on the specified . The point that represents the clickable space that is on the specified . Gets the string that describes the functionality of the that corresponds to the data item in the collection that is associated with this . The help text. Gets a string that conveys the visual status of the specified . The status. Examples include "Busy" or "Online". Gets a human-readable string that contains the type of item that the specified represents. The item type. An example includes "Mail Message" or "Contact". Gets the for the that is targeted to the specified . The for the element that is targeted by the . Gets the notification characteristics of the live region for the that corresponds to the data item in the collection that is associated with this object. The notification characteristics of the live region. Gets the text label of the that corresponds to the data item in the collection that is associated with this . The text label. Gets a value that indicates whether the specified is laid out in a particular direction. The direction of the specified . Optionally, the method returns if the is not laid out in a particular direction. Returns the object that supports the specified control pattern of the element that is associated with this automation peer. An enumeration value that specifies the control pattern. An object that supports the control pattern if is a supported value; otherwise, . Gets the position of this item within a set. The value of if it has been set, or its position relative to the parent or control. Gets the size of a set that contains this item. The value of if it has been set, or the size of the parent or control. Gets a value that indicates whether the specified currently has keyboard input focus. if the specified has keyboard input focus; otherwise, . Gets a value that indicates whether the specified contains data that is presented to the user. if the element is a content element; otherwise, . Gets a value that indicates whether the that is associated with this is understood by the end user as interactive. if the element is a control; otherwise, . Gets a value that indicates whether the specified can receive and send events. if the UI Automation peer can receive and send events; otherwise, . Gets a value that indicates whether the specified can accept keyboard focus. if the element can accept keyboard focus; otherwise, . Gets a value that indicates whether the specified is off the screen. if the specified is not on the screen; otherwise, . Gets a value that indicates whether the specified contains protected content. if the specified contains protected content; otherwise, . Gets a value that indicates whether the specified is required to be completed on a form. if the specified is required to be completed; otherwise, . Sets the keyboard input focus on the specified . The corresponds to the data item in the collection that is associated with this . Makes the virtual item fully accessible as a UI Automation element. Gets the data item in the collection that is associated with this . The data item. Gets the that is associated with the that holds the collection. The that is associated with the object. Exposes types to UI Automation. Provides initialization for base class values when called by the constructor of a derived class. The that is associated with this . When overridden in a derived class, creates a new instance of the for a data item in the collection of this . The data item that is associated with this . The new created. Returns an for the specified object. The item to get an for. An for the specified object. Gets the collection of child elements of the that is associated with this . This method is called by . The collection of child elements. Gets the control pattern for the that is associated with this . One of the enumeration values. The that is associated with this . Retrieves an element by the specified property value. The item in the container after which to begin the search. The property that contains the value to retrieve. The value to retrieve. The first item that matches the search criterion; otherwise, if no items match. Gets a value that indicates whether the should return objects for child items that are not virtualized. if the should return objects for child items that are not virtualized; if the should return objects all child items. Allows a customized view of a that derives from to implement automation peer features that are specific to the custom view. Creates a new instance of the class. The that is associated with the that is used by this . The new instance. Gets the control type for the element that is associated with this . A value in the enumeration. Gets the collection of immediate child elements of the specified UI Automation peer. The automation peers for the list items. The automation peers for all items in the control. If the view contains interactive or informational elements in addition to the list items, automation peers for these elements must be added to the list. Gets the control pattern that is associated with the specified . A value in the enumeration. Return the object that implements the control pattern. If this method returns null, the return value from is used. Called by when the collection of items changes. A that contains the event data. Called when the custom view is no longer applied to the . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "Label". Gets the text label of the that is associated with this . This method is called by . The string that contains the label. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Creates a new instance of the class. The that is associated with this . A new instance of the class. Gets the name of the that is associated with this . This method is called by . A string that contains "ListBox". Exposes the items in the collection of a to UI Automation. Initializes a new instance of the class. The that is associated with this . The that is the parent of this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "ListBoxItem". Gets the control pattern for the that is associated with this . One of the enumeration values. If is , this method returns the current instance of this . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Exposes the sub-tree for the data items in a to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the name of the that is associated with this . Called by . A string that contains "ListBoxItem". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Creates a new instance of the class. The that is associated with this . The instance that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the collection of child elements of the that is associated with this . This method is called by . The collection of child elements. Gets the name of the that is associated with this . This method is called by . A string that contains "ListView". Gets the control pattern for the that is associated with this . A value in the enumeration. An for the view that this is using. Default implementation uses the , and this method returns . Gets the for this . The interface instance that is associated with this . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "MediaElement". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "Menu". Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by . in all cases. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the access key for the that is associated with this . Called by . The access key for the . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the collection of child elements of the that is associated with this . Called by . The collection of child elements. Gets the name of the that is associated with this . Called by . A string that contains "MenuItem". Gets the text label of the that is associated with this . Called by . The string that contains the label. Gets the control pattern for the that is associated with this . One of the enumeration values. An object that supports the control pattern if is a supported value; otherwise, . Gets the position of a contained in a set. The value of the if it has been set, or its position relative to the parent or control. Gets the size of a set that contains this . The value of if it has been set, or its position relative to the parent or control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The state (expanded or collapsed) of the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The toggle state of the control. Exposes types to UI Automation. Initializes a new instance of the class. The associated with this . Gets the name of the that is associated with this . Called by . A string that contains "NavigationWindow". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "PasswordBox". Gets the control pattern for the that is associated with this . A value in the enumeration. The enumeration value. Gets a value that indicates whether the that is associated with this contains protected content. This method is called by . . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The value of a control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the value is read-only; if it can be modified. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string value of the control. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "ProgressBar". Gets the control pattern for the that is associated with this . A value in the enumeration. If is and is , this method returns the current instance of the ; otherwise, this method returns . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The value to set. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the value is read-only; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The large-change value. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The small-change value. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The control type for the object. Gets the name of the that is associated with this . Called by . A string that contains "RadioButton". Gets the control pattern for the that is associated with this . A value in the enumeration. An object that supports the control pattern if is a supported value; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the element is selected; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The selection container. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control pattern for the that is associated with this . A value in the enumeration. If is , this method returns a pointer; otherwise, this method returns . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The value to set. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the range value is read-only; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The large-change value. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The maximum range value supported by the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The minimum range value supported by the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The small-change value. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The value of the control. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "RepeatButton". Gets the control pattern for the that is associated with this . A value in the enumeration. If is , this method returns a reference to the current instance of the ; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the collection of child elements for that is associated with this . This method is called by . The collection of child elements. Gets the name of the that is associated with this . This method is called by . A string that contains "RichTextBox". Gets the control pattern for the that is associated with this . A value in the enumeration. If is , this method returns an reference. If is , this method returns a new . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the name of the that is associated with this . Called by . The enumeration value. Gets the name of the that is associated with this . Called by . A string that contains the word "ScrollBar". Called by . A that has values of , ; the only clickable points in a are the child elements. Gets a value that indicates whether the that is associated with this is laid out in a specific direction. Called by . or , depending on the orientation of the . Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by . in all cases. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the name of the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "ScrollViewer". Gets the control pattern for the that is associated with this . A value in the enumeration. If is , this method returns a pointer; otherwise, this method returns . Gets or sets a value that indicates whether the that is associated with this is understood by the end user as interactive or as contributing to the logical structure of the control in the GUI. This method is called by . If the is , this method returns ; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The horizontal increment specific to the control. The vertical increment specific to the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Percent scrolled horizontally. Percent scrolled vertically. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Value indicating whether control is can be scrolled in the horizontal direction. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The horizontal scroll position as a percentage of the total content area within the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Returns if successful, or an error value otherwise. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the control can scroll vertically; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The vertical scroll position as a percentage of the total content area within the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Returns if successful, or an error value otherwise. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the control pattern for the that is associated with this . A value in the enumeration. If is , this method returns a pointer to the current instance; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A collection of UI Automation providers. true if multiple selection is allowed; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if multiple selection is allowed; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Returns if successful, or an error value otherwise. Exposes the items in the collection of a to UI Automation. Provides initialization for base class values when they are called by the constructor of a derived class. The item object that is associated with this . The that is associated with the that holds the collection. Gets the control pattern that is associated with the specified . A value in the enumeration. If is , this method returns the current instance of this . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the element is selected; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The selection container. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the name of the that is associated with this . Called by . A string that contains "Separator". Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by . in all cases. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the name of the that is associated with this . Called by . A string that contains "Slider". Called by . A containing , ; the only clickable points in a are the child elements. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the collection of child elements of the that is associated with this . This method is called by . A list of child elements. Gets the name of the that is associated with this . This method is called by . A string that contains "StatusBar". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "StatusBarItem". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Creates a new . The that is associated with the new . The created object. Gets the collection of child elements for the that is associated with the new . This method is called by . The enumeration value. Gets the name of the that is associated with the new . This method is called by . A string that contains "TabControl". This method is called by . A containing , ; the only clickable points in a are the child elements. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Returns if successful, or an error value otherwise. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . The that is the parent of this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the collection of child elements of the that is associated with this . Called by . The collection of child elements. Gets the name of the that is associated with this . Called by . A string that contains "TabItem". Gets the text label of the that is associated with this . Called by . The string that contains the label. If set, this method returns the value of the property; otherwise this method will return the value of the property. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Exposes the subtree for the data items in a to UI Automation. Initializes a new instance of the class. The that is associated with this . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "Table". Gets the control pattern for the that is associated with this . A value from the enumeration. If is , this method returns a pointer; otherwise, this method returns . Gets or sets a value that indicates whether the that is associated with this is understood by the end user as interactive or as contributing to the logical structure of the control in the GUI. This method is called by . . Retrieves the UI Automation provider for the specified cell. The ordinal number of the row of interest. The ordinal number of the column of interest. The UI Automation provider for the specified cell. Gets the total number of columns in a grid. The total number of columns in a grid. Gets the total number of rows in a grid. The total number of rows in a grid. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "TableCell". Gets the localized version of the control type for the that is associated with this . A string that contains "cell". Gets the control pattern for the that is associated with this . A value from the enumeration. If is , this method returns the current instance of the ; otherwise, this method returns . Gets or sets a value that indicates whether the that is associated with this is understood by the end user as interactive or as contributing to the logical structure of the control in the GUI. This method is called by . . Gets the ordinal number of the column that contains the cell or item. A zero-based ordinal number that identifies the column containing the cell or item. Gets the number of columns spanned by a cell or item. The number of columns spanned. Gets a UI Automation provider that implements and represents the container of the cell or item. A UI Automation provider that implements the and represents the cell or item container. Gets the ordinal number of the row that contains the cell or item. A zero-based ordinal number that identifies the row containing the cell or item. Gets the number of rows spanned by a cell or item. The number of rows spanned. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the text label of the element that is associated with this . Called by . The value of or if either is set; otherwise this method returns an empty string. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the collection of child elements of the that is associated with this . Called by . A collection of child elements, or if the is empty. Gets the name of the that is associated with this . Called by . A string that contains the word "TextBlock". Gets or sets a value that indicates whether the that is associated with this is something that the end user would understand as being interactive or as contributing to the logical structure of the control in the GUI. Called by . if the element is part of a template; otherwise . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the name of the that is associated with this . Called by . A string that contains "TextBox". Gets the control pattern for the that is associated with this . A value from the enumeration. An object that supports the control pattern if is a supported value; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The value of a control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the value is read-only; if it can be modified. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string value of the control. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the representing the bounding rectangle of the that is associated with this . Called by . The that contains the coordinates of the element, or if the element is not a and a . Gets the collection of child elements of the that is associated with this . Called by . . Gets a that represents the clickable space that is on the that is associated with this . Called by . The on the element that allows a click. The point values are (, ) if the element is not a and a . Gets a value that indicates whether that is associated with this is off of the screen. Called by . if the element is not on the screen; otherwise, . Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the name of the that is associated with this . Called by . A string that contains "Thumb". Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by . in all cases. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The control type for the that is associated with this . Gets the name of the that is associated with this . Called by . A string that contains "Button". Gets the control pattern for the that is associated with this . One of the enumeration values. If is , this method returns the current instance of the , otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. the toggle state of the control. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the name of the that is associated with this . Called by . A string that contains the word "ToolBar". Exposes types to UI Automation. Initializes a new instance of the . The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . A string that contains "ToolTip". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Creates a new instance of the for a data item in the collection of this . The data item that is associated with the . A new instance of the for . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the collection of child elements of the that is associated with this . Called by . A collection of elements, or if the that is associated with this is empty. Gets the name of the that is associated with this . Called by . A string that contains "TreeView". Gets the control pattern for the that is associated with this . One of the enumeration values. The current instance of the , or . Retrieves a UI Automation provider for each child element that is selected. A collection of UI Automation providers. Gets a value that specifies whether the UI Automation provider allows more than one child element to be selected concurrently. if multiple selection is allowed; otherwise . Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected. if selection is required; otherwise . Exposes types containing data items to UI Automation. Initializes a new instance of the class. The data item in the collection that is associated with this . The that is associated with the that holds the collection. The that is the parent to this . Gets the control type for the that is associated with this . Called by . in all cases. Gets the name of the that is associated with this . Called by . A string containing the value . Gets the control pattern for the element that is associated with this . The type of pattern implemented by the element to retrieve. The object that implements the pattern interface, or if the specified pattern interface is not implemented by this peer. Hides all nodes, controls, or content that are descendants of the control. Displays all child nodes, controls, or content of the control. Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container. Adds the current element to the collection of selected items. UI Automation element is no longer available. Removes the current element from the collection of selected items. UI Automation element is no longer available. Clears any selection and then selects the current element. UI Automation element is no longer available. Gets the that is the parent to this automation peer. The parent automation peer. Gets the state, expanded or collapsed, of the control. The state, expanded or collapsed, of the control. Gets a value that indicates whether an item is selected. if an item is selected; otherwise, . Gets the UI automation provider that implements and acts as the container for the calling object. The UI automation provider. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Creates a new instance of the for a data item in the collection of this . The data item that is associated with the . A new instance of the for . Returns an for the specified object. The item to get an for. An for the specified object. Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the collection of child elements of the that is associated with this . This method is called by . The collection of child elements. Gets the name of the that is associated with this . This method is called by . A string that contains "TreeViewItem". Gets the control pattern for the that is associated with this . One of the enumeration values. If is , , or , this method returns the current instance of the ; otherwise, it returns . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The state (expanded or collapsed) of the control. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the element is selected; otherwise . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The selection container. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . This method is called by . The enumeration value. Gets the name of the that is associated with this . This method is called by . The string that contains the name of the control. Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the name of the that is associated with this . Called by . A string that contains "Viewport3D". Exposes types to UI Automation. Initializes a new instance of the class. The that is associated with this . Gets the control type for the that is associated with this . Called by . The enumeration value. Gets the representing the bounding rectangle of the that is associated with this . Called by . The that represents the screen coordinates of the . Gets the name of the that is associated with this . Called by . A string that contains the word "Window". Gets the text label of the that is associated with this . Called by . A string that contains the or of the , or if the name is . Processes XAML in optimized BAML form and produces a XAML node stream. Initializes a new instance of the class based on an input stream and reader settings. Input stream of source BAML. Reader settings. or is . Initializes a new instance of the class based on an input stream. Input stream of source BAML. is . Initializes a new instance of the class, based on the file name of a local file to read. String that declares a file path to the file that contains BAML to read. is . Releases the unmanaged resources used by the and optionally releases the managed resources. to release the managed resources; otherwise, . Provides the next XAML node from the source BAML, if a node is available. Reader was disposed during traversal. if a node is available; otherwise, . Gets a value that reports whether the reader position is at the end of file. if the reader position is at the end of the file; otherwise, . Gets the current member at the reader position, if the reader position is on a . The current member, or if the position is not on a member. Gets the XAML namespace from the current node. The XAML namespace if available, otherwise . Gets the type of the current node. A value of the enumeration. Gets an object that provides schema context information for the information set. An object that provides schema context information for the information set. See . if line information is available; otherwise, . See . The line number to report. See . The line position to report. Gets the of the current node. The of the current node, or if the position is not on an object. Gets the value of the current node. The value of the current node, or if the position is not on a node type. Identifies the property system source of a particular dependency property value. Source is the default value, as defined by property metadata. Source is from a setter in the default style. The default style comes from the current theme. Source is from a trigger in the default style. The default style comes from the current theme. Source is an implicit style reference (style was based on detected type or based type). This value is only returned for the Style property itself, not for properties that are set through setters or triggers of such a style. Source is a value through property value inheritance. Source is a locally set value. Source is based on a parent template being used by an element. Source is a trigger-based value from a parent template that created the element. Source is from a style setter of a non-theme style. Source is a trigger-based value of a non-theme style. Source is a trigger-based value in a template that is from a non-theme style. Source is not known. This is the default value. Implements a markup extension that enables creation. A does not have an embedded profile, the profile instead being based on source and destination values. Initializes a new instance of the class. Initializes a new instance of the class. A string that is parsed to determine three URIs: image source, source color context, and destination color context. Returns an object that should be set on the property where this extension is applied. For , this is the completed . An object that can provide services for the markup extension. This service is expected to provide results for . A based on the values passed to the constructor. Describes how to distribute space in columnated flow content. Space is distributed evenly between all columns. Space is distributed before the first column. Space is distributed after the last column. Defines or references resource keys based on class names in external assemblies, as well as an additional identifier. Initializes a new instance of the class. Initializes a new instance of the class, specifying the that defines the key, and an object to use as an additional resource identifier. The type that defines the resource key. A unique identifier to differentiate this from others associated with the type. Determines whether the provided object is equal to the current . Object to compare with the current . if the objects are equal; otherwise, . Returns a hash code for this . A signed 32-bit integer value. Gets the string representation of a . The string representation. Gets the assembly object that indicates which assembly's dictionary to look in for the value associated with this key. The retrieved assembly, as a reflection class. Gets or sets a unique identifier to differentiate this key from others associated with this type. A unique identifier. Typically this is a string. Gets or sets the that defines the resource key. The type that defines the resource key. Represents a condition for the and the , which apply changes to property values based on a set of conditions. Initializes a new instance of the class. Initializes a new instance of the class. The binding that specifies the property of the condition. The value of the condition. Initializes a new instance of the class with the specified property, value, and the name of the source object. The property of the condition. The value of the condition. x:Name of the object with the . Initializes a new instance of the class with the specified property and value. This constructor performs parameter validation. The property of the condition. The value of the condition. Handles cases where a markup extension provides a value for a property of a object. The object where the markup extension sets the value. Data that is relevant for markup extension processing. Handles cases where a type converter provides a value for a property of on a object. The object where the type converter sets the value. Data that is relevant for type converter processing. Signals the object that initialization is starting. Signals the object that initialization is complete. Gets or sets the binding that specifies the property of the condition. This is only applicable to objects. The default value is null. Gets or sets the property of the condition. This is only applicable to objects. A that specifies the property of the condition. The default value is null. Gets or sets the name of the object with the property that causes the associated setters to be applied. This is only applicable to objects. After a is in use, it cannot be modified. The default property is . If this property is , then the property of the object being styled causes the associated setters to be applied. Gets or sets the value of the condition. Expressions are not supported. The property cannot be null for a given . See also the Exceptions section. The default value is null. Represents a collection of objects. Initializes a new instance of the class. Gets a value that indicates whether this trigger is read-only and cannot be changed . if the trigger is read-only; otherwise, . Specifies with an underscore the character that is used as the access key. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges and sizes the content of an object. The computed size that is used to arrange the content. The size of the content. Gets the index of a visual child element. The index of the visual child element to return. Returns an integer that represents the index of a visual child element. Remeasures the control. The maximum size limit for the control. The return value cannot exceed this size. The size of the control. Cannot exceed the maximum size limit for the control. For a description of this member, see . The object to add to the . For a description of this member, see . The text to add to the object. Provides read-only access to the character that follows the first underline character. The character to return. Gets or sets the that fills the content area. The that fills the content area. The default is . Gets or sets a value that adjusts the baseline offset position of text in an element. The amount to adjust the baseline offset position. Gets or sets the font family to use with the element. The font family to use. The default is the font that is determined by the metric. Gets or sets the font size to use with the element. The font size to use. The default is the font size that is determined by the metric. Gets or sets a property that selects a normal, condensed, or expanded font from a . The relative degree that the font is stretched. The default is . Gets or sets the font style to use with the element. The font style to use; for example, normal, italic, or oblique. The default is determined by the metric. Gets or sets the font weight to use with the element. The font weight to use. The default is determined by the metric. Gets or sets the that draws the text content of the element. The that draws the text. The default is . Gets or sets the height of each line box. A double that specifies the height of each line box. This value must be equal to or greater than 0.0034 and equal to or less then 160000. A value of (equivalent to an attribute value of Auto) causes the line height to be determined automatically from the current font characteristics. The default is . Gets or sets how the property is enforced. A value that determines the behavior of the property. Gets an enumerator that iterates the logical child elements of the element. An enumerator that iterates the logical child elements of this element. Gets or sets the text that is displayed by the element. The text without the first underscore character. The default is an empty string. Gets or sets the horizontal alignment of the content. The horizontal alignment of the text. Gets or sets the decorations that are added to the text of an element. The applied to the text of an . The default is . Gets or sets the effects that are added to the text of an element. The . The default is . Gets or sets how the textual content of an element is clipped if it overflows the line box. The trimming behavior to use. The default is Gets or sets whether the textual content of an element is wrapped if it overflows the line box. The wrapping behavior to use. The default is . Gets the number of child elements that are visual. Returns an integer that represents the number of child elements that are visible. Provides data for the event. Initializes a new instance of the class. Gets or sets the item that will be added. The item that will be added. Represents the element used in a to specify where a decorated control is placed relative to other elements in the . Initializes a new instance of the class. Positions the first visual child object and returns the size in layout required by this object. The size that this object should use to arrange its child element. The actual size needed by the element. Retrieves the child object at the specified index. The index that specifies the child object to retrieve. The visual child object at the specified index. Determines the size of the object. An upper limit value that the return value should not exceed. The object is not part of a template. The desired size of this object. Raises the event. This method is called when is set to internally. Arguments of the event. The object is not part of a template. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets the that this object is reserving space for. The that this object is reserving space for. The default is . Gets or sets the single child object of this object. The single child object of this object. The default is . Gets an enumerator for the logical child elements of this object. An enumerator for the logical child elements of this object. The default is . Gets the number of visual child objects. Either 0 or 1. The default is 0. Converts an integer to and from an object by applying the integer as an index to a list of objects. Initializes a new instance of the class. Converts an integer to an object in the list. The integer to use to find an object in the property. The type of the binding target property. The converter parameter to use. The culture to use in the converter. The object that is in the position of modulo the number of items in . Converts an object in the list to an integer. The object to find in the property. The type of the binding target property. The converter parameter to use. The culture to use in the converter. The index of if it is in , or -1 if o does not exist in . Gets a list of objects that the returns when an integer is passed to the method. A list of objects that the returns when an integer is passed to the method. Represents the converter that converts Boolean values to and from enumeration values. Initializes a new instance of the class. Converts a Boolean value to a enumeration value. The Boolean value to convert. This value can be a standard Boolean value or a nullable Boolean value. This parameter is not used. This parameter is not used. This parameter is not used. if is ; otherwise, . Converts a enumeration value to a Boolean value. A enumeration value. This parameter is not used. This parameter is not used. This parameter is not used. if is ; otherwise, . Draws a border, background, or both around another element. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges the contents of a element. The this element uses to arrange its child element. The that represents the arranged size of this element and its child element. Measures the child elements of a before they are arranged during the pass. An upper limit that cannot be exceeded. The that represents the upper size limit of the element. Draws the contents of a object during the render pass of a . The that defines the object to be drawn. Gets or sets the that fills the area between the bounds of a . The that draws the background. This property has no default value. Gets or sets the that draws the outer border color. The that draws the outer border color. This property has no default value. Gets or sets the relative of a . The that describes the width of the boundaries of the . This property has no default value. Gets or sets a value that represents the degree to which the corners of a are rounded. The that describes the degree to which corners are rounded. This property has no default value. Gets or sets a value that describes the amount of space between a and its child element. The that describes the amount of space between a and its single child element. This property has no default value. Represents a converter that converts the dimensions of a control into a . Initializes a new instance of the class. Creates a that draws the border for a control. An array of three numbers that represent the control parameters. This parameter is not used. The width of the visible line to the left of the in the . This parameter is not used. A that draws the border around a control that includes a gap for the content. Not implemented. This parameter is not used. This parameter is not used. This parameter is not used. This parameter is not used. in all cases. Represents a Windows button control, which reacts to the event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Called when a is clicked. Creates an appropriate for this control as part of the WPF infrastructure. A for this control. Gets or sets a value that indicates whether a is a Cancel button. A user can activate the Cancel button by pressing the ESC key. if the is a Cancel button; otherwise, . The default is . Gets or sets a value that indicates whether a is the default button. A user invokes the default button by pressing the ENTER key. if the is the default button; otherwise, . The default is . Gets a value that indicates whether a is the button that is activated when a user presses ENTER. if the button is activated when the user presses ENTER; otherwise, . The default is . Represents a control that enables a user to select a date by using a visual calendar display. Occurs when the property is changed. Occurs when the property is changed. Occurs when the collection returned by the property is changed. Occurs when the changes. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Initializes a new instance of the class. Builds the visual tree for the control when a new template is applied. Returns a for use by the Silverlight automation infrastructure. A for the object. Raises the event. The data for the event. Raises the event. The data for the event. Provides class handling for the routed event that occurs when the user presses a key while this control has focus. The data for the event. Provides class handling for the routed event that occurs when the user releases a key while this control has focus. The data for the event. Raises the routed event. The data for the event. Raises the event. The data for the event. Provides a text representation of the selected date. A text representation of the selected date, or an empty string if is . Gets a collection of dates that are marked as not selectable. A collection of dates that cannot be selected. The default value is an empty collection. Gets or sets the associated with the control's internal object. The current style of the object. Gets or sets the associated with the control's internal object. The current style of the object. Gets or sets the associated with the control's internal object. The current style of the object. Gets or sets the date to display. The date to display. The default is . Gets or sets the last date in the date range that is available in the calendar. The last date that is available in the calendar. Gets or sets the first date that is available in the calendar. The first date that is available in the calendar. The default is . Gets or sets a value that indicates whether the calendar displays a month, year, or decade. A value that indicates what length of time the should display. Gets or sets the day that is considered the beginning of the week. A that represents the beginning of the week. The default is the that is determined by the current culture. Gets or sets a value that indicates whether the current date is highlighted. if the current date is highlighted; otherwise, . The default is . Gets or sets the currently selected date. The specified date is outside the range specified by and -or- The specified date is in the collection. If set to anything other than when is set to . The date currently selected. The default is . Gets a collection of selected dates. A object that contains the currently selected dates. The default is an empty collection. Gets or sets a value that indicates what kind of selections are allowed. A value that indicates the current selection mode. The default is . Represents a collection of non-selectable dates in a . Initializes a new instance of the class. The whose dates this object represents. Adds all dates before to the collection. Returns a value that represents whether this collection contains the specified range of dates. The start of the date range. The end of the date range. if all dates in the range are contained in the collection; otherwise, . Returns a value that represents whether this collection contains the specified date. The date to search for. if the collection contains the specified date; otherwise, . Returns a value that represents whether this collection contains any dates in the specified range of dates. The range of dates to search for. if any dates in the range are contained in the collection; otherwise, . Provides data for the event. Gets or sets the date to be newly displayed. The date to be newly displayed. Gets or sets the date that was previously displayed. The date that was previously displayed. Represents a range of dates in a . Occurs when a property value changes. Initializes a new instance of the class. Initializes a new instance of the class with a range of dates. The start of the range to be represented. The end of the range to be represented. Initializes a new instance of the class with a single date. The date to add. Gets the last date in the represented range. The last date in the represented range. Gets the first date in the represented range. The first date in the represented range. Specifies whether a displays a month, year, or decade. The displays a decade at a time. The displays a month at a time. The displays a year at a time. Provides data for the event. Initializes a new instance of the class. The previous mode. The new mode. Gets the new mode of the . A that represents the new mode. Gets the previous mode of the . A that represents the old mode. Specifies whether a single or multiple dates can be selected in a . Multiple non-contiguous ranges of dates can be selected. Use the property to retrieve the selected dates. No selections are allowed. A single date can be selected. Use the property to retrieve the selected date. A single range of dates can be selected. Use the property to retrieve the selected dates. Defines an area within which you can explicitly position child elements by using coordinates that are relative to the area. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Initializes a new instance of the class. Arranges the content of a element. The size that this element should use to arrange its child elements. A that represents the arranged size of this element and its descendants. Returns the value of the attached property for a given dependency object. The element from which the property value is read. The coordinate of the specified element. Returns a clipping geometry that indicates the area that will be clipped if the property is set to . The available size of the element. A that represents the area that is clipped if is . Gets the value of the attached property for a given dependency object. The element from which the property value is read. The coordinate of the specified element. Gets the value of the attached property for a given dependency object. The element from which the property value is read. The coordinate of the specified element. Gets the value of the attached property for a given dependency object. The element from which the property value is read. The coordinate of the specified element. Measures the child elements of a in anticipation of arranging them during the pass. An upper limit that should not be exceeded. A that represents the size that is required to arrange child content. Sets the value of the attached property for a given dependency object. The element to which the property value is written. Sets the coordinate of the specified element. Sets the value of the attached property for a given dependency object. The element to which the property value is written. Sets the coordinate of the specified element. Sets the value of the attached property for a given dependency object. The element to which the property value is written. Sets the coordinate of the specified element. Sets the value of the attached property for a given dependency object. The element to which the property value is written. Sets the coordinate of the specified element. Gets or sets a value that represents the distance between the bottom of an element and the bottom of its parent . Gets or sets a value that represents the distance between the left side of an element and the left side of its parent . Gets or sets a value that represents the distance between the right side of an element and the right side of its parent . Gets or sets a value that represents the distance between the top of an element and the top of its parent . Specifies the case of characters typed manually into a control. Characters typed into a are converted to lowercase. Characters typed into a are not converted. Characters typed into a are converted to uppercase. Represents a control that a user can select and clear. Initializes a new instance of the class. Called when the access key for a is invoked. The that contains the event data. Creates an for the . An for the . Responds to a event. The that contains the event data. Provides data for the event. Initializes a new instance of the class. The that represents the original data value. The that represents the data value. Gets or sets a value that indicates whether this item should not be re-virtualized. if you want to prevent revirtualization of this item; otherwise . Gets an instance of the visual element that represents the data value. The that represents the data value. Gets an that represents the original data value. The that represents the original data value. Represents the method that handles the attached events. The source of the event. The event data. Specifies when the event should be raised. Specifies that the event should be raised when the mouse hovers over a control. Specifies that the event should be raised as soon as a button is pressed. Specifies that the event should be raised when a button is pressed and released. Defines column-specific properties that apply to elements. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets a value that represents the actual calculated width of a . A that represents the actual calculated width in device independent pixels. The default value is 0.0. Gets or sets a value that represents the maximum width of a . A that represents the maximum width. The default value is . Gets or sets a value that represents the minimum width of a . A that represents the minimum width. The default value is 0. Gets a value that represents the offset value of this . A that represents the offset of the column. The default value is 0.0. Gets the calculated width of a element, or sets the value of a column that is defined by the . The that represents the width of the Column. The default value is 1.0. Provides access to an ordered, strongly typed collection of objects. Adds a element to a . Identifies the to add to the collection. Clears the content of the . Determines whether a given exists within a . Identifies the that is being tested. if the exists within the collection; otherwise . Copies an array of objects to a given index position within a . An array of objects. Identifies the index position within to which the objects are copied. is . is multidimensional. -or- The number of elements in the source is greater than the available space from to the end of the destination array. is less than zero. Returns the index position of a given within a . The whose index position is desired. The index of if found in the collection; otherwise, -1. Inserts a at the specified index position within a . The position within the collection where the item is inserted. The to insert. is not a valid index in the . Removes a from a . The to remove from the collection. if the was found in the collection and removed; otherwise, . Removes a from a at the specified index position. The position within the collection at which the is removed. Removes a range of objects from a . The position within the collection at which the first is removed. The total number of objects to remove from the collection. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . A zero-based that receives the copied items from the . The first position in the specified to receive the copied contents. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . The to add to the . The position into which the new element was inserted. For a description of this member, see . The to locate in the . if the is found in the ; otherwise, . For a description of this member, see . The to locate in the . The index of if found in the list; otherwise, -1. For a description of this member, see . The zero-based index at which to insert the . The to insert into the . For a description of this member, see . The to remove from the . Gets the total number of items within this instance of . The total number of items in the collection. This property has no default value. Gets a value that indicates whether a is read-only. if the collection is read-only; otherwise . This property has no default value. Gets a value that indicates whether access to this is synchronized (thread safe). if access to this collection is synchronized; otherwise, . Gets a value that indicates the current item within a . The current item in the collection. is not a valid index position in the collection. The element at the specified index. Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . For a description of this member, see . if the has a fixed size; otherwise, . For a description of this member, see . The zero-based index of the element to get or set. is not a valid index position in the list. The element at the specified index. Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control. Occurs when the drop-down list of the combo box closes. Occurs when the drop-down list of the combo box opens. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Creates or identifies the element used to display the specified item. The element used to display the specified item. Determines if the specified item is (or is eligible to be) its own ItemContainer. Specified item. if the item is its own ItemContainer; otherwise, . Called when is called. Provides an appropriate implementation for this control, as part of the WPF infrastructure. The type-specific implementation. Reports when a combo box's popup closes. The event data for the event. Reports when a combo box's popup opens. The event data for the event. Reports that the property changed. The event data for the event. Called when the property changes. The event data for the event. Invoked when a attached routed event occurs. Event data. Called to report that the left mouse button was released. The event data for the event. Invoked when a attached routed event occurs. Event data. Responds to a selection change by raising a event. Provides data for . Prepares the specified element to display the specified item. Element used to display the specified item. Specified item. Gets a value that indicates whether a combo box supports scrolling. if the supports scrolling; otherwise, . The default is . Gets a value that indicates whether the has focus. if the has focus; otherwise, . Gets or sets a value that indicates whether the drop-down for a combo box is currently open. if the drop-down is open; otherwise, . The default is . Gets or sets a value that enables or disables editing of the text in text box of the . if the can be edited; otherwise . The default is . Gets or sets a value that enables selection-only mode, in which the contents of the combo box are selectable but not editable. if the is read-only; otherwise, . The default is . Gets whether the is highlighted. if the is highlighted; otherwise, . Gets or sets the maximum height for a combo box drop-down. A double that represents the height that is retrieved or the height to set. The default value as defined to the property system is a calculated value based on taking a one-third fraction of the system max screen height parameters, but this default is potentially overridden by various control templates. Gets the item that is displayed in the selection box. The selected item. Gets a composite string that specifies how to format the selected item in the selection box if it is displayed as a string. A composite string that specifies how to format the selected item in the selection box if it is displayed as a string. Gets the item template of the selection box content. An item template. Gets or sets a value that indicates whether the keeps the user's input or replaces the input with a matching item. if the keeps the user's input; if the replaces the input with a matching item The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets whether a that is open and displays a drop-down control will remain open when a user clicks the . to keep the drop-down control open when the user clicks on the text area to start editing; otherwise, . The default is . Gets or sets the text of the currently selected item. The string of the currently selected item. The default is an empty string (""). Implements a selectable item inside a . Identifies the dependency property. Initializes a new instance of the class. Called when the property changes. Old content. New content. Announces that the keyboard is focused on this element. Keyboard input event arguments. Responds to a event. Provides data for . Responds to the event. Provides data for . Responds to the event. Provides data for . Gets a value that indicates whether the item is highlighted. if a is highlighted; otherwise, . The default is . Represents a control with a single piece of content of any type. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Adds a specified object as the child of a . The object to add. Adds a specified text string to a . The string to add. Called when the property changes. The old value of the property. The new value of the property. Occurs when the property changes. The old value of . The new value of . Called when the property changes. The old value of the property. The new value of the property. Called when the property changes. The old value of the property. The new value of the property. Indicates whether the property should be persisted. if the property should be persisted; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets or sets the content of a . An object that contains the control's content. The default value is . Gets or sets a composite string that specifies how to format the property if it is displayed as a string. A composite string that specifies how to format the property if it is displayed as a string. Gets or sets the data template used to display the content of the . A data template. The default value is . Gets or sets a template selector that enables an application writer to provide custom template-selection logic. A data template selector. The default value is . Gets a value that indicates whether the contains content. if the has content; otherwise . The default value is . Gets an enumerator to the content control's logical child elements. An enumerator. The default value is . Displays the content of a . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Positions the single child element and determines the content of a object. The size that this object should use to arrange its child element. The actual size needed by the element. Returns the template to use. This may depend on the content or other properties. The to use. Determines the size of the object based on the sizing properties, margin, and requested size of the child content. An upper limit value that the return value should not exceed. The size that is required to arrange child content. Invoked when the property changes. The old value of the property. The new value of the property. Invoked when the changes. The old value of the property. The new value of the property. Invoked when the property changes. The old value of the property. The new value of the property. Invoked when the changes. The old object value. The new object value. Returns a value that indicates whether serialization processes should serialize the effective value of the property on instances of this class. if the property value should be serialized; otherwise, . Gets or sets the data used to generate the child elements of a . The data used to generate the child elements. The default is . Gets or sets the base name to use during automatic aliasing. The base name to use during automatic aliasing. The default is "Content". Gets or sets a composite string that specifies how to format the property if it is displayed as a string. A composite string that specifies how to format the property if it is displayed as a string. The default is . Gets or sets the template used to display the content of the control. A that defines the visualization of the content. The default is . Gets or sets the , which allows the application writer to provide custom logic for choosing the template that is used to display the content of the control. A object that supplies logic to return a to apply. The default is . Gets or sets a value that indicates whether the should use in its style. if the should use in its style; otherwise, . The default is . Represents a pop-up menu that enables a control to expose functionality that is specific to the context of the control. Occurs when a particular instance of a closes. Occurs when a particular instance of a context menu opens. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Called when the event occurs. The event data for the event. Creates and returns a object for this . A object for this . Reports that the property changed. The event data for the event. Called when a event is raised by an object inside the . The event data for the event. Responds to the event. The event data for the event. Called when the event occurs. The event data for the event. Called when a context menu's visual parent changes. The object that the context menu was previously attached to. Prepares the specified element to display the specified item. Element used to display the specified item. Specified item. Gets or sets a callback that indicates where a should be placed on the screen. A callback that specifies the location of the . Gets a value that indicates whether the control supports scrolling. Always . Gets or sets a value that indicates whether the context menu appears with a dropped shadow. if the context menu appears with a dropped shadow; otherwise, . The default is . Get or sets the horizontal distance between the target origin and the popup alignment point. The horizontal distance between the target origin and the popup alignment point. For information about the target origin and popup alignment point, see Popup Placement Behavior. The default is 0. Gets or sets a value that indicates whether the is visible. if the is visible; otherwise, . The default is . Gets or sets the property of a . One of the enumeration. The default is . Gets or sets the area relative to which the context menu is positioned when it opens. The area that defines the rectangle that is used to position the context menu. The default is . Gets or sets the relative to which the is positioned when it opens. The element relative to which the is positioned when it opens. The default is . Gets or sets a value that indicates whether the should close automatically. if the menu should stay open until the property changes to ; otherwise, . The default is . Get or sets the vertical distance between the target origin and the popup alignment point. The vertical distance between the target origin and the popup alignment point. For information about the target origin and popup alignment point, see Popup Placement Behavior. The default is 0. Provides data for the context menu event. Gets the horizontal position of the mouse. The horizontal position of the mouse. Gets the vertical position of the mouse. The vertical position of the mouse. Represents the method that will handle the and routed events, as well as equivalent events. The object where the event handler is attached. The event data. Provides the system implementation for displaying a . Occurs when the closes. Occurs when the opens. Identifies the routed event. Identifies the attached event. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Adds a handler for the attached event. The or that listens to this event. The event handler to be added. Adds a handler for the attached event. The or that listens to this event. The event handler to be added. Gets the value of the property of the specified object. Object to query concerning the property. Value of the property. Gets a value that indicates whether the has a drop shadow. Object to query concerning whether it has a drop shadow. A Boolean value, if the has a drop shadow; otherwise. Gets the value of the property of the specified object. Object to query concerning the property. Value of the property. Gets the value of the property of the specified object. Object to query concerning the property. Value of the property. Gets the value of the property of the specified object. Object to query concerning the property. Value of the property. Gets the value of the property of the specified object. Object to query concerning the property. Value of the property. Gets the value of the property of the specified object. Object to query concerning the property. Value of the property. Gets the value of the property of the specified object. Object to query concerning the property. Value of the property. Gets the value of the property of the specified object. Object to query concerning the property. Value of the property. Removes a handler for the attached event. The or that listens to this event. The event handler to be removed. Removes a handler for the attached event. The or that listens to this event. The event handler to be removed. Sets the value of the property of the specified object. Object to set the property on. Value to set. Sets a value that indicates whether the has a drop shadow. Object to set the property on. Boolean value to set, if the has a drop shadow; otherwise. Sets the value of the property of the specified object. Object to set the value on. Value to set. Sets the value of the property of the specified object. Object to set value on. Value to set. Sets the value of the property of the specified object. Object to set the value on. Value to set. Sets the value of the property of the specified object. Object to set the value on. Value to set. Sets the value of the property of the specified object. Object to set value on. Value to set. Sets the value of the property of the specified object. Object to set value on. Value to set. Sets the value of the property of the specified object. Object to set value on. Value to set. Gets or sets the content of a . Gets or sets a value that indicates whether the has the drop shadow effect enabled. Gets or sets a value that indicates where along the x-direction to place the with respect to the parent control. Gets or sets a value that indicates whether the can be shown. Gets or sets a value that specifies the placement of the relative to the or . Gets or sets the area relative to which the context menu is positioned when it opens. Gets or sets the parent control of the . Gets or sets a value that indicates whether the should be shown when its parent is grayed out. Gets or sets a value that indicates where along the y-direction to place the with respect to the parent control. Represents the base class for user interface (UI) elements that use a to define their appearance. Occurs when a mouse button is clicked two or more times. Occurs when a user clicks the mouse button two or more times. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Called to arrange and size the content of a object. The computed size that is used to arrange the content. The size of the control. Called to remeasure a control. The maximum size that the method can return. The size of the control, up to the maximum specified by . Raises the routed event. The event data. Raises the routed event. The event data. Called whenever the control's template changes. The old template. The new template. Returns the string representation of a object. A string that represents the control. Gets or sets a brush that describes the background of a control. The brush that is used to fill the background of the control. The default is . Gets or sets a brush that describes the border background of a control. The brush that is used to fill the control's border; the default is . Gets or sets the border thickness of a control. A thickness value; the default is a thickness of 0 on all four sides. Gets or sets the font family of the control. A font family. The default is the system dialog font. Gets or sets the font size. The size of the text in the . The default is . The font size must be a positive number. Gets or sets the degree to which a font is condensed or expanded on the screen. A value. The default is . Gets or sets the font style. A value. The default is . Gets or sets the weight or thickness of the specified font. A value. The default is . Gets or sets a brush that describes the foreground color. The brush that paints the foreground of the control. The default value is the system dialog font color. Gets a value that indicates whether a control supports scrolling. if the control has a in its style and has a custom keyboard scrolling behavior; otherwise, . Gets or sets the horizontal alignment of the control's content. One of the values. The default is . Gets or sets a value that indicates whether a control is included in tab navigation. if the control is included in tab navigation; otherwise, . The default is . Gets or sets the padding inside a control. The amount of space between the content of a and its or . The default is a thickness of 0 on all four sides. Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. A value that determines the order of logical navigation for a device. The default value is Int32.MaxValue. Gets or sets a control template. The template that defines the appearance of the . Gets or sets the vertical alignment of the control's content. One of the values. The default is . Specifies the visual structure and behavioral aspects of a that can be shared across multiple instances of the control. Initializes a new instance of the class. Initializes a new instance of the class with the specified target type. The type this template is intended for. Checks the templated parent against a set of rules. The element this template is applied to. The must not be . You must associate the with a by setting the property before using the on the . Gets or sets the type for which this is intended. The property must not be if the definition of the template has a . The specified types are not valid. The of a must be or inherit from a , a , or a . The default value is . Gets a collection of objects that apply property changes or perform actions based on specified conditions. A collection of objects. The default value is . Represents a rule that checks for errors that are raised by the implementation of the source object. Initializes a new instance of the class. Performs validation checks on a value. The value to check. The culture to use in this rule. The result of the validation. Represents a control that displays data in a customizable grid. Occurs before a new item is added to the . Occurs when auto generation of all columns is completed. Occurs when an individual column is auto-generated. Occurs before a row or cell enters edit mode. Occurs before a cell edit is committed or canceled. Occurs when the property on one of the columns changes. Occurs when the user releases a column header after dragging it by using the mouse. Occurs every time the mouse position changes while the user drags a column header. Occurs when the user begins dragging a column header by using the mouse. Occurs when a column moves to a new position in the display order. Occurs before a column moves to a new position in the display order. Occurs after the default row content is prepared. Occurs when the value of the property has changed. Occurs when a new item is created. Occurs after a is instantiated, so that you can customize it before it is used. Occurs when a new row details template is applied to a row. Occurs when a cell enters edit mode. Occurs when the visibility of a row details element changes. Occurs before a row edit is committed or canceled. Occurs when the collection changes. Occurs when a column is being sorted. Occurs when a object becomes available for reuse. Occurs when a row details element becomes available for reuse. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Represents the command that indicates the intention to begin editing the current cell or row of the . Represents the command that indicates the intention to cancel any pending changes to the current cell or row and revert to the state before the command was executed. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Represents the command that indicates the intention to commit pending changes to the current cell or row and exit edit mode. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Invokes the command, which will place the current cell or row into edit mode. if the current cell or row enters edit mode; otherwise, . Invokes the command, which will place the current cell or row into edit mode. If called from an event handler, the event arguments. May be . if the current cell or row enters edit mode; otherwise, . Invokes the command for the cell or row currently in edit mode. if the current cell or row exits edit mode, or if no cells or rows are in edit mode; otherwise, . Invokes the command for the specified cell or row in edit mode. One of the enumeration values that specifies whether to cancel row or cell edits. if the current cell or row exits edit mode; otherwise, . Unloads the row for the specified item. The to clear. The data item that the row contains. Clears the property for the that represents the specified data item. The data item in the row for which is cleared. Gets the at the specified index. The zero-based index of the column to retrieve. is less than 0, or greater than or equal to the number of columns. The at the specified . Invokes the command for the cell or row currently in edit mode. if the current cell or row exits edit mode, or if no cells or rows are in edit mode; otherwise, . Invokes the command for the specified cell or row currently in edit mode. One of the enumeration values that specifies whether to commit row or cell edits. to exit edit mode; otherwise, . if the current cell or row exits edit mode; otherwise, . Generates columns for the specified properties of an object. The properties of the object to be in the columns. is . The collection of columns for the properties of the object. Instantiates a new . The row that is the container. Gets the property for the that represents the specified data item. The data item in the row for which is returned. The visibility for the row that contains the . Determines if an item is a . The item to test. if the item is a ; otherwise, . Determines the desired size of the . The maximum size that the can occupy. The desired size of the . Raises the event. The data for the event. Invoked whenever application code or internal processes call . Raises the event. The data for the event. Raises the event. The data for the event. Raises the event. The data for the event. Provides handling for the event associated with the command. The data for the event. Provides handling for the event associated with the command. The data for the event. Provides handling for the event associated with the command. The data for the event. Provides handling for the event associated with the command. The data for the event. Provides handling for the event associated with the command. The data for the event. Raises the event. The data for the event. Raises the event. The data for the event. Raises the event. The data for the event. Raises the event. The data for the event. Raises the event. The data for the event. Raises the event. The data for the event. Raises the event. The data for the event. Selects a cell if its context menu is opened. The item whose context menu was opened. Raises the event. The data for the event. Returns the automation peer for this . The automation peer for this . Raises the event. The data for the event. Provides handling for the event associated with the command. The data for the event. Provides handling for the event associated with the command. The data for the event. Provides handling for the event associated with the command. The data for the event. Provides handling for the event associated with the command. The data for the event. is set to . Provides handling for the event associated with the command. The data for the event. Raises the event. The data for the event. Called when the property changes on this element. The data for the event. Performs column auto generation and updates validation flags when items change. The data for the event. Invoked when the property changes. The old source. The new source. Invoked when the event is received. The Information about the event. Raises the event. The data for the event. Raises the event. The data for the event. Updates the collection of items that are selected due to the user dragging the mouse in the . The mouse data. Raises the event. The data for the event. Raises the event. The data for the event. Raises the event. The data for the event. Raises the event. The data for the event. Invoked when the selection changes. The data for the event. Raises the event. The data for the event. Called whenever the template of the changes. The old template. The new template. Provides class handling for the routed event. The event data. Raises the event. The data for the event. Raises the event. The data for the event. Prepares a new row for the specified item. The new . The data item that the row contains. Scrolls the vertically and horizontally to display a cell for the specified data item and column. The data item to bring into view. The column to bring into view. Scrolls the vertically to display the row for the specified data item. The data item to bring into view. is . Selects all the cells in the . Sets the value of the property for the that contains the specified object. The object in the row for which is being set. The to set for the row that contains the item. Unselects all the cells in the . Gets or sets the background brush for use on alternating rows. The that paints the background of every nth row where n is defined by the property. The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the row details can scroll horizontally. if row details cannot scroll; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the columns are created automatically. if columns are created automatically; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the user can add new rows to the . if the user can add new rows; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the user can delete rows from the . if the user can delete rows; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the user can change the column display order by dragging column headers with the mouse. if the user can reorder columns; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the user can adjust the width of columns by using the mouse. if the user can adjust the column width; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the user can adjust the height of rows by using the mouse. if the user can change the height of the rows; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the user can sort columns by clicking the column header. if the user can sort the columns; otherwise, . The registered default is . For more information about what can influence the value, see . Gets the horizontal offset for the . The horizontal offset for the cells panel. The registered default is 0.0. For more information about what can influence the value, see . Gets or sets the style applied to all cells in the . The style applied to the cells in the . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates how content is copied to the clipboard. One of the enumeration values that indicates how content is copied to the clipboard. The registered default is . For more information about what can influence the value, see . Gets or sets the height of the column headers row. The height of the column headers row, in device-independent units (1/96th inch per unit). The registered default is . For more information about what can influence the value, see . Gets or sets the style applied to all column headers in the . The style applied to all column headers in the . The registered default is . For more information about what can influence the value, see . Gets a collection that contains all the columns in the . The collection of columns in the . Gets or sets the standard width and sizing mode of columns and headers in the . The width and sizing mode of the columns and headers, in device-independent units (1/96th inch per unit). The registered default is . For more information about what can influence the value, see . Gets or sets the cell that has focus. Information about the cell that has focus. Gets or sets the column that contains the current cell. The column that contains the current cell. The registered default is . For more information about what can influence the value, see . Gets the data item bound to the row that contains the current cell. The data item bound to the row that contains the current cell. The registered default is . For more information about what can influence the value, see . Represents the command that indicates the intention to delete the current row. The command that indicates the intention to delete the current row. Gets or sets the style that is used when rendering the drag indicator that is displayed while dragging a column header. The style applied to a column header when dragging. The registered default is . For more information about what can influence the value, see . Gets or sets the style that is applied to indicate the drop location when dragging a column header. The style applied to a column header. The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether column virtualization is enabled. if column virtualization is enabled; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether row virtualization is enabled. if row virtualization is enabled; otherwise, . The registered default is . For more information about what can influence the value, see . Gets the key that references the default border brush for a focused cell. The key that references the default brush for a focused cell. Gets or sets the number of non-scrolling columns. The number of non-scrolling columns. The registered default is 0. For more information about what can influence the value, see . Gets or sets a value that indicates which grid lines are shown. One of the enumeration values that specifies which grid lines are shown in the . The registered default is . For more information about what can influence the value, see . Gets a value that indicates whether the supports custom keyboard scrolling. in all cases. Gets or sets the value that specifies the visibility of the row and column headers. One of the enumeration values that indicates the visibility of row and column headers. The registered default is . For more information about what can influence the value, see . Gets the converter that converts a to a . The converter that converts a to a . Gets or sets the brush that is used to draw the horizontal grid lines. The brush that is used to draw the horizontal grid lines in the . The registered default is a black . For more information about what can influence the value, see . Gets or sets a value that indicates how horizontal scroll bars are displayed in the . One of the enumeration values that specifies the visibility of horizontal scroll bars in the . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the user can edit values in the . if the rows and cells are read-only; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets the maximum width constraint of the columns and headers in the . The maximum width of the columns and headers in the , in device-independent units (1/96th inch per unit). The registered default is . For more information about what can influence the value, see . Gets or sets the minimum width constraint of the columns and headers in the . The minimum width of the columns and headers, in device-independent units (1/96th inch per unit). The registered default is 20. For more information about what can influence the value, see . Gets or sets the minimum height constraint of the rows and headers in the . The minimum height constraint of rows, in device-independent units (1/96th inch per unit). The registered default is 0.0. For more information about what can influence the value, see . Gets or sets the margin for the new item row. The margin for the new item row. The registered default is 0. For more information about what can influence the value, see Dependency Property Value Precedence. Gets the horizontal offset of the scrollable columns in the view port. The horizontal offset of the scrollable columns. The registered default is 0.0. For more information about what can influence the value, see . Gets or sets the default brush for the row background. The brush that paints the background of a row. The registered default is . For more information about what can influence the value, see . Gets the converter that converts a Boolean value to a . The converter that converts a Boolean value to a . Gets or sets the template that is used to display the row details. The template that is used to display the row details. The registered default is . For more information about what can influence the value, see . Gets or sets the template selector that is used for the row details. The template selector that is used for the row details. The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates when the details section of a row is displayed. One of the enumeration values that specifies the visibility of row details. The registered default is . For more information about what can influence the value, see . Gets the rendered width of the row headers column. The rendered width of the row header, in device-independent units (1/96th inch per unit). The registered default is 0.0. For more information about what can influence the value, see . Gets or sets the style applied to all row headers. The style applied to all row headers in the . The registered default is . For more information about what can influence the value, see . Gets or set the template for the row headers. The template for the row headers. The registered default is . For more information about what can influence the value, see . Gets or sets the template selector for row headers. The template selector for row headers. The registered default is . For more information about what can influence the value, see . Gets or sets the width of the row header column. The width of the row header column, in device-independent units (1/96th inch per unit). The registered default is . For more information about what can influence the value, see . Gets or sets the suggested height for all rows. The height of the rows, in device-independent units (1/96th inch per unit). The registered default is . For more information about what can influence the value, see . Gets or sets the style applied to all rows. The style applied to all rows in the . The registered default is . For more information about what can influence the value, see . Gets or sets the style selector for the rows. The style selector for the rows. The registered default is . For more information about what can influence the value, see . Gets or sets the template that is used to visually indicate an error in row validation. The template that is used to visually indicate an error in row validation. The registered default is . For more information about what can influence the value, see . Gets the rules that are used to validate the data in each row. The rules that are used to validate the data in each row. Represents the command that indicates the intention to select all cells in the . The command that indicates the intention to select all cells in the . Gets the list of cells that are currently selected. The list of cells that are currently selected. Gets or sets a value that indicates how rows and cells are selected in the . One of the enumeration values that specifies how rows and cells are selected in the . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether rows, cells, or both can be selected in the . One of the enumeration values that specifies whether rows, cells, or both can be selected in the . The registered default is . For more information about what can influence the value, see . Gets or sets the brush that is used to draw the vertical grid lines. The brush that is used to draw the vertical grid lines in the . The registered default is a black . For more information about what can influence the value, see . Gets or sets a value that indicates how vertical scroll bars are displayed in the . One of the enumeration values that specifies the visibility of vertical scroll bars in the . The registered default is . For more information about what can influence the value, see . Provides data for the event. Initializes a new instance of the class. The name of the property bound to the generated column. The type of the property bound to the generated column. The generated column. Gets or sets a value that indicates whether the event should be canceled. if the event should be canceled; otherwise, . The default is . Gets or sets the generated column. The generated column. Gets the descriptor of the property bound to the generated column. An object that contains metadata for the property. Gets the name of the property bound to the generated column. The name of the property bound to the generated column. Gets the type of the property bound to the generated column. The type of the property bound to the generated column. Provides data for the event. Initializes a new instance of the class. The column that contains the cell to be edited. The row that contains the cell to be edited. Information about the user gesture that caused the cell to enter edit mode. Gets or sets a value that indicates whether the event should be canceled. if the event should be canceled; otherwise, . The default is . Gets the column that contains the cell to be edited. The column that contains the cell to be edited. Gets information about the user gesture that caused the cell to enter edit mode. Information about the user gesture that caused the cell to enter edit mode. Gets the row that contains the cell to be edited. The row that contains the cell to be edited. Serves as the base class for columns that can bind to a property in the data source of a . Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Notifies the when the value of the property changes. The previous binding. The binding that the column has been changed to. Determines the value of the property based on property rules from the data grid that contains this column. The value that was passed to the delegate. if cells in the column cannot be edited based on rules from the data grid; otherwise, . Rebuilds the contents of a cell in the column in response to a binding change. The cell to update. The name of the column property that has changed. Gets or sets the binding that associates the column with a property in the data source. The object that represents the data binding for the column. The default is . Gets or sets the binding object to use when getting or setting cell content for the clipboard. An object that represents the binding. Gets or sets the style that is used when rendering the element that the column displays for a cell in editing mode. The style that is used when rendering an editing element. The registered default is . For information about what can influence the value, see . Gets or sets the style that is used when rendering the element that the column displays for a cell that is not in editing mode. The style that is used when rendering a display-only element. The registered default is . For information about what can influence the value, see . Represents a cell of a control. Occurs when the cell is selected. Occurs when the cell selection is cleared. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Initializes a new instance of the class. Determines the final size and placement of the cell content. The maximum size that the cell can occupy. The final size of the control. Determines the desired size of the . The maximum size that the cell can occupy. The desired size of the . Called when the cell's property changes. The old column definition. The new column definition. Returns the automation peer for this . The automation peer for this . Called when the property changes. The new value of the property. Reports that a key was pressed. The data for the event. Reports that a key was pressed. The data for the event. Draws the cell and the right side gridline. The drawing instructions for the cell. Raises the event. The data for the event. Reports text composition. The data for the event. Raises the event. The data for the event. Gets or sets the column that the cell is in. The column that the cell is in. Gets or sets a value that indicates whether the cell is in edit mode. if the cell is in edit mode; otherwise, . The registered default is . For more information about what can influence the value, see . Gets a value that indicates whether the cell can be put in edit mode. if the cell cannot be put in edit mode; otherwise, . The registered default is . For more information about what can influence the value, see . Gets or sets a value that indicates whether the cell is selected. if the cell is selected; otherwise, . The registered default is . For more information about what can influence the value, see . Provides data for the and events. Initializes a new instance of the class. The data item for the row that contains the cell for which the event occurred. The column that contains the cell for which the event occurred. The text value of the cell for which the event occurred. Gets the column that contains the cell for which the event occurred. The column that contains the cell for which the event occurred. Gets or sets the text value of the cell for which the event occurred. The text value of the cell for which the event occurred. Gets the data item for the row that contains the cell for which the event occurred. The data item for the row that contains the cell for which the event occurred. Provides data for the event. Initializes a new instance of the class. The column that contains the cell for which the event occurred. The row that contains the cell for which the event occurred. The element that the cell displays in editing mode. A value that indicates whether the edit was canceled or committed. Gets or sets a value that indicates whether the event should be canceled. if the event should be canceled; otherwise, . The default is . Gets the column that contains the cell for which the event occurred. The column that contains the cell for which the event occurred. Gets a value that indicates whether the edit was canceled or committed. A value that indicates whether the edit was canceled or committed. Gets the element that the cell displays in editing mode. The element that the cell displays in editing mode. Gets the row that contains the cell for which the event occurred. The row that contains the cell for which the event occurred. Represents information about a specific cell in a . Initializes a new instance of the structure using the specified data item and column. The data item for the row that contains the cell. The column that contains the cell. Initializes a new instance of the structure for the specified cell. The cell for which information is to be generated. Indicates whether the specified object is equal to the current instance. The object to compare to the current instance. if the comparison object represents the same cell; otherwise, . Returns a hash code for the current structure. A hash code for the structure. Indicates whether two instances are equal. The first structure to compare. The second structure to compare. if the two structures represent the same cell; otherwise, . Indicates whether two instances are not equal. The first structure to compare. The second structure to compare. if the two structures do not represent the same cell; otherwise, . Gets the column that contains the cell. The column that contains the cell. Gets a value that indicates whether the structure holds valid information. if the structure has valid information; otherwise, . Gets the data item for the row that contains the cell. The data item for the row that contains the cell. Represents a panel that lays out cells and column headers in a data grid. Initializes a new instance of the class. Determines the final size and placement of the panel. The maximum size that the panel can occupy. The final size and placement of the panel. Scrolls the viewport to the item at the specified index. The index of the item that should become visible. The index is out of range. Determines the desired size of the panel. The maximum size that the panel can occupy. The desired size of the panel. Called when the collection of children in the is cleared. Indicates that the property value has changed. The old value of the property. The new value of the property. Updates the visible cells when an item in the collection has changed. The object that raised the event. The data for the event. Represents a column that hosts controls in its cells. Identifies the dependency property. Initializes a new instance of the class. Gets a control that is bound to the column's property value. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new check box control that is bound to the column's property value. Gets a read-only control that is bound to the column's property value. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new, read-only check box control that is bound to the column's property value. Called when a cell in the column enters editing mode. The element that the column displays for a cell in editing mode. Information about the user gesture that is causing a cell to enter editing mode. The unedited value. Refreshes the contents of a cell in the column in response to a column property value change. The cell to update. The name of the column property that has changed. Gets the default value of the property. An object that represents the style. Gets the default value of the property. An object that represents the style. Gets or sets a value that indicates whether the hosted controls enable three states or two. if the hosted controls support three states; if they support two states. The default is . Encapsulates the value and location of a cell for use when copying content to the Clipboard. Initializes a new instance of the structure. The data item for the row that contains the cell being copied. The column that contains the cell being copied. The text value of the cell being copied. Indicates whether the current and specified instances are equivalent. The instance to compare with the current instance. if the current and specified instances have the same , , and property values; otherwise, . Returns the hash code for this instance. The hash code for this instance. Indicates whether the specified instances are equivalent. The first instance to be compared. The second instance to be compared. if the specified instances have the same , , and property values; otherwise, . Indicates whether the specified instances are not equivalent. The first instance to be compared. The second instance to be compared. if the current and specified instances do not have the same , , and property values; otherwise, . Gets the column that contains the cell being copied. The column that contains the cell being copied. Gets the text value of the cell being copied. The text value of the cell being copied. Gets the data item for the row that contains the cell being copied. The data item for the row that contains the cell being copied. Defines constants that specify whether users can copy data from a control to the Clipboard and whether column header values are included. Users can copy the text values of selected cells to the Clipboard, and column header values are not included. Users can copy the text values of selected cells to the Clipboard, and column header values are included. Clipboard support is disabled. Represents a column. Occurs after the cell clipboard content is prepared. Occurs before the clipboard content is moved to the cell. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Causes the cell being edited to revert to the original, unedited value. The element that the column displays for a cell in editing mode. The original, unedited value in the cell being edited. Performs any required validation before exiting cell editing mode. The element that the column displays for a cell in editing mode. if no validation errors are found; otherwise, . When overridden in a derived class, gets an editing element that is bound to the property value of the column. The cell that will contain the generated element. The data item that is represented by the row that contains the intended cell. A new editing element that is bound to the property value of the column. When overridden in a derived class, gets a read-only element that is bound to the property value of the column. The cell that will contain the generated element. The data item that is represented by the row that contains the intended cell. A new read-only element that is bound to the property value of the column. Gets the property value for the cell at the intersection of this column and the row that represents the specified data item. The data item that is represented by the row that contains the intended cell. is . The cell content; or , if the cell is not found. Retrieves the property value for the cell at the intersection of this column and the specified row. The row that contains the intended cell. is . The cell content; or , if the cell is not found. Notifies the that contains this column that a column property has changed. The name of the column property that changed. Determines the value of the property based on the property rules of the that contains this column. The value that was passed to the delegate. if cells in the column cannot be edited based on rules from the ; otherwise, . Raises the event. The data context for the selected element. An object that represents the content of the cell. Raises the event. The data context for the selected element. The content to paste into the cell. When overridden in a derived class, sets cell content as needed for editing. The element that the column displays for a cell in editing mode. Information about the user gesture that is causing a cell to enter editing mode. When returned by a derived class, the unedited cell value. This implementation returns in all cases. When overridden in a derived class, updates the contents of a cell in the column in response to a column property value that changed. The cell to update. The name of the column property that changed. Gets the current width of the column, in device-independent units (1/96th inch per unit). The width of the column in device-independent units (1/96th inch per unit). The registered default is 0. For information about what can influence the value, see . Gets or sets a value that indicates whether the user can change the column display position by dragging the column header. if the user can drag the column header to a new position; otherwise, . The registered default is . For information about what can influence the value, see . Gets or sets a value that indicates whether the user can adjust the column width by using the mouse. if the user can resize the column; otherwise, . The registered default is . For information about what can influence the value, see . Gets or sets a value that indicates whether the user can sort the column by clicking the column header. if the user can sort the column; otherwise, . The registered default is . For information about what can influence the value, see . Gets or sets the style that is used to render cells in the column. The style that is used to render cells in the column. The registered default is . For information about what can influence the value, see . Gets or sets the binding object to use when getting or setting cell content for the clipboard. An object that represents the binding. Gets the control that contains this column. The control that contains this column. Gets or sets the display position of the column relative to the other columns in the . The zero-based position of the column, as it is displayed in the associated . The registered default is -1. For information about what can influence the value, see . Gets or sets the style object to apply to the column header during a drag operation. The style object to apply to the column header during a drag operation. The registered default is . For information about what can influence the value, see . Gets or sets the content of the column header. The column header content. The registered default is . For information about what can influence the value, see . Gets or sets the format pattern to apply to the content of the column header. A string value that represents the formatting pattern. The registered default is . For information about what can influence the value, see . Gets or sets the style that is used when rendering the column header. The style that is used to render the column header; or , to use the setting. The registered default is . For information about what can influence the value, see . Gets or sets the template that defines the visual representation of the column header. The object that defines the visual representation of the column header. The registered default is . For information about what can influence the value, see . Gets or sets the object that selects which template to use for the column header. The object that selects the template. The registered default is . For information about what can influence the value, see . Gets a value that indicates whether the column is auto-generated. if the column is auto-generated; otherwise, . The registered default is . For information about what can influence the value, see . Gets a value that indicates whether the column is prevented from scrolling horizontally. if the column cannot be scrolled horizontally; otherwise, . The registered default is . For information about what can influence the value, see . Gets or sets a value that indicates whether cells in the column can be edited. if cells in the column cannot be edited; otherwise, . The registered default is . For information about what can influence the value, see . Gets or sets the maximum width constraint of the column. The maximum column width, in device-independent units (1/96th inch per unit). The registered default is . For information about what can influence the value, see . Gets or sets the minimum width constraint of the column. The minimum column width, in device-independent units (1/96th inch per unit). The registered default is 20. For information about what can influence the value, see . Gets or sets the sort direction (ascending or descending) of the column. A value that represents the direction for sorting. The registered default is . For information about what can influence the value, see . Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. The path of the data-item member to sort by. The registered default is an empty string (""). For information about what can influence the value, see . Gets or sets the visibility of the column. An enumeration value that specifies the column visibility. The registered default is . For information about what can influence the value, see . Gets or sets the column width or automatic sizing mode. A structure that represents the column width or automatic sizing mode. The registered default is . For information about what can influence the value, see . Provides data for the and events. Initializes a new instance of the class. The column related to the event. Gets the column related to the event. An object that represents the column related to the event. Provides data for the event. Initializes a new instance of the class. The column that is being moved. Gets or sets a value that indicates whether the reordering operation is stopped before completion. if the reordering operation is stopped before completion; otherwise, . The default is . Gets or sets the control that is used to display the visual indicator of the header for the column that is being dragged. The control that is used to display a dragged column header. Gets or sets the control that is used to display the visual indicator of the current drop location during a column drag operation. The control that is used to display the drop location indicator during a column drag operation. Represents a column that hosts controls in its cells. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Causes the column cell being edited to revert to the specified value. The element that the column displays for a cell in editing mode. The previous, unedited value in the cell being edited. Performs any required validation before exiting the editing mode. The element that the column displays for a cell in editing mode. if validation fails; otherwise, . Gets a combo box control that is bound to the column's , , and values. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new combo box control that is bound to the column's , , and values. Gets a read-only combo box control that is bound to the column's , , and values. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new, read-only combo box control that is bound to the column's , , and values. Determines the value of the property based on property rules from the that contains this column. The value that was passed to the delegate. if the combo boxes in the column cannot be edited; otherwise, . Notifies the when the property changes. The previous binding. The binding that the column has been changed to. Notifies the when the property changes. The previous binding. The binding that the column has been changed to. Notifies the when the property changes. The previous binding. The binding that the column has been changed to. Called when a cell in the column enters editing mode. The element that the column displays for a cell in editing mode. Information about the user gesture that is causing a cell to enter editing mode. The unedited value. Refreshes the contents of a cell in the column in response to a binding change. The cell to update. The name of the column property that has changed. Gets or sets the binding object to use when getting or setting cell content for the clipboard. An object that represents the binding. Gets the default value of the property. The default value of . Gets the default value of the . The default value of the . Gets or sets a path to a value on the source object to provide the visual representation of the object. The path to a value on the source object. The registered default is an empty string (""). For information about what can influence the value, see . Gets or sets the style that is used when rendering the element that the column displays for a cell in editing mode. The style that is used when rendering an editing element. The registered default is . For information about what can influence the value, see . Gets or sets the style that is used when rendering the element that the column displays for a cell that is not in editing mode. The style that is used when rendering a display-only element. The registered default is . For information about what can influence the value, see . Gets or sets a collection that is used to generate the content of the combo box control. A collection that is used to generate the content of the combo box control. The registered default is . For information about what can influence the value, see . Gets or sets the binding for the currently selected item. The binding for the selected item. Gets or sets the value of the selected item, obtained by using . The binding for the selected value. Gets or sets the path that is used to get the from the . The path to get the selected value. The registered default is an empty string (""). For information about what can influence the value, see . Gets or sets the binding for the text in the text box portion of the control. The binding for the text of the currently selected item. Gets the resource key for the style to apply to a read-only combo box. The key for the style. Defines constants that specify whether an edit is being canceled or committed. The edit is being canceled. The edit is being committed. Defines constants that specify whether editing is enabled on a cell level or on a row level. Cell editing is enabled. Row editing is enabled. Defines constants that specify the visibility of the grid lines in a . Both horizontal and vertical grid lines are visible. Only horizontal grid lines are visible. No grid lines are visible. Only vertical grid lines are visible. Defines constants that specify the visibility of row and column headers in a . Both row and column headers are visible. Only column headers are visible. No headers are visible. Only row headers are visible. Represents a column that hosts elements in its cells. Identifies the dependency property. Initializes a new instance of the class. Causes the column cell being edited to revert to the specified value. The element that the column displays for a cell in editing mode. The previous, unedited value in the cell being edited. Performs any required validation before exiting edit mode. The element that the column displays for a cell in editing mode. if validation fails; otherwise, . Gets an editable element that is bound to the column's property value. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new text box control that is bound to the column's property value. Gets a read-only element that is bound to the column's property value. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new, read-only hyperlink element that is bound to the column's property value. Notifies the when the property changes. The previous binding. The binding that the column has been changed to. Called when a cell in the column enters editing mode. The element that the column displays for a cell in editing mode. Information about the user gesture that is causing a cell to enter editing mode. The unedited value of the cell. Refreshes the contents of a cell in the column in response to a column property value change. The cell to update. The name of the column property that has changed. Gets or sets the binding to the text of the hyperlink. The binding to the text of the hyperlink. The default value of the property. An object that represents the style. The default value of the property. An object that represents the style. Gets or sets the name of a target window or frame for the hyperlink. The name of the target window or frame. The registered default is . For information about what can influence the value, see . Represents the lengths of elements within the control. Initializes a new instance of the class with the specified value, unit, desired value, and display value. The requested size of the element. The type that is used to determine how the size of the element is calculated. The calculated size needed for the element. The allocated size for the element. is , , or . -or- is not , , , , or . -or- is or . -or- is or . Initializes a new instance of the class with a specified value and unit. The requested size of the element. The type that is used to determine how the size of the element is calculated. is , , or . -or- is not , , , , or . Initializes a new instance of the class with an absolute value in pixels. The absolute pixel value (96 pixels-per-inch) to initialize the length to. is , , or . Determines whether the specified object is equal to the current . The object to compare to the current instance. if the specified object is a with the same value or sizing mode as the current ; otherwise, . Determines whether the specified is equal to the current . The to compare to the current instance. if the specified object is a with the same value or sizing mode as the current ; otherwise, . Gets a hash code for the . A hash code for the current . Compares two structures for equality. The first instance to compare. The second instance to compare. if the two instances have the same value or sizing mode; otherwise, . Converts a to an instance of the class. The absolute pixel value (96 pixels-per-inch) to initialize the length to. An object that represents the specified length. Compares two structures to determine whether they are not equal. The first instance to compare. The second instance to compare. if the two instances do not have the same value or sizing mode; otherwise, . Returns a string that represents the current object. A string that represent the current object. Gets a structure that represents the standard automatic sizing mode. A structure that represents the standard automatic sizing mode. Gets the calculated pixel value needed for the element. The number of pixels calculated for the size of the element. Gets the pixel value allocated for the size of the element. The number of pixels allocated for the element. Gets a value that indicates whether this instance sizes elements based on a fixed pixel value. if the property is set to ; otherwise, . Gets a value that indicates whether this instance automatically sizes elements based on both the content of cells and the column headers. if the property is set to ; otherwise, . Gets a value that indicates whether this instance automatically sizes elements based on the content of the cells. if the property is set to ; otherwise, . Gets a value that indicates whether this instance automatically sizes elements based on the header. if the property is set to ; otherwise, . Gets a value that indicates whether this instance automatically sizes elements based on a weighted proportion of available space. if the property is set to ; otherwise, . Gets a structure that represents the cell-based automatic sizing mode. A structure that represents the cell-based automatic sizing mode. Gets a structure that represents the header-based automatic sizing mode. A structure that represents the header-based automatic sizing mode. Gets the type that is used to determine how the size of the element is calculated. A type that represents how size is determined. Gets the absolute value of the in pixels. The absolute value of the in pixels, or 1.0 if the property is set to . Converts instances of various types to and from instances of the class. Initializes a new instance of the class. Determines whether an instance of the specified type can be converted to an instance of the class. An object that provides a format context. The type to convert from. if this converter can perform the conversion; otherwise, . Determines whether an instance of the class can be converted to an instance of the specified type. An object that provides a format context. The type to convert to. if this converter can perform the conversion; otherwise, . Converts the specified object to an instance of the class. An object that provides a format context. The object to use as the current culture. The value to convert. is . is not a valid type that can be converted to type . The converted value. Converts an instance of the class to an instance of the specified type. An object that provides a format context. The object to use as the current culture. The to convert. The type to convert the value to. is . is not a or is not a valid conversion type. The converted value. Defines constants that specify how elements in a are sized. The size is based on the contents of both the cells and the column header. The size is a fixed value expressed in pixels. The size is based on the contents of the cells. The size is based on the contents of the column header. The size is a weighted proportion of available space. Provides data for the event. Initializes a new instance of the class. The column that contains the cell to be edited. The row that contains the cell to be edited. Information about the user gesture that caused the cell to enter edit mode. The element that the column displays for a cell in editing mode. Gets the column that contains the cell to be edited. The column that contains the cell to be edited. Gets the element that the column displays for a cell in editing mode. The element that the column displays for a cell in editing mode. Gets information about the user gesture that caused the cell to enter edit mode. Information about the user gesture that caused the cell to enter edit mode. Gets the row that contains the cell to be edited. The row that contains the cell to be edited. Represents a row. Occurs when the row is selected. Occurs when the row selection is cleared. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Initializes a new instance of the class. Arranges the content of the row. The area that is available for the row. The actual area used by the row. Returns the index of the row's data item within the collection of the . The index of the row's data item, or -1 if the item was not found. Returns the that contains the specified element. An element contained in a row to be found. The that contains the specified element. Called to update the displayed cells when the collection has changed. The collection. The event data from the event of the collection. Returns a new for this row. A new automation peer for this row. Called when the value of the property has changed. The previous value of the property. The new value of the property. Updates the displayed cells when the property value has changed. The previous value of the property. The new value of the property. Invoked whenever the effective value of any dependency property on this has been updated. The event data that describes the property that changed, as well as old and new values. Raises the event when the property value changes to . The event data, which is empty when this method is called by the . Called whenever the control's template changes. The old template. The new template. Raises the event when the property value changes to . The event data, which is empty when this method is called by the . Gets the index of the row within a set of alternating rows. The index of the row within a set of alternating rows. The registered default is 0. For information about what can influence the value, see . Gets or sets the template that is used to display the details section of the row. The template that is used to display the row details section or to use the setting. The registered default is . For information about what can influence the value, see . Gets or sets a template selector that provides custom logic for choosing a row details template. A template selector for choosing the row details template. The registered default is . For information about what can influence the value, see . Gets or sets a value that indicates when the details section of the row is displayed. A value that specifies the visibility of the row details. The registered default is . For information about what can influence the value, see . Gets or sets an object that represents the row header contents. The row header contents. The registered default is . For information about what can influence the value, see . Gets or sets the style that is used when rendering the row header. The style that is used when rendering the row header. The registered default is . For information about what can influence the value, see . Gets or sets the template that is used to display the row header. The template that is used to display the row header or to use the setting. The registered default is . For information about what can influence the value, see . Gets or sets a template selector that provides custom logic for choosing a row header template. A template selector for choosing the row header template. The registered default is . For information about what can influence the value, see . Gets a value that indicates whether the row is in editing mode. if the row is in editing mode; otherwise, . The registered default is . For information about what can influence the value, see . Gets or sets a value that indicates whether the is a placeholder for a new item or for an item that has not been committed. if the is a placeholder for a new item or for an item that has not been committed; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates whether the row is selected. if the row is selected; otherwise, . The registered default is . For information about what can influence the value, see . Gets or sets the data item that the row represents. The data item that the row represents. The registered default is . For information about what can influence the value, see . Gets or sets the template that defines the panel that controls the layout of cells in the row. The template that defines the panel to use for the layout of cells in the row. The registered default is . For information about what can influence the value, see . Gets or sets the template that is used to visually indicate an error in row validation. The template that is used to visually indicate an error in row validation, or to use the setting. The registered default is . For information about what can influence the value, see . Provides data for the event. Initializes a new instance of the class. The data item for the row for which the event occurred. The value of the column that contains the first selected cell in the row. The value of the column that contains the last selected cell in the row. A value that indicates whether the row for which the event occurred represents the column headers. Returns the values as a string in the specified format. The data format in which to serialize the cell values. The formatted string. Gets a list of values that represent the text values of the cells being copied. A list of values that represent the text values of the cells being copied. Gets the value of the column that contains the last selected cell in the row. The value of the column that contains the last selected cell in the row. Gets a value that indicates whether the row for which the event occurred represents the column headers. if the row represents the column headers; otherwise, . Gets the data item for the row for which the event occurred. The data item for the row for which the event occurred. Gets the value of the column that contains the first selected cell in the row. The value of the column that contains the first selected cell in the row. Provides data for the , , and events. Initializes a new instance of the class. The row for which the event occurred. The row details section as a framework element. Gets the row details section as a framework element. The row details section as a framework element. Gets the row for which the event occurred. The row for which the event occurred. Defines constants that specify when row details are displayed. The row details section is not displayed for any rows. The row details section is displayed for all rows. The row details section is displayed only for selected rows. Provides data for the event. Initializes a new instance of the class. The row for which the event occurred. A value that indicates whether the edit was canceled or committed. Gets or sets a value that indicates whether the event should be canceled. if the event should be canceled; otherwise, . The default is . Gets a value that indicates whether the edit was canceled or committed. A value that indicates whether the edit was canceled or committed. Gets the row for which the event occurred. The row for which the event occurred. Provides data for the and events. Initializes a new instance of the class. The row for which the event occurred. Gets the row for which the event occurred. The row for which the event occurred. Defines constants that specify whether single or multiple item selections are supported by a control. Multiple items in the can be selected at the same time. Only one item in the can be selected at a time. Defines constants that specify whether cells, rows, or both, are used for selection in a control. Only cells are selectable. Clicking a cell selects the cell. Clicking a row or column header does nothing. Cells and rows are selectable. Clicking a cell selects only the cell. Clicking a row header selects the full row. Only full rows are selectable. Clicking a cell or a row header selects the full row. Provides data for the event. Initializes a new instance of the class. The column that is being sorted. Gets or sets a value that specifies whether the routed event is handled. if the event has been handled; otherwise, . The default is . Represents the method that will handle the event of a . The source of the event. The data for the event. Represents a column that hosts template-specified content in its cells. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets an element defined by the that is bound to the column's property value. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new editing element that is bound to the column's property value. Gets an element defined by the that is bound to the column's property value. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new, read-only element that is bound to the column's property value. Refreshes the contents of a cell in the column in response to a template property value change. The cell to update. The name of the column property that has changed. Gets or sets the template to use to display the contents of a cell that is in editing mode. The template that is used to display the contents of a cell that is in editing mode. The registered default is . For information about what can influence the value, see . Gets or sets the object that determines which template to use to display the contents of a cell that is in editing mode. The object that determines which template to use to display the contents of a cell that is in editing mode. The registered default is . For information about what can influence the value, see . Gets or sets the template to use to display the contents of a cell that is not in editing mode. The template to use to display the contents of a cell that is not in editing mode. The registered default is . For information about what can influence the value, see . Gets or sets the object that determines which template to use to display the contents of a cell that is not in editing mode. The object that determines which template to use. The registered default is . For information about what can influence the value, see . Represents a column that hosts textual content in its cells. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Causes the column cell being edited to revert to the specified value. The element that the column displays for a cell in editing mode. The previous, unedited value in the cell being edited. Performs any required validation before exiting the edit mode. The element that the column displays for a cell in editing mode. if validation fails; otherwise, . Gets a control that is bound to the column's property value. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new text box control that is bound to the column's property value. Gets a read-only control that is bound to the column's property value. The cell that will contain the generated element. The data item represented by the row that contains the intended cell. A new, read-only text block control that is bound to the column's property value. Called when a cell in the column enters editing mode. The element that the column displays for a cell in editing mode. Information about the user gesture that is causing a cell to enter editing mode. The unedited value of the cell. Refreshes the contents of a cell in the column in response to a column property value change. The cell to update. The name of the column property that has changed. The default value of the property. An object that represents the style. The default value of the property. An object that represents the style. Gets or sets the font family for the content of cells in the column. The font family of the content for cells in the column. The registered default is . For information about what can influence the value, see . Gets or sets the font size for the content of cells in the column. The font size of the content of cells in the column. The registered default is . For information about what can influence the value, see . Gets or sets the font style for the content of cells in the column. The font style of the content of cells in the column. The registered default is . For information about what can influence the value, see . Gets or sets the font weight for the content of cells in the column. The font weight of the contents of cells in the column. The registered default is . For information about what can influence the value, see . Gets or sets the that is used to paint the text contents of cells in the column. The brush that is used to paint the contents of cells in the column. The registered default is . For information about what can influence the value, see . Provides a way to choose a based on the data object and the data-bound element. Initializes a new instance of the class. When overridden in a derived class, returns a based on custom logic. The data object for which to select the template. The data-bound object. Returns a or . The default value is . Represents a control that allows the user to select a date. Occurs when the drop-down is closed. Occurs when the drop-down is opened. Occurs when is set to a value that cannot be interpreted as a date or when the date cannot be selected. Occurs when the property is changed. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Builds the visual tree for the control when a new template is applied. Raises the routed event. The data for the event. Raises the routed event. The data for the event. Returns a for use by the automation infrastructure. A for the object. Raises the event. A that contains the event data. Raises the routed event. The data for the event. Provides a text representation of the selected date. A text representation of the selected date, or an empty string if is . Gets or sets a collection of dates that are marked as not selectable. A collection of dates that cannot be selected. The default value is an empty collection. Gets or sets the style that is used when rendering the calendar. The style that is used when rendering the calendar. Gets or sets the date to display. The specified date is not in the range defined by . and . The date to display. The default is . Gets or sets the last date to be displayed. The last date to display. Gets or sets the first date to be displayed. The first date to display. Gets or sets the day that is considered the beginning of the week. A that represents the beginning of the week. The default is the that is determined by the current culture. Gets a value that indicates whether the has focus. if the has focus; otherwise, . Gets or sets a value that indicates whether the drop-down is open or closed. if the is open; otherwise, . The default is . Gets or sets a value that indicates whether the current date will be highlighted. if the current date is highlighted; otherwise, . The default is . Gets or sets the currently selected date. The specified date is not in the range defined by and , or the specified date is in the collection. The date currently selected. The default is . Gets or sets the format that is used to display the selected date. The specified format is not valid. The format that is used to display the selected date. The default is . Gets the text that is displayed by the , or sets the selected date. The text displayed by the . The default is an empty string. Provides data for the event. Initializes a new instance of the class. The initial exception from the event. The text that caused the event. Gets the initial exception associated with the event. The exception associated with the validation failure. Gets or sets the text that caused the event. The text that caused the validation failure. Gets or sets a value that indicates whether should be thrown. if the exception should be thrown; otherwise, . Specifies date formats for a . Specifies that the date should be displayed by using unabbreviated days of the week and month names. This value displays a string that is equal to the string that is returned by the method. Specifies that the date should be displayed by using abbreviated days of the week and month names. This value displays a string that is equal to the string that is returned by the method. Provides a base class for elements that apply effects onto or around a single child element, such as or . Initializes a new instance of the class. Arranges the content of a element. The this element uses to arrange its child content. The that represents the arranged size of this element and its child. Gets the child element at the specified position. Index position of the child element. is greater than the number of visual child elements. The child element at the specified position. Measures the child element of a to prepare for arranging it during the pass. An upper limit that should not be exceeded. The target of the element. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets or sets the single child element of a . The single child element of a . Gets an enumerator that can be used to iterate the logical child elements of a . An enumerator that can be used to iterate the logical child elements of a . Gets a value that is equal to the number of visual child elements of this instance of . The number of visual child elements. Defines the functionality required to support a shared-size group that is used by the and classes. This is an abstract class. Identifies the dependency property. Gets or sets a value that identifies a or as a member of a defined group that shares sizing properties. A that identifies a shared-size group. Specifies the position of a child element that is inside a . A child element that is positioned at the bottom of the . A child element that is positioned on the left side of the . A child element that is positioned on the right side of the . A child element that is positioned at the top of the . Defines an area where you can arrange child elements either horizontally or vertically, relative to each other. Identifies the attached property. Identifies the dependency property. Initializes a new instance of the class. Arranges the content (child elements) of a element. The this element uses to arrange its child elements. The that represents the arranged size of this element. Gets the value of the attached property for a specified . The element from which the property value is read. The property value for the element. Measures the child elements of a prior to arranging them during the pass. A maximum to not exceed. A that represents the element size you want. Sets the value of the attached property to a specified element. The element to which the attached property is written. The needed value. Gets or sets a value that indicates the position of a child element within a parent . Gets or sets a value that indicates whether the last child element within a stretches to fill the remaining available space. if the last child element stretches to fill the remaining space; otherwise . The default value is . Represents a document viewing control that can host paginated content such as an . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Zooms out of the document content by one zoom step. Moves focus to the find toolbar to search the document content. Fits a single page to the height of the current viewport. Fits the document to the current property setting. Fits the document to a specified maximum number of page widths. The maximum number of pages to fit in the current . Fits a single page to the width of the current viewport. Returns a collection of elements that are currently displayed. When this method returns, contains if the collection of elements changed after the last call to ; otherwise, . The collection of elements that are currently displayed in the control. Zooms in on the document content by one zoom step. Scrolls the document content down 16 device independent pixels. Scrolls the document content left 16 device independent pixels. Scrolls the document content right 16 device independent pixels. Scrolls the document content up 16 device independent pixels. Responds to calls to the method. Responds to the method from the implementation. The object to make visible. The rectangular region of the to make visible. The number of the page to be viewed. Creates and returns an for this control. The new . Responds to calls to the method. Responds to calls when the document to display is changed. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. The number of pages to fit across the content area. Responds to calls to the method. Responds to calls to the method. The page number to position to. Responds to calls to the method. Responds to events. The event data. Responds to calls to the method. Responds to events. The event data. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. Responds to events. The event data. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. Responds to calls to the method. Scrolls down one viewport. Scrolls left one viewport. Scrolls right one viewport. Scrolls up one viewport. Displays a thumbnail representation of the pages. Gets a value that indicates whether the can zoom out more. if the control can zoom out more; otherwise, . Gets a value that indicates whether the can zoom in more. if the control can zoom in more; otherwise, . Gets a value that indicates whether the can move down more in the document. if the control can move down more in the document; otherwise, if the document is at the bottom. Gets a value that indicates whether the can move more to the left in the document. if the control can move more left in the document; otherwise, if the document is at the leftmost edge. Gets a value that indicates whether the can move more to the right in the document. if the control can move more to the right in the document; otherwise, if the document is at the rightmost edge. Gets a value that indicates whether the can move up more in the document. if the control can move up more in the document; otherwise, if the document is at the topmost edge. Gets the overall vertical height of the paginated document. The overall vertical height of the paginated content specified in device independent pixels. The default is 0.0. Gets the overall horizontal width of the paginated document. The current horizontal width of the content layout area specified in device independent pixels. The default is 0.0. Gets the that performs the operation. The routed command that performs the operation. Gets the that performs the operation. The routed command that performs the operation. Gets the that performs the operation. The routed command that performs the operation. Gets or sets the horizontal scroll position. The value specified to set is negative. The current horizontal scroll position specified in device independent pixels. The initial default is 0.0. Gets or sets the horizontal space between pages. The value specified to set is negative. The horizontal space between displayed pages specified in device independent pixels. The default is 10.0. Gets or sets a value defining the maximum number of page columns to display. The maximum number of page columns to be displayed. The default is 1. Gets or sets a value that indicates whether drop-shadow page borders are displayed. if drop-shadow borders are displayed; otherwise, . The default is . Gets or sets the vertical scroll position. The current vertical scroll position offset in device independent pixels. The default is 0.0. Gets or sets the vertical spacing between displayed pages. The vertical space between displayed pages in device independent pixels. The default is 10.0. Gets the vertical size of the scrollable content area. The vertical size of the scrollable content area in device independent pixels. The default is 0.0. Gets the horizontal size of the scrollable content area. The horizontal size of the scrollable content area in device independent pixels. The default is 0.0. Gets the that performs the operation. The routed command that performs the operation. Gets or sets the document zoom percentage. The zoom percentage expressed as a value, 5.0 to 5000.0. The default is 100.0, which corresponds to 100.0%. Represents a rule that checks for exceptions that are thrown during the update of the binding source property. Initializes a new instance of the class. Performs validation checks on a value. The value (from the binding target) to check. The culture to use in this rule. A object. Specifies the direction in which an control opens. The control opens down. The control opens left. The control opens right. The control opens up. Represents the control that displays a header that has a collapsible window that displays content. Occurs when the content window of an control closes and only the is visible. Occurs when the content window of an control opens to display both its header and content. Identifies the routed event. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Initializes a new instance of the class. Invoked whenever application code or internal processes call the method. Raises the event when the property changes from to . Creates the implementation of for the control. A new for this control. Raises the event when the property changes from to . Gets or sets the direction in which the content window opens. One of the values that defines which direction the content window opens. The default is . Gets or sets whether the content window is visible. if the content window is expanded; otherwise, . The default is . Represents a control for viewing flow content in a fixed viewing mode that shows content one page at a time. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Executes the routed command. Toggles the Find dialog. Executes the routed command. Builds the visual tree for the . Handles the routed command. Called whenever an unhandled routed event reaches this class in its route. Implement this method to add class handling for this event. Arguments of the event. Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. The appropriate implementation for this control. Handles the routed command. Called when the property is changed. Handles the routed command. Handles the routed command. Handles the routed command. The page number to go to. Handles the routed command. Handles the routed event. A object that contains the arguments associated with the routed event. Handles the routed command. Handles the routed event. A object containing arguments associated with the routed event. Handles the routed command. Handles the routed event. Handles the routed command. Handles the routed command. Called when a printing job has completed. Gets a value that indicates whether the level can be decreased. if the level can be decreased; otherwise, . Gets a value that indicates whether the level can be increased. if the level can be increased; otherwise, . Gets or sets a value that indicates whether displays selected text when the control does not have focus. if the displays selected text when the does not have focus; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets a value that indicates whether the has focus and selected text. if the displays selected text when the text box does not have focus; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets the maximum allowable level for the . The maximum allowable zoom level for the , interpreted as a percentage. The default is 200.0 (a maximum zoom of 200%). Gets or sets the minimum allowable level for the . The minimum allowable zoom level for the , interpreted as a percentage. The default is 80.0 (a minimum zoom of 80%). Gets the selected content of the . The selected content of the . Gets or sets the brush that highlights the selected text. A brush that highlights the selected text. Gets or sets the opacity of the . The opacity of the . The default is 0.4. Gets or sets the current zoom level for the . The current zoom level, interpreted as a percentage. The default is 100.0 (a zoom level of 100%). Gets or sets the zoom increment. The current zoom increment, interpreted as a percentage. The default is 10.0 (zoom increments by 10%). Provides a control for viewing flow content, with built-in support for multiple viewing modes. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Gets the value that represents the Switch Viewing Mode command. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Cancels any current printing job. Returns a value that indicates whether or the is able to jump to the specified page number. A page number to check for as a valid jump target. if the is able to jump to the specified page number; otherwise, . Executes the routed command. Toggles the Find dialog. Executes the routed command. Builds the visual tree for the . Handles the routed command. Creates and returns an object for this . An object for this . Handles the routed command. Called when the DPI at which this Flow Document Reader is rendered changes. The previous DPI scale setting. The new DPI scale setting. Handles the routed command. Handles the routed command. Handles the routed event. An object containing the arguments associated with the routed event. Handles the routed event. A object containing the arguments associated with the routed event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Handles the routed command. Called when a printing job has completed. Handles the routed command. One of the values that specifies the viewing mode to switch to. Invokes a standard Print dialog which can be used to print the contents of the and configure printing preferences. Executes the command. One of the values that specifies the desired viewing mode. Handles the command. One of the values that specifies the desired viewing mode. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the property to add a as the content child for the . An object to add as a child. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets a value that indicates whether the level can be decreased. if the level can be decreased; otherwise, . Gets a value that indicates whether the can execute the routed command to jump to the next page of content. if the can jump to the next page of content; otherwise, . Gets a value that indicates whether the can execute the routed command to jump to the previous page of content. if the can jump to the previous page of content; otherwise, . Gets a value that indicates whether the level can be increased. if the level can be increased; otherwise, . Gets or sets a that hosts the content to be displayed by the . A that hosts the content to be displayed by the . The default is . Gets or sets a value that indicates whether the routed command is enabled. to enable the routed command; otherwise, . The default is . Gets or sets a value that indicates whether displays selected text when the control does not have focus. if the displays selected text when the does not have focus; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates whether is available as a viewing mode. Setting this property to while and are also . to indicate that single-page viewing mode is available; otherwise, . The default is . Gets or sets a value that indicates whether the routed command is enabled. to enable the routed command; otherwise, . The default is . Gets or sets a value that indicates whether is available as a viewing mode. Setting this property to while and are also . to indicate that is available as a viewing mode; otherwise, . The default is . Gets a value that indicates whether the has focus and selected text. if the displays selected text when the text box does not have focus; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates whether is available as a viewing mode. Setting this property to while and are also . to indicate that is available as a viewing mode; otherwise, . The default is . Gets an enumerator that can iterate the logical children of the . An enumerator for the logical children. Gets or sets the maximum allowable level for the . The maximum allowable level for the , interpreted as a percentage. The default is 200.0 (maximum zoom of 200%). Gets or sets the minimum allowable level for the . The minimum allowable level for the , interpreted as a percentage. The default is 80.0 (minimum zoom of 80%). Gets the current number of display pages for the content hosted by the . The current number of display pages for the content hosted by the . Gets the page number for the currently displayed page. The page number for the currently displayed page. Gets the selected content of the . The selected content of the . Gets or sets the brush that highlights the selected text. A brush that highlights the selected text. Gets or sets the opacity of the . The opacity of the . The default is 0.4. Gets or sets the viewing mode for the . One of the values that specifies the viewing mode. The default is . Gets or sets the current zoom level. The current zoom level, interpreted as a percentage. The default value 100.0 (zoom level of 100%). Gets or sets the zoom increment. The current zoom increment, interpreted as a percentage. The default is 10.0 (zoom increment of 10%). Names viewing modes for the control. Indicates that the should show content one page at a time. Indicates that the should show content in continuous scrolling mode. Indicates that the should show content two pages at a time, similar to an open book. Provides a control for viewing flow content in a continuous scrolling mode. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Cancels any current printing job. Executes the routed command. Toggles the Find dialog. Executes the routed command. Builds the visual tree for the . Handles the routed command. Invoked whenever an unhandled routed event reaches this class in its route. Implement this method to add class handling for this event. Arguments of the event. Creates and returns an object for this . An object for this . Handles the routed command. Handles the routed command. Handles the routed command. Handles the routed event. A object containing the arguments associated with the routed event. Handles the routed event. A object containing arguments associated with the routed event. Handles the routed command. Called when a printing job has completed. Invokes a standard Print dialog which can be used to print the contents of the and configure printing preferences. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that specifies the type of service object to get. A service object of type , or if there is no service object of type . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the property to add a as the content child for the . An object to add as a child. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets a value that indicates whether the level can be decreased. if the level can be decreased; otherwise, . Gets a value that indicates whether the level can be increased. if the level can be increased; otherwise, . Gets or sets a that hosts the content to be displayed by the . A that hosts the content to be displayed by the . The default is . Gets or sets a value that indicates whether a horizontal scroll bar is shown. One of the values. The default is . Gets or sets a value that indicates whether displays selected text when the control does not have focus. if the displays selected text when the does not have focus; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets a value that indicates whether the has focus and selected text. if the displays selected text when the text box does not have focus; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates whether selection of content within the is enabled. to indicate that selection is enabled; otherwise, . The default is . Gets or sets a value that indicates whether the toolbar is visible. to indicate that the toolbar is visible; otherwise, . The default is . Gets an enumerator that can iterate the logical children of the . An enumerator for the logical children. Gets or sets the maximum allowable level for the . The maximum allowable level for the , interpreted as a percentage. The default is 200.0 (a maximum zoom of 200%). Gets or sets the minimum allowable level for the . The minimum allowable level for the , interpreted as a percentage. The default is 80.0 (a minimum zoom of 80%). Gets the selected content of the . The selected content of the . Gets or sets the brush that highlights the selected text. A brush that highlights the selected text. Gets or sets the opacity of the . The opacity of the . The default is 0.4. Gets or sets a value that indicates whether a vertical scroll bar is shown. One of the values. The default is . Gets or sets the current zoom level. The current zoom level, interpreted as a percentage. The default is 100.0 (a zoom level of 100%). Gets or sets the zoom increment. The current zoom increment, interpreted as a percentage. The default is 10.0 (zoom increments by 10%). Frame is a content control that supports navigation. Occurs after content has been rendered. Occurs when navigation to a content fragment begins, which occurs immediately, if the desired fragment is in the current content, or after the source XAML content has been loaded, if the desired fragment is in different content. Occurs when content that was navigated to has been loaded, parsed, and has begun rendering. Occurs when the content that is being navigated to has been found, and is available from the property, although it may not have completed loading. Occurs when a new navigation is requested. Occurs when an error is raised while navigating to the requested content. Occurs periodically during a download to provide navigation progress information. Occurs when the method is called, or when a new navigation is requested while a current navigation is in progress. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Adds an entry to back navigation history that contains a object. A object that represents application-defined state that is associated with a specific piece of content. is , and a object is not returned from . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Navigates to the most recent item in back navigation history, if a manages its own navigation history. is called when there are no entries in back navigation history. Navigates to the most recent item in forward navigation history, if a manages its own navigation history. is called when there are no entries in back navigation history. Navigates asynchronously to content that is contained by an object, and passes an object that contains data to be used for processing during navigation. An that contains the content to navigate to. A that contains data to be used for processing during navigation. if navigation is not canceled; otherwise, . Navigates asynchronously to content that is contained by an object. An that contains the content to navigate to. if navigation is not canceled; otherwise, . Navigates asynchronously to source content located at a uniform resource identifier (URI), and passes an object that contains data to be used for processing during navigation. A object initialized with the URI for the desired content. A that contains data to be used for processing during navigation. if navigation is not canceled; otherwise, . Navigates asynchronously to content that is specified by a uniform resource identifier (URI). A object initialized with the URI for the desired content. if navigation is not canceled; otherwise, . Called when the template generation for the visual tree is created. Raises the event. An that contains the event data. Creates and returns a object for this . A object for this . Reloads the current content. Removes the most recent journal entry from back history. The most recent in back navigation history, if there is one. Allows derived classes to determine the serialization behavior of the property. if the content should be serialized; otherwise, . Stops further downloading of content for the current navigation request. Returns an that you use to enumerate the entries in back navigation history for a . if at least one entry has been added to back navigation history. If there are not entries, or the does not own its own navigation history, is . Gets or sets the base uniform resource identifier (URI) for a . The base uniform resource identifier (URI) of the control. Gets a value that indicates whether there is at least one entry in back navigation history. if there is at least one entry in back navigation history; if there are no entries in back navigation history or the does not own its own navigation history. Gets a value that indicates whether there is at least one entry in forward navigation history. if there is at least one entry in forward navigation history; if there are no entries in forward navigation history or the does not own its own navigation history. Gets the uniform resource identifier (URI) of the content that was last navigated to. A for the content that was last navigated to, if navigated to by using a URI; otherwise, . Gets an that you use to enumerate the entries in forward navigation history for a . An object if at least one entry has been added to forward navigation history, or if there are no entries or the does not own its own navigation history. Gets or sets whether a is responsible for managing its own navigation history, or yields navigation history management to a parent navigator (, ). A value that specifies whether manages its own journal. The default value is . Gets the that is used by this to provide navigation services. A object that represents the used by this , if one is available. Otherwise, is returned. Gets or sets when the can show its navigation UI. A value that specifies when the can show its navigation UI. The default value is . Gets or sets whether a isolates external Extensible Application Markup Language (XAML) content within a partial trust security sandbox (with the default permission set). is set when an application is executing in partial trust. if content is isolated within a partial trust security sandbox; otherwise, . The default is . Gets or sets the uniform resource identifier (URI) of the current content, or the URI of new content that is currently being navigated to. A that contains the URI for the current content, or the content that is currently being navigated to. For a description of this member, see . The base URI of the current context. Defines a flexible grid area that consists of columns and rows. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the dependency property. Initializes a new instance of . Arranges the content of a element. Specifies the size this element should use to arrange its child elements. that represents the arranged size of this Grid element and its children. Gets the value of the attached property from a given . The element from which to read the property value. The value of the attached property. Gets the value of the attached property from a given . The element from which to read the property value. The value of the attached property. Gets the value of the attached property from a given . The element from which to read the property value. The value of the attached property. Gets the value of the attached property from a given . The element from which to read the property value. The value of the attached property. Gets the value of the attached property from a given . The element from which to read the property value. The value of the attached property. Gets the child at the specified position. The zero-based index position of the desired . The child at the specified position. Measures the children of a in anticipation of arranging them during the pass. Indicates an upper limit size that should not be exceeded. that represents the required size to arrange child content. Called when the visual children of a element change. Identifies the visual child that's added. Identifies the visual child that's removed. Sets the value of the attached property to a given . The element on which to set the attached property. The property value to set. Sets the value of the attached property to a given . The element on which to set the attached property. The property value to set. Sets the value of the attached property to a given . The element on which to set the attached property. The property value to set. Sets the value of the attached property to a given . The element on which to set the attached property. The property value to set. Sets the value of the attached property to a given . The element on which to set the attached property. The property value to set. Returns true if associated with this instance of is not empty. if associated with this instance of is not empty; otherwise, . Returns true if associated with this instance of is not empty. if associated with this instance of is not empty; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets or sets a value that indicates which column child content within a should appear in. Gets a defined on this instance of . A defined on this instance of Gets or sets a value that indicates the total number of columns that child content spans within a . Gets or sets a value that indicates that multiple elements are sharing size information. Gets an enumerator that can iterate the logical children of this . An . This property has no default value. Gets or sets a value that indicates which row child content within a should appear in. Gets a defined on this instance of . A defined on this instance of . Gets or sets a value that indicates the total number of rows that child content spans within a . Gets or sets a value that indicates whether grid lines are visible within this . if grid lines are visible; otherwise, . The default value is . Gets a value that represents the total number of children within this instance of . that represents the total number of child objects. The default value is zero. Specifies the rows or columns that are resized by a control. Space is redistributed based on the value of the and properties. For a horizontal , space is redistributed between the row that is specified for the and the next row that is below it. For a vertical , space is redistributed between the column that is specified for the and the next column that is to the right. For a horizontal , space is redistributed between the row that is specified for the and the next row that is above it. For a vertical , space is redistributed between the column that is specified for the and the next column that is to the left. For a horizontal , space is redistributed between the rows that are above and below the row that is specified for the . For a vertical , space is redistributed between the columns that are to the left and right of the column that is specified for the . Specifies whether a control redistributes space between rows or between columns. Space is redistributed based on the values of the , , , and properties of the . Space is redistributed between columns. Space is redistributed between rows. Represents the control that redistributes space between columns or rows of a control. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Creates the implementation of for the control. A new for this control. Called when a key is pressed. A that contains the event data. Called when the control loses keyboard focus. A that contains the event data. Responds to a change in the dimensions of the control. Information about the change in size of the . Gets or sets the minimum distance that a user must drag a mouse to resize rows or columns with a control. A value that represents the minimum distance that a user must use the mouse to drag a to resize rows or columns. The default is 1. Gets or sets the distance that each press of an arrow key moves a control. The distance that the moves for each press of an arrow key. The default is 10. Gets or sets the style that customizes the appearance, effects, or other style characteristics for the control preview indicator that is displayed when the property is set to . Returns the for the preview indicator that shows the potential change in dimensions as you move the control. The default is the style that the current theme supplies. Gets or sets which columns or rows are resized relative to the column or row for which the control is defined. One of the enumeration values that indicates which columns or rows are resized by this control. The default is . Gets or sets a value that indicates whether the control resizes rows or columns. One of the enumeration values that specifies whether to resize rows or columns. The default is . Gets or sets a value that indicates whether the control updates the column or row size as the user drags the control. if a preview is displayed; otherwise, . The default is . Represents a view mode that displays data items in columns for a control. Identifies the dependency property. Identifies the attachedproperty. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Adds a object to a . The column to add. Not supported. Text string. Removes all settings, bindings, and styling from a . The to clear. Gets the implementation for this object. The control that implements this view. A for this . Gets the contents of the attached property. The that is associated with the collection. The of the specified . Prepares a for display according to the definition of this object. The to display. Sets the contents of the attached property. The object. The object to assign. Determines whether to serialize the attached property. The object on which the is set. if the must be serialized; otherwise, . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Returns the string representation of the object. A string that indicates the number of columns in the . Gets or sets whether columns in a can be reordered by a drag-and-drop operation. if columns can be reordered; otherwise, . The default value is . Gets or sets the attached property that contains the . Gets or sets the style to apply to column headers. The that is used to define the display properties for column headers. The default value is . Gets or sets a for the . The for the column headers in a . The default value is . Gets or sets a composite string that specifies how to format the column headers of the if they are displayed as strings. A composite string that specifies how to format the column headers of the if they are displayed as strings. The default is . Gets or sets a template to use to display the column headers. The to use to display the column headers as part of the . The default value is . Gets or sets the selector object that provides logic for selecting a template to use for each column header. The object that determines the data template to use for each column header. The default value is . Gets or sets the content of a tooltip that appears when the mouse pointer pauses over one of the column headers. An object that represents the content that appears as a tooltip when the mouse pointer is paused over one of the column headers. The default value is not defined. Gets the collection of objects that is defined for this . The collection of columns in the . The default value is . Gets the reference for the default style for the . The . The default value is the in the current theme. Gets the key that references the style that is defined for each in a . A that references the style for each . The default value references the default style for a control in the current theme. Gets the key that references the style that is defined for the control that encloses the content that is displayed by a . A that references the that is applied to the control for a . The default value is the style for the object of a in the current theme. Gets the key that references the style that is defined for the . A that references the that is applied to the . The default value is the style for the in the current theme. Gets the reference to the default style for the container of the data items in the . The . The default value is the in the current theme. Represents a column that displays data. Occurs when the value of any property changes. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Occurs when the property changes. The old value of the property. The new value of the property. Raises the event. The event data. Creates a string representation of the . A string that identifies the object as a object and displays the value of the property. Gets the actual width of a . The current width of the column. The default is zero (0.0). Gets or sets the template to use to display the contents of a column cell. A that is used to format a column cell. The default is . Gets or sets a that determines the template to use to display cells in a column. A that provides selection for column cells. The default is . Gets or sets the data item to bind to for this column. The specified data item type that displays in the column. The default is . Gets or sets the content of the header of a . The object to use for the column header. The default is . Gets or sets the style to use for the header of the . The that defines the display properties for the column header. The default is . Gets or sets a composite string that specifies how to format the property if it is displayed as a string. A composite string that specifies how to format the property if it is displayed as a string. The default is . Gets or sets the template to use to display the content of the column header. A to use to display the column header. The default is . Gets or sets the that provides logic to select the template to use to display the column header. The object that provides data template selection for each . The default is . Gets or sets the width of the column. The width of the column. The default is , which automatically sizes to the largest column item that is not the column header. Represents a collection of objects. Initializes an instance of the class. Removes all of the objects from the . Adds a to the collection at the specified index. The position to place the new . The to insert. Changes the position of a in the collection. The original position of the . The new position of the . Raises the event when the changes. The event arguments. Removes a from the at the specified index. The position of the to remove. Replaces the that is at the specified index with another . The position at which the new replaces the old . The to place at the specified position. Represents a column header for a . Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Responds when the for the is pressed. The event arguments. Responds to the creation of the visual tree for the . Provides class handling for the event for a . Provides an implementation for a . A for this . Provides class handling for the event for a . The event data. Provides class handling for the event when the user pauses the mouse pointer on the . The event data. Provides class handling for the event when the mouse moves off the . The event data. Provides class handling for the event when the user presses the left mouse button while pausing the mouse pointer on the . The event data. Provides class handling for the event when the user releases the left mouse button while pausing the mouse pointer on the . The event data. Provides class handling for the event that occurs when the user moves the mouse within a . The event data. Responds to a change in dimensions. Information about the change in the size of the . Determines whether to serialize a . The dependency property. if the must be serialized; otherwise, . The default is . Gets the that is associated with the . The that is associated with this . The default is . Gets the role of a . A enumeration value that specifies the current role of the column. Defines the state or role of a control. The column header is the object of a drag-and-drop operation to move a column. The column header displays above its associated column. The column header is the last header in the row of column headers and is used for padding. Represents an object that is used to define the layout of a row of column headers. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges the content of the header row elements, and computes the actual size of the header row. The area that is available for the column header row. The actual for the column header row. Determines the area that is required to display the column header row. The amount of area that is available to display the column header row. The required for the column header row. Creates an object for the column header row. A object for this column header row. Provides class handling for the event for the . The event data. Provides class handling for the event that occurs when the user presses the left mouse button inside a . The event data. Provides class handling for the event that occurs when the user releases the left mouse button. The event data. Provides class handling for the event that occurs when the user moves the mouse. The event data. Gets or sets a value that indicates whether columns can change positions. if columns can be moved by the drag-and-drop operation of a column header; otherwise, . The default is . Gets or sets the to use for the column headers. The to use for the column header container. The default is . Gets or sets a for the column headers. The for the column header row. The default is . Gets or sets a composite string that specifies how to format the column headers if they are displayed as strings. A composite string that specifies how to format the column headers if they are displayed as strings. The default is . Gets or sets the template to use to display the column headers. The that is used to display the column header content. The default is . Gets or sets a that provides logic that selects the data template to use to display a column header. The that chooses the to use to display each column header. The default is . Gets or sets the content for a tooltip for the column header row. An object that represents the content of a tooltip for the column headers. Represents an object that specifies the layout of a row of data. Identifies the dependency property. Initializes a new instance of the class. Positions the content of a row according to the size of the corresponding objects. The area to use to display the . The actual that is used to display the . Determines the area that is required to display the row. The maximum area to use to display the . The actual of the area that displays the . Returns a string representation of the . A string that shows the . Gets or sets the data content to display in a row. The object that represents the content of a row. Represents a control that creates a container that has a border and a header for user interface (UI) content. Initializes a new instance of the class. Responds when the for the is pressed. The event information. Creates an implementation of for the control. A for the . Appears as the root of the visual subtree generated for a group. Initializes a new instance of the class. Arranges the content of the . The final area within the parent that the should use to arrange itself and its children. The actual sized used by the . Builds the visual tree for the when a new template is applied. Creates and returns an object for this . An object for this . Clears all property associations. Removes the association between the specified item and property. The associated item. The associated property. Removes the specified property from all property lists. The property to remove. Returns the value of the specified property that is associated with the specified item. The item that has the specified property associated with it. The property whose value to return. The value of the specified property that is associated with the specified item. Stores the specified property and value and associates them with the specified item. The item to associate the value and property with. The property that is associated with the specified item. The value of the associated property. Gets or sets an object that represents the sizes of the control's viewport and cache. An object that represents the sizes of the control's viewport and cache. Gets an object that represents the desired size of the control's header. An object that represents the desired size of the control's header. Gets a value that indicates whether the control's layout pass occurs at a lower priority. if the control's layout pass occurs at a lower priority; otherwise, . Gets or sets an object that represents the desired size of the control's items. An object that represents the desired size of the control's items. Gets the that displays the items of the control. The that displays the items of the control. Gets or sets a value that indicates whether the owning should virtualize its items. if the owning should virtualize its items; otherwise, . Defines how you want the group to look at each level. Occurs when a property value changes. Occurs when a property value changes. Identifies the default that creates the panel used to layout the items. Initializes a new instance of the class. Raises the event using the provided arguments. Arguments of the event being raised. Gets or sets the number of alternating objects. The number of alternating objects. Gets or sets the style that is applied to the generated for each item. The style that is applied to the generated for each item. The default is . Enables the application writer to provide custom selection logic for a style to apply to each generated . An object that derives from . The default is . Gets the default style of the group. The default style of the group. Gets or sets a composite string that specifies how to format the header if it is displayed as a string. A composite string that specifies how to format the header if it is displayed as a string. Gets or sets the template that is used to display the group header. A object that is used to display the group header. The default is . Enables the application writer to provide custom selection logic for a template that is used to display the group header. An object that derives from . The default is . Gets or sets a value that indicates whether items corresponding to empty groups should be displayed. to not display empty groups; otherwise, . The default is . Gets or sets a template that creates the panel used to layout the items. An object that creates the panel used to layout the items. Delegate used to select the group style as a function of the parent group and its level. Group whose style is to be selected. Level of the group. The appropriate group style. Provides the base implementation for all controls that contain single content and have a header. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Called when the property of a changes. Old value of the property. New value of the property. Called when the property changes. The old value of the property. The new value of the property. Called when the property changes. Old value of the property. New value of the property. Called when the property changes. Old value of the property. New value of the property. Provides a string representation of a . A string representation of the object. Gets a value that indicates whether the header is . if the property is not ; otherwise, . The default is . Gets or sets the data used for the header of each control. A header object. The default is . Gets or sets a composite string that specifies how to format the property if it is displayed as a string. A composite string that specifies how to format the property if it is displayed as a string. The default is . Gets or sets the template used to display the content of the control's header. A data template. The default is . Gets or sets a data template selector that provides custom logic for choosing the template used to display the header. A data template selector object. The default is . Gets an enumerator to the logical child elements of the . An enumerator. Represents a control that contains multiple items and has a header. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Called when the property of a changes. The old value of the property. The new value of the property. Occurs when the property changes. The old value of the property. The new value of the property. Called when the property changes. The old value of the property. The new value of the property. Called when the property changes. The old value of the property. The new value of the property. Returns the string representation of a object. A string that represents this object. Gets a value that indicates whether this has a header. if the control has a header; otherwise, . The default is . Gets or sets the item that labels the control. An object that labels the . The default is . A header can be a string or a . Gets or sets a composite string that specifies how to format the property if it is displayed as a string. A composite string that specifies how to format the property if it is displayed as a string. Gets or sets the template used to display the contents of the control's header. A data template used to display a control's header. The default is . Gets or sets the object that provides custom selection logic for a template used to display the header of each item. A data template selector. The default is . Gets an enumerator to the logical child elements of the . An enumerator. The default is . Specifies the sizes of a control's viewport and cache. This structure is used by the interface. Initializes a new instance of the class. The size of the cache before and after the viewport. The type of unit that is used by the property. The size of the cache before and after the viewport. Returns a value that indicates whether the specified object is equal to this . The object to compare. if the specified object is equal to this ; otherwise, . Returns a value that indicates whether the specified is equal to this . The to compare. if the specified is equal to this ; otherwise, . Gets a hash code for this . A hash code for this . Returns a value that indicates whether the specified objects are equal. The first to compare. The second to compare. if the specified objects are equal; otherwise, . Returns a value that indicates whether the specified objects are unequal. The first to compare. The second to compare. if the specified objects are unequal; otherwise, . Gets the size of the cache before and after the viewport. The size of the cache before and after the viewport. Gets the type of unit that is used by the property. The type of unit that is used by the property. Gets the area that displays the items of the control. The area that displays the items of the control. Represents the desired size of the control's header, in pixels and in logical units. This structure is used by the interface. Initializes a new instance of the class. The size of the header, in logical units. The size of the header, in device-independent units (1/96th inch per unit). Returns a value that indicates whether the specified object is equal to this object. The object to compare. if the specified object is equal to this object; otherwise, . Returns a value that indicates whether the specified object is equal to this object. The object to compare. if the specified object is equal to this object; otherwise, . Gets a hash code for the . A hash code for the . Returns a value that indicates whether the specified objects are equal. The first object to compare. The second object to compare. if the specified objects are equal; otherwise, . Returns a value that indicates whether the specified objects are unequal. The first object to compare. The second object to compare. if the specified objects are unequal; otherwise, . Gets the size of the header, in logical units. The size of the header, in logical units. Gets the size of the header, in device-independent units (1/96th inch per unit). The size of the header, in device-independent units (1/96th inch per unit). Represents the desired size of the control's items, in device-independent units (1/96th inch per unit) and in logical units. Initializes a new instance of the class. The size of the control's child items, in logical units. The size of the control's child items that are in the viewport, in logical units. The size of the control's child items that are in the cache before the viewport, in logical units. The size of the control's child items that are in the cache after the viewport, in logical units. The size of the control's child items, in device-independent units (1/96th inch per unit). The size of the control's child items that are in viewport, in device-independent units (1/96th inch per unit). The size of the control's child items that are in the cache before the viewport, in device-independent units (1/96th inch per unit). The size of the control's child items that are in the cache after the viewport, in device-independent units (1/96th inch per unit). Returns a value that indicates whether the specified object is equal to this object. The object to compare to this object. if the specified object is equal to this object; otherwise, . Returns a value that indicates whether the specified object is equal to this object. The object to compare to this object. if the specified object is equal to this object; otherwise, . Gets a hash code for this object. A hash code for this object. Returns a value that indicates whether the specified object are equal. The first object to compare. The second object to compare. if the specified object are equal; otherwise, . Returns a value that indicates whether the specified object are unequal. The first object to compare. The second object to compare. if the specified object are unequal; otherwise, . Gets the size of the control's child items, in logical units. The size of the control's child items, in logical units. Gets the size of the control's child items that are in the cache after the viewport, in logical units. The control's child items that are in the cache after the viewport, in logical units. Gets the control's child items that are in the cache before the viewport, in logical units. The control's child items that are in the cache before the viewport, in logical units. Gets the control's child items that are in the viewport, in logical units. The control's child items that are in the viewport, in logical units. Gets the size of the control's child items, in device-independent units (1/96th inch per unit). The size of the control's child items, in device-independent units (1/96th inch per unit). Gets the size of the control's child items that are in the cache after the viewport, in device-independent units (1/96th inch per unit). The size of the control's child items that are in the cache after the viewport, in device-independent units (1/96th inch per unit). Gets the size of the control's child items that are in the cache before the viewport, in device-independent units (1/96th inch per unit). The size of the control's child items that are in the cache before the viewport, in device-independent units (1/96th inch per unit). Gets the size of the control's child items that are in the viewport, in device-independent units (1/96th inch per unit). The size of the control's child items that are in the viewport, in device-independent units (1/96th inch per unit). Represents a control that displays an image. Occurs after the DPI of the screen on which the Image is displayed changes. Occurs when there is a failure in the image. A for when the DPI of the screen the Image is on changes. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges and sizes an image control. The size used to arrange the control. The size of the control. Updates the of the image. This method is called by the parent and is the first pass of layout. The size that the image should not exceed. The image's desired size. Creates and returns an object for this . An object for this . Called when the DPI at which this Image is rendered changes. The previous DPI scale setting. The new DPI scale setting. Renders the contents of an . An instance of used to render the control. Gets or sets the base uniform resource identifier (URI) for the . A base URI for the . Gets or sets the for the image. The source of the drawn image. The default value is . Gets or sets a value that describes how an should be stretched to fill the destination rectangle. One of the values. The default is . Gets or sets a value that indicates how the image is scaled. One of the values. The default is . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The base URI of the current context. Provides data for the event. Initializes a new instance of the class. The new item added to the . Gets the new item added to the . The new item added to the grid. Represents the method that will handle the event of a . The source for the event. The data for the event. Defines an area that receives and displays ink strokes. Occurs when the current editing mode changes. Occurs when the property is replaced. Occurs when the property of an object has been changed. Occurs when the property of an object has been changed. Occurs when the detects a gesture. Occurs when the selection on the changes. Occurs when a new set of ink strokes and/or elements is being selected. Occurs after the user moves a selection of strokes and/or elements. Occurs before selected strokes and elements are moved. Occurs when a selection of strokes and/or elements has been resized by the user. Occurs before selected strokes and elements are resized. Occurs when a stroke drawn by the user is added to the property. Occurs when user erases a stroke. Occurs just before a user erases a stroke. Occurs when the property is replaced. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the attached property. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the attached property. Identifies the attached property. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the attached property. Initializes a new instance of the InkCanvas class. Positions child elements and determines a size for the object. The final area within the parent that this element should use to arrange itself and its children. The actual size used. Indicates whether the contents of the Clipboard can be pasted into the . if the contents of the Clipboard can be pasted in; otherwise, . Copies selected strokes and/or elements to the Clipboard. Deletes the selected strokes and elements, and copies them to the Clipboard. Gets the value of the attached property for a given dependency object. The element of which to get the bottom property. The bottom coordinate of the dependency object. Returns a collection of application gestures that are recognized by . The property is . A collection of gestures that the recognizes. Gets the value of the attached property for a given dependency object. The element of which to get the left property. The left coordinate of the dependency object. Gets the value of the attached property for a given dependency object. The element of which to get the right property. The right coordinate of the dependency object. Retrieves the objects that are selected in the . Array of objects. Retrieves a that represents selected objects on the . The collection of selected strokes. Gets the bounds of the selected strokes and elements on the . The smallest rectangle that encompasses all selected strokes and elements. Gets the value of the attached property for a given dependency object. The element of which to get the top property. The top coordinate of the dependency object. Overrides , and returns a child at the specified index from a collection of child elements. The zero-based index of the requested child element in the collection. The requested child element. This should not return ; if the provided index is out of range, an exception is thrown. Determines whether a given point falls within the rendering bounds of an . An object that specifies the to hit test against. An object that represents the that is returned from a hit test. Returns a value that indicates which part of the selection adorner intersects or surrounds the specified point. The point to hit test. A value that indicates which part of the selection adorner intersects or surrounds a specified point. Measures the size in layout required for child elements and determines a size for the object. The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available. The size that this element determines it needs during layout, based on its calculations of child element sizes. Raises the event. The event data. Provides an appropriate implementation for this control, as part of the WPF infrastructure. Raises the event. The event data. Raises the event. The event data. Raises the event. The event data. Raises the event. The event data. Invoked whenever the effective value of any dependency property on this has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides . The event data that describes the property that changed, as well as old and new values. Raises the event. The event data. Raises the event. The event data. An event announcing that the user selected and moved a selection of strokes and/or elements. Not used. Raises the event. The event data. Raises the event. The event data. Raises the event. The event data. Raises the event. The event data. Raises the event. The event data. Raises the event. The event data. Raises the event. The event data. Pastes the contents of the Clipboard to the top-left corner of the . Pastes the contents of the Clipboard to the at a given point. The point at which to paste the strokes. Selects a set of objects. A collection of objects to select. Selects a combination of and objects. A collection of objects to select. A collection of objects to select. One or more strokes in is not included in the property. Selects a set of ink objects. A collection of objects to select. One or more strokes in is not in the property. Sets the value of the attached property for a given dependency object. The element on which to set the bottom property. The bottom coordinate of . Sets the application gestures that the will recognize. A collection of application gestures that the will recognize. The property is . Sets the value of the attached property for a given dependency object. The element on which to set the left property. The left coordinate of . Sets the value of the attached property for a given dependency object. The element on which to set the right property. The right coordinate of . Sets the value of the attached property for a given dependency object. The element on which to set the top property. The top coordinate of . Adds the specified object to the . The child object to add. Adds the text that within the tags in markup. Always throws an . Not used. Gets the current editing mode of the . The current editing mode of the . Gets or sets a . The brush is used to fill the border area surrounding a . A used to fill the border area surrounding a . Gets or sets the distance between the bottom of an element and the bottom of its parent . Retrieves child elements of the . A collection of child elements located on the . Gets or sets the drawing attributes that are applied to new ink strokes made on the . The default drawing attributes for the . Gets or sets the stylus point description for an . The stylus point description for an . Gets or sets the renderer that dynamically draws ink on the . The renderer that dynamically draws ink on the . Gets or sets the user editing mode used by an active pointing device. The editing mode used when a pointing device (such as a tablet pen or mouse) is active. Gets or sets the user editing mode if the stylus is inverted when it interacts with the . The inverted editing mode of the . Gets or sets the used to point-erase ink from an . The eraser shape associated with the . Gets the ink presenter that displays ink on the . The ink presenter that displays ink on the . Gets (determines) whether the gesture recognition component is available on the user's system. if the recognition component is available; otherwise, . Gets or sets the distance between the left side of an element and the left side of its parent . Returns enumerator to logical children. Gets or sets a Boolean value which indicates whether the user is enabled to move selected ink strokes and/or elements on the . if a user can move strokes and/or elements on the ; otherwise, . Gets or sets formats that can be pasted onto the . A collection of enumeration values. The default is . Gets or sets a Boolean value that indicates whether the user can resize selected ink strokes and/or elements on the . if a user can resize strokes and/or elements on the ; otherwise, . Gets or sets the distance between the right side of an element and the right side of its parent . Gets or sets the collection of ink objects collected by the . The collection of objects contained within the . Gets or sets the distance between the top of an element and the top of its parent . Gets or sets a Boolean value that indicates whether to override standard cursor functionality to support a custom cursor. if the is using a custom cursor; otherwise, . Gets the number of visual child elements within this element. The number of visual child elements for this element. Specifies the formats that an will accept from the Clipboard. Indicates that the accepts Ink Serialized Format (ISF). Indicates that the accepts text. Indicates that the accepts "Extensible Application Markup Language" (XAML) format. Specifies the editing mode for the . Indicates that the pen erases part of a stroke when the pen intersects the stroke. Indicates that the pen erases an entire stroke when the pen intersects the stroke. Indicates that the responds to gestures, and does not receive ink. Indicates that ink appears on the when the pen sends data to it. Indicates that the responds to gestures, and receives ink. Indicates that no action is taken when the pen sends data to the . Indicates that the pen selects strokes and elements on the . Provides data for the event. Initializes a new instance of the class. The strokes that represent the possible gesture. The results from the gesture recognizer. Returns results from the gesture recognizer. A collection of possible application gestures that the might be. When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation. The generic handler / delegate implementation to be invoked. The target on which the provided handler should be invoked. Gets or sets a Boolean value that indicates whether strokes should be considered a gesture. if the strokes are ink; if the strokes are a gesture. Gets the strokes that represent the possible gesture. The strokes that represent the possible gesture. Represents the method that will handle the event of a . The source of the event. The event data. Provides data for the . Returns the selected elements. The selected elements. Returns the selected strokes. The selected strokes. Sets the selected elements. The elements to select. is . Sets the selected strokes. The strokes to select. is . Represents the method that will handle the event of a . The source of the event. The event data. Provides data for the and events. Gets or sets the bounds of the selection after it is moved or resized. The bounds of the selection after it is moved or resized. Gets the bounds of the selection before the user moved or resized it. The bounds of the selection before the user moved or resized it. Represents the method that handles two events raised when changes occur on an : the event, or the event. The source of the event. The event data. Identifies the various parts of a selection adorner on an . The lower middle handle of the selection adorner. The lower left handle of the selection adorner. The lower right handle of the selection adorner. The middle handle on the left edge of the selection adorner. No part of the selection adorner. The middle handle on the right edge of the selection adorner. The area within the bounds of the selection adorner. The upper middle handle of the selection adorner. The upper left handle of the selection adorner. The upper right handle of the selection adorner. Provides data for the event. Initializes a new instance of the class. The collected object. Provides a way to invoke event handlers in a type-specific way. The event handler. The event target. Gets the stroke that was added to the . The stroke that was added to the . Represents the method that will handle the event of an . The source of the event. The event data. Provides data for the event. Gets the stroke that is about to be erased. The stroke that is about to be erased. Represents the method that handles the event for an . The source of the event. The event data. Provides data for the event. Gets the new strokes of the . The new strokes of the . Gets the previous strokes of the . The previous strokes of the . Represents the method that will handle the event of a . The source of the event. The event data. Renders ink on a surface. Identifies the dependency property. Initializes a new instance of the class. Arranges the content of a element. The this element uses to arrange its child content. The that represents the arranged size of this element and its child. Attaches the visual of a to an . The visual of a . The that specifies the appearance of the dynamically rendered ink. is already attached to a visual tree. Detaches the visual of the from the . The visual of the to detach. is not attached to the . Returns a clipping geometry that indicates the area that will be clipped if the property is set to . The available size of the element. A that represents the area that is clipped when is . Gets the child element at the specified position. Index position of the child element. The child element at the specified position. Measures the child element of a to prepare for arranging it during the pass. An upper limit that should not be exceeded. The target of the element. Provides an appropriate implementation for this control, as part of the WPF infrastructure. Gets or sets the strokes that the displays. The strokes that the displays. Gets a value that is equal to the number of visual child elements of this instance of . The number of visual child elements. Holds the list of items that constitute the content of an . Adds an item to the . The item to add to the collection. The collection is in ItemsSource mode. The zero-based index at which the object is added or -1 if the item cannot be added. Clears the collection and releases the references on all items currently in the collection. The is in mode. (When the property is set, the collection will be made read-only and fixed-size.) Returns a value that indicates whether the specified item is in this view. The object to check. to indicate that the item belongs to this collection and passes the active filter; otherwise, . Copies the elements of the collection to an array, starting at a particular array index. The destination array to copy to. The zero-based index in the destination array. The parameter is . The destination is multidimensional. The parameter is less than 0. Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. An object that you can use to dispose of the calling object. Returns the item at the specified zero-based index in this view. The zero-based index at which the item is located. is out of range. The collection is uninitialized or the binding on supplied a value. The item at the specified zero-based index in this view. Returns the index in this collection where the specified item is located. The object to look for in the collection. The index of the item in the collection, or -1 if the item does not exist in the collection. Inserts an element into the collection at the specified index. The zero-based index at which to insert the item. The item to insert. The collection is in ItemsSource mode. The index is out of range. Sets the specified item in the collection as the . The item to set as the . to indicate that the resulting is an item within the view; otherwise, . Sets the first item in the view as the . to indicate that the resulting is an item within the view; otherwise, . Sets the last item in the view as the . to indicate that the resulting is an item within the view; otherwise, . Sets the item after the in the view as the . to indicate that the resulting is an item within the view; otherwise, . Sets the item at the specified index to be the in the view. The zero-based index of the item to set as the . to indicate that the resulting is an item within the view; otherwise, . Sets the item before the in the view as the . to indicate that the resulting is an item within the view; otherwise, . Returns a value that indicates whether the specified item belongs to this view. The object to test. to indicate that the specified item belongs to this view or there is no filter set on this collection view; otherwise, . Removes the specified item reference from the collection or view. The object to remove. The is read-only because it is in mode or if DeferRefresh is in effect. Removes the item at the specified index of the collection or view. The zero-based index of the item to remove. The is read-only because it is in mode or if DeferRefresh is in effect. The index is out of range. Adds a new item to the collection. The new item that is added to the collection. Ends the edit transaction and, if possible, restores the original value to the item. Ends the add transaction and discards the pending new item. Ends the edit transaction and saves the pending changes. Ends the add transaction and saves the pending new item. Begins an edit transaction of the specified item. The item to edit. Removes the specified item from the collection. The item to remove. Removes the item at the specified position from the collection. The position of the item to remove. Adds the specified object to the collection. The object to add to the collection. The object that was added to the collection. Receives events from the centralized event manager. The type of the calling this method. Object that originated the event. Event data. if the listener handled the event; otherwise, . Gets a value that indicates whether the collection view supports turning filtering data in real time on or off. if the collection view supports turning live filtering on or off; otherwise, . Gets a value that indicates whether the collection view supports turning grouping data in real time on or off. if the collection view supports turning live grouping on or off; otherwise, . Gets a value that indicates whether the collection view supports turning sorting data in real time on or off. if the collection view supports turning live sorting on or off; otherwise, . Gets a value that indicates whether this collection view supports filtering. if this view supports filtering; otherwise, . The default value is . Gets a value that indicates whether this collection view supports grouping. if the collection supports grouping; otherwise, . The default value is . Gets a value that indicates whether this collection view supports sorting. if this view support sorting; otherwise, . The default value is . Gets the number of records in the collection. The number of items in the collection or 0 if the collection is uninitialized or if there is no collection in the mode. Gets the current item in the view. The current object in the view or if the collection is uninitialized or if there is no collection in the mode. By default, the first item of the collection starts as the current item. Gets the ordinal position of the current item within the view. The ordinal position of the current item within the view or -1 if the collection is uninitialized or if there is no collection in the mode. Gets or sets a callback used to determine if an item is suitable for inclusion in the view. Filtering is not supported. A method used to determine if an item is suitable for inclusion in the view. Gets a collection of objects that defines how to group the items. An of objects. The collection is indexed by the group levels. Gets the top-level groups that are constructed according to the . The top-level groups that are constructed according to the . The default value is . Gets a value that indicates whether the current item of the view is beyond the end of the collection. if the current item of the view is beyond the end of the collection; otherwise, . Gets a value that indicates whether the current item of the view is beyond the beginning of the collection. if the current item of the view is beyond the beginning of the collection; otherwise, . Gets a value that indicates whether the resulting (filtered) view is empty. if the resulting view is empty; otherwise, . Gets or sets a value that indicates whether filtering data in real time is enabled. if filtering data in real time is enabled; if live filtering is not enabled; if it cannot be determined whether the collection view implements live filtering. Gets or sets a value that indicates whether grouping data in real time is enabled. if grouping data in real time is enabled; if live grouping is not enabled; if it cannot be determined whether the collection view implements live grouping. Gets or sets a value that indicates whether sorting in real time is enabled. if sorting data in real time is enabled; if live sorting is not enabled; if it cannot be determined whether the collection view implements live sorting. Gets or sets the item at the given zero-based index. The zero-based index of the item. The collection is uninitialized, or the item to set already has a different logical parent, or the collection is in mode. The index is out of range. The object retrieved or the object that is being set to the specified index. Gets a collection of strings that specify the properties that participate in filtering data in real time. A collection of strings that specify the properties that participate in filtering data in real time. Gets a collection of strings that specify the properties that participate in grouping data in real time. A collection of strings that specify the properties that participate in grouping data in real time. Gets a collection of strings that specify the properties that participate in sorting data in real time. A collection of strings that specify the properties that participate in sorting data in real time. Gets a value that indicates whether the collection needs to be refreshed. if the collection needs to be refreshed; otherwise, . Gets a collection of objects that describe how the items in the collection are sorted in the view. A collection of objects that describe how the items in the collection are sorted in the view. Gets the unsorted and unfiltered collection that underlies this collection view. An object that is the underlying collection or the user-provided collection. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if access to the is synchronized (thread safe); otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that can be used to synchronize access to the . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the has a fixed size; otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the is read only; otherwise, . Gets a value that indicates whether a new item can be added to the collection. if a new item can be added to the collection; otherwise, . Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object. if the collection view can discard pending changes and restore the original values of an edited object; otherwise, . Gets a value that indicates whether an item can be removed from the collection. if an item can be removed from the collection; otherwise, . Gets the item that is being added during the current add transaction. The item that is being added if is ; otherwise, . Gets the item in the collection that is being edited. The item in the collection that is being edited if is ; otherwise, . Gets a value that indicates whether an add transaction is in progress. if an add transaction is in progress; otherwise, . Gets a value that indicates whether an edit transaction is in progress. if an edit transaction is in progress; otherwise, . Gets or sets the position of the new item placeholder in the collection view. One of the enumeration values that specifies the position of the new item placeholder in the collection view. Gets a value that indicates whether a specified object can be added to the collection. if a specified object can be added to the collection; otherwise, . Gets a collection that contains information about the properties that are available on the items in a collection. A collection that contains information about the properties that are available on the items in a collection. Generates the user interface (UI) on behalf of its host, such as an . The event is raised by a to inform layouts that the items collection has changed. The event is raised by a to inform controls that its status has changed. Returns the element corresponding to the item at the given index within the . The index of the desired item. Returns the element corresponding to the item at the given index within the or returns if the item is not realized. Returns the corresponding to the given item. The item to find the for. A that corresponds to the given item. Returns if the item does not belong to the item collection, or if a has not been generated for it. Returns an object that manages the property. An object that manages the property. Returns the index to an item that corresponds to the specified, generated , optionally recursively searching hierarchical items. The that corresponds to the item to the index to be returned. to search the current level of hierarchical items; to recursively search hierarchical items. An index to an item that corresponds to the specified, generated or -1 if is not found. Returns the index to an item that corresponds to the specified, generated . The that corresponds to the item to the index to be returned. is . An index to an item that corresponds to the specified, generated or -1 if is not found. Returns the item that corresponds to the specified, generated . The that corresponds to the item to be returned. is . A that is the item which corresponds to the specified, generated . If the has not been generated, is returned. Returns the container element used to display the next item. A DependencyObject that is the container element which is used to display the next item. Returns the container element used to display the next item, and whether the container element has been newly generated (realized). Is true if the returned DependencyObject is newly generated (realized); otherwise, false. A DependencyObject that is the container element which is used to display the next item. Returns the GeneratorPosition object that maps to the item at the specified index. The index of desired item. A GeneratorPosition object that maps to the item at the specified index. Returns the ItemContainerGenerator appropriate for use by the specified panel. The panel for which to return an appropriate ItemContainerGenerator. An ItemContainerGenerator appropriate for use by the specified panel. Returns the index that maps to the specified GeneratorPosition. The index of desired item. An Int32 that is the index which maps to the specified GeneratorPosition. Prepares the specified element as the container for the corresponding item. The container to prepare. Normally, container is the result of the previous call to GenerateNext. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Removes one or more generated (realized) items. The Int32 number of elements to remove, starting at . Removes all generated (realized) items. Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection, and controlling whether or not to start at a generated (realized) item. A GeneratorPosition that specifies the position of the item to start generating items at. A GeneratorDirection that specifies the direction which to generate items. A Boolean that specifies whether to start at a generated (realized) item. An IDisposable object that tracks the lifetime of the generation process. Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection. A GeneratorPosition that specifies the position of the item to start generating items at. A GeneratorDirection that specifies the direction which to generate items. An IDisposable object that tracks the lifetime of the generation process. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The index of the first element to reuse. must refer to a previously generated (realized) item. The number of elements to reuse, starting at . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The type of the calling this method. Object that originated the event. Event data. if the listener handled the event. Gets the collection of items that belong to this . The collection of items that belong to this . The generation status of the . A value that represents the generation status of the . Provides the template for producing a container for an object. Initializes a new instance of the class. Gets the default key of the . The default key of the . Provides a resource key for an object. Initializes a new instance of the class. Initializes a new instance of the class with the specified data type. The type for which this template is designed. Enables you to select an for each item within an . Initializes a new instance of the class. When overridden in a derived class, returns an based on custom logic. The object for which to select the template. The container for the items. The template. The default implementation returns . Represents a control that can be used to present a collection of items. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Adds the specified object as the child of the object. The object to add as a child. Adds the specified text string to the object. The string to add. Indicates that the initialization of the object is about to start. When overridden in a derived class, undoes the effects of the method. The container element. The item. Returns the container that belongs to the specified that owns the given container element. The to return the container for. The element to return the container for. The container that belongs to the specified that owns the given element, if is not . If is , returns the closest container that belongs to any . Returns the container that belongs to the current that owns the given element. The element to return the container for. The container that belongs to the current that owns the given element or if no such container exists. Indicates that the initialization of the object is complete. Gets the for the specified object. The object from which to get the . The value of the . Creates or identifies the element that is used to display the given item. The element that is used to display the given item. Returns the that the specified element hosts items for. The host element. The that the specified element hosts items for, or . Determines if the specified item is (or is eligible to be) its own container. The item to check. if the item is (or is eligible to be) its own container; otherwise, . Determines if the specified item is (or is eligible to be) its own container. The item to check. if the item is (or is eligible to be) its own container; otherwise, . Returns the that owns the specified container element. The container element to return the for. The that owns the specified container element. Invoked when the property changes. The old value of . The new value of . Invoked when the property changes. The old value of the property. New value of the property. Invoked when the property changes. Old value of the property. New value of the property. Invoked when the property changes. The old value of the . The new value of the . Invoked when the property changes. Old value of the property. New value of the property. Invoked when the property changes. Old value of the property. New value of the property. Invoked when the property changes. Information about the change. Invoked when the property changes. Old value of the property. New value of the property. Called when the property changes. Old value of the property. New value of the property. Invoked when the property changes. The old value of the property. The new value of the property. Invoked when the property changes. The old property value. The new property value. Invoked when the property changes. Old value of the property. New value of the property. Invoked when the event is received. Information about the event. Invoked when the event is received. Information about the event. Prepares the specified element to display the specified item. Element used to display the specified item. Specified item. Returns a value that indicates whether to apply the style from the or property to the container element of the specified item. The container element. The item of interest. Always for the base implementation. Returns a value that indicates whether serialization processes should serialize the effective value of the property. if the property value should be serialized; otherwise, . Returns a value that indicates whether serialization processes should serialize the effective value of the property. if the property value should be serialized; otherwise, . Clears all property associations. Removes the association between the specified item and property. The associated item. The associated property. Removes the specified property from all property lists. The property to remove. Returns the value of the specified property that is associated with the specified item. The item that has the specified property associated with it. The property whose value to return. The value of the specified property that is associated with the specified item. Stores the specified property and value and associates them with the specified item. The item to associate the value and property with. The property that is associated with the specified item. The value of the associated property. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The object to add as a child. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The text to add. Provides a string representation of the object. The string representation of the object. Gets or sets the number of alternating item containers in the , which enables alternating containers to have a unique appearance. The number of alternating item containers in the . Gets the assigned value of the item container when alternating item containers are used. Gets or sets a path to a value on the source object to serve as the visual representation of the object. The path to a value on the source object. This can be any path, or an XPath such as "@Name". The default is an empty string (""). Gets a collection of objects that define the appearance of each level of groups. A collection of objects that define the appearance of each level of groups. Gets or sets a method that enables you to provide custom selection logic for a to apply to each group in a collection. A method that enables you to provide custom selection logic for a to apply to each group in a collection. Gets a value that indicates whether the contains items. if the items count is greater than 0; otherwise, . The default is . Gets a value that indicates whether the control is using grouping. if a control is using grouping; otherwise, . Gets or sets a value that indicates whether case is a condition when searching for items. if text searches are case-sensitive; otherwise, . Gets or sets a value that indicates whether is enabled on the instance. if is enabled; otherwise, . The default is . Gets or sets the that is copied to each item in the . The that is copied to each item in the . Gets the that is associated with the control. The that is associated with the control. The default is . Gets or sets the that is applied to the container element generated for each item. The that is applied to the container element generated for each item. The default is . Gets or sets custom style-selection logic for a style that can be applied to each generated container element. A object that contains logic that chooses the style to use as the . The default is . Gets the collection used to generate the content of the . The collection that is used to generate the content of the . The default is an empty collection. Gets or sets the template that defines the panel that controls the layout of items. An that defines the panel to use for the layout of the items. The default value for the is an that specifies a . Gets or sets a collection used to generate the content of the . A collection that is used to generate the content of the . The default is . Gets or sets a composite string that specifies how to format the items in the if they are displayed as strings. A composite string that specifies how to format the items in the if they are displayed as strings. Gets or sets the used to display each item. A that specifies the visualization of the data objects. The default is . Gets or sets the custom logic for choosing a template used to display each item. A custom object that provides logic and returns a . The default is . Gets an enumerator for the logical child objects of the object. An enumerator for the logical child objects of the object. The default is . Specifies the panel that the creates for the layout of the items of an . Initializes an instance of the class. Initializes an instance of the class with the specified template. The object that represents the template. Checks that the templated parent is a non-null object. The element this template is applied to. This must be an object. is . is not an . Used within the template of an item control to specify the place in the control's visual tree where the defined by the is to be added. Initializes a new instance of the class. Called to arrange and size the content of an object. Computed size used to arrange the content. Size of content. Overrides the base class implementation of to measure the size of the object and return proper sizes to the layout engine. Constraint size is an "upper limit." The return value should not exceed this size. The desired size. Called when an internal process or application calls , which is used to build the current template's visual tree. Called when the control template changes. Value of the old template. Value of the new template. Represents the text label for a control and provides support for access keys. Identifies the dependency property. Initializes a new instance of the class. Provides an appropriate implementation for this control, as part of the WPF infrastructure. The type-specific implementation. Gets or sets the element that receives focus when the user presses the label's access key. The that receives focus when the user presses the access key. The default is . Contains a list of selectable items. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Creates or identifies the element used to display a specified item. The element used to display a specified item. Determines if the specified item is (or is eligible to be) its own ItemContainer. Specified item. if the item is its own ; otherwise, . Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. The type-specific implementation. Called when the property changes. Provides data for the . Responds to the event. Provides data for . Called when a reports a mouse move. Provides data for . Responds to a list box selection change by raising a event. Provides data for . Prepares the specified element to display the specified item. Element used to display the specified item. Specified item. Causes the object to scroll into view. Object to scroll. Selects all the items in a . The property is set to . Sets a collection of selected items. Collection of items to be selected. if all items have been selected; otherwise, . Clears all the selection in a . Gets or sets the item that is initially selected when is . The item that is initially selected when is . Gets a value that indicates whether the supports scrolling. if the supports scrolling; otherwise, . Gets the currently selected items. The property is set to . Returns a collection of the currently selected items. Gets or sets the selection behavior for a . One of the values. The default is selection. Represents a selectable item in a . Occurs when a is selected. Occurs when a is unselected. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Initializes a new instance of the class. Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. The type-specific implementation. Called when the mouse enters a . The event data. Called when the mouse leaves a . The event data. Called when the user presses the left mouse button over the . The event data. Called when the user presses the right mouse button over a . The event data. Called when the is selected in a . The event data. Called when the is unselected in a . The event data. Called when the visual parent of a list box item changes. The previous property of the . Gets or sets a value that indicates whether a is selected. if the item is selected; otherwise, . The default is . Represents a control that displays a list of data items. Identifies the dependency property. Initializes a new instance of the class. Removes all templates, styles, and bindings for the object that is displayed as a . The container to clear. The object that the contains. Creates and returns a new container. A new control. Determines whether an object is a . The object to evaluate. if the is a ; otherwise, . Defines an for the control. Returns a object for the control. Responds to an . The event arguments. Sets the styles, templates, and bindings for a . An object that is a or that can be converted into one. The object to use to create the . Gets or sets an object that defines how the data is styled and organized in a control. A object that specifies how to display information in the . Represents an item in a control. Initializes a new instance of the class. Represents a control that contains audio and/or video. Occurs when media buffering has ended. Occurs when media buffering has begun. Occurs when the media has ended. Occurs when an error is encountered. Occurs when media loading has finished. Occurs when a script command is encountered in the media. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Instantiates a new instance of the class. Arranges and sizes a control. Size used to arrange the control. Size of the control. Closes the media. Updates the of the . This method is called by a parent . This is the first pass of layout. The upper limit the element should not exceed. The desired size. Creates and returns an object for this . An for this . Draws the content of a object during the render pass of a control. The to draw. Pauses media at the current position. The property is not . Plays media from the current position. The property is not . Stops and resets media to be played from the beginning. The property is not . Gets or sets a ratio of volume across speakers. The ratio of volume across speakers in the range between -1 and 1. The default is 0. Gets a value that indicates the percentage of buffering progress made. The percentage of buffering completed for streaming content. The value ranges from 0 to 1. Gets a value indicating whether the media can be paused. if the media can be paused; otherwise, . Gets or sets the clock associated with the that controls media playback. A clock associated with the that controls media playback. The default value is . Gets a percentage value indicating the amount of download completed for content located on a remote server. A percentage value indicating the amount of download completed for content located on a remote server. The value ranges from 0 to 1. The default value is 0. Gets a value indicating whether the media has audio. if the media has audio; otherwise, . Gets a value indicating whether the media has video. if the media has video; otherwise, . Get a value indicating whether the media is buffering. if the media is buffering; otherwise, . Gets or sets a value indicating whether the audio is muted. if audio is muted; otherwise, . The default is . Gets or sets the load behavior for the media. The load behavior set for the media. The default value is . Gets the natural duration of the media. The natural duration of the media. Gets the height of the video associated with the media. The height of the video associated with the media. Audio files will return zero. Gets the width of the video associated with the media. The width of the video associated with the media. Gets or sets the current position of progress through the media's playback time. The property is not . The amount of time since the beginning of the media. The default is 00:00:00. Gets or sets a value that indicates whether the will update frames for seek operations while paused. if frames are updated while paused; otherwise, . The default is . Gets or sets a media source on the . The property is not . The URI that specifies the source of the element. The default is . Gets or sets the speed ratio of the media. The property is not . The speed ratio of the media. The valid range is between 0 (zero) and infinity. Values less than 1 yield slower than normal playback, and values greater than 1 yield faster than normal playback. Negative values are treated as 0. The default value is 1. Gets or sets a value that describes how a fills the destination rectangle. The stretch value for the rendered media. The default is . Gets or sets a value that determines the restrictions on scaling that are applied to the image. The value that specifies the direction the element is stretched. The default is . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The base URI of the current context. Gets or sets the unload behavior for the media. The unload behavior for the media. Gets or sets the media's volume. The media's volume represented on a linear scale between 0 and 1. The default is 0.5. Specifies the states that can be applied to a for the and properties. The state used to close the media. All media resources are released (including video memory). The state used to control a manually. Interactive methods like and can be used. Media will preroll but not play when the is assigned valid media source. The state used to pause the media. Media will preroll but remains paused when the is assigned valid media source. The state used to play the media. . Media will preroll automatically being playback when the is assigned valid media source. The state used to stop the media. Media will preroll but not play when the is assigned valid media source. Media resources are not released. Represents a Windows menu control that enables you to hierarchically organize elements associated with commands and event handlers. Identifies the dependency property. Initializes a new instance of the class. Called when any mouse button is pressed or released. A that contains the event data. Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. The type-specific implementation. Called when the property is set to . An that contains the event data. Responds to the event. A that contains the event data. Handles the routed event that occurs when the menu receives text input from any device. The event data. Prepares the specified element to display the specified item. The element used to display the specified item. The item to display. Gets or sets a value that indicates whether this receives a main menu activation notification. if the menu receives a main menu activation notification; otherwise, . The default is . Represents a selectable item inside a . Occurs when a menu item is checked. Occurs when a is clicked. Occurs when the state of the property changes to . Occurs when the state of the property changes to . Occurs when a is unchecked. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Initializes a new instance of the class. Creates or identifies the element used to display a specified item. The element used to display a specified item. Determines if the specified item is (or is eligible to be) its own ItemContainer. Specified item. if the item is its own ItemContainer; otherwise, . Responds when the for this control is invoked. The event data for the event. Called when the template's tree is generated. Called when the property becomes . This method raises the routed event. The event data for the event. Called when a is clicked and raises a event. Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. A for this . Announces that the keyboard is focused on this element. The event data for the event. Called when the property is set to and raises an event. The event data for the event. Called when the focus is no longer on or within a . The event data for the event. Called when the property changes. The event data for the event. Responds to the event. The event data for the event. Called whenever the mouse enters a . The event data for the event. Called whenever the mouse leaves a . The event data for the event. Called when the left mouse button is pressed. The event data for the event. Called when the left mouse button is released. The event data for the event. Called when the mouse is moved over a menu item. The event data for the event. Called when the right mouse button is pressed. The event data for the event. Called when the right mouse button is released. The event data for the event. Called when the submenu of a is closed. The event data for the event. Called when the submenu of a is opened. The event data for the event. Called when the property becomes . This method raises the routed event. The event data for the event. Called when the parent of the visual changes. Old value of the parent of the visual, or null if the visual did not have a parent. Prepares the specified element to display the specified item. Element used to display the specified item. Specified item. Used to determine whether to apply a style to the item container. Container to which the style will be applied. Item to which the container belongs. if the is not a ; otherwise, . Gets or sets the command associated with the menu item. The command associated with the . The default is . Gets or sets the parameter to pass to the property of a . The parameter to pass to the property of a . The default is . Gets or sets the target element on which to raise the specified command. The element on which to raise the specified command. The default is . Gets whether the control supports scrolling. in all cases. Gets or sets the icon that appears in a . The icon that appears in a . The default value is . Sets the text describing an input gesture that will call the command tied to the specified item. The text that describes the input gesture, such as Ctrl+C for the Copy command. The default is an empty string (""). Gets a value that indicates whether a can be checked. if the menu item can be checked; otherwise, . The default is . Gets or sets a value that indicates whether the is checked. if a is checked; otherwise, . The default is . Gets a value that indicates whether the property is for the current menu item. if the can be selected; otherwise, . Gets a value that indicates whether a is highlighted. if a is highlighted; otherwise, . The default is . Gets a value that indicates whether a is pressed. if a is pressed; otherwise, . The default is . Gets or sets a value that indicates whether the submenu of the is open. if the submenu of the is open; otherwise, . The default is . Gets whether a menu suspends animations on its control. if the menu should suspend animations on its popup; otherwise, . The default is . Gets or sets the custom logic for choosing a template used to display each item. A custom object that provides logic and returns an item container. Gets a value that indicates the role of a . One of the values. The default is . Gets the resource key for a style applied to a when the is a . The resource key for a style applied to a when the is a . Gets or sets a value that indicates that the submenu in which this is located should not close when this item is clicked. if the submenu in which this is located should not close when this item is clicked; otherwise, . The default is . Gets the resource key for a style applied to a when the is a header of a submenu. The resource key for a style applied to a when the is a header of a submenu. Gets the resource key for a style applied to a when the is a submenu. The resource key for a style applied to a when the is a submenu. Gets the resource key for a style applied to a when the is a header of a top-level menu. The resource key for a style applied to a when the is a header of a top-level menu. Gets the resource key for a style applied to a when it is a top-level that can invoke commands. The resource key for a style applied to a when it is a top-level that can invoke commands. Gets or sets a value that indicates whether the menu selects different item containers, depending on the type of the item in the underlying collection or some other heuristic. the menu selects different item containers; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Defines the different roles that a can have. Header for a submenu. Menu item in a submenu that can invoke commands. Header for top-level menus. Top-level menu item that can invoke commands. Represents a data-binding converter to handle the visibility of repeat buttons in scrolling menus. Initializes a new instance of the class. Called when moving a value from a source to a target. Values produced by the source binding. Type of the target. Type that the source will be converted into. Converter parameter. Culture information. Converted value. Not supported. This parameter is not used. This parameter is not used. This parameter is not used. This parameter is not used. Represents a rule that checks for errors that are raised by a data source that implements . Creates a new instance of the class. Performs validation checks on a value. The value (from the binding target) to check. The culture to use in this rule. A object. Defines the different orientations that a control or layout can have. Control or layout should be horizontally oriented. Control or layout should be vertically oriented. Specifies how items are placed in the main toolbar panel and in the overflow panel. Item is permanently placed in the overflow panel. Item moves between the main panel and overflow panel, depending on the available space. Item is never allowed to overflow. Encapsulates a page of content that can be navigated to and hosted by a browser, , and . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges the content (child elements) of the . The size to use to arrange the child elements. A that represents the arranged size of the page. Measures the child elements of the . The available area that the window can give to its children. A that is the actual size of the window. The method may return a larger value, in which case the parent may need to add scroll bars. Called when the template for a changes. The old template. The new template. Called when the parent of the is changed. The previous parent. Set to if the did not have a previous parent. The new parent is neither a nor a . Allows derived classes to determine the serialization behavior of the property. if the content should be serialized; otherwise, . Allows derived classes to determine the serialization behavior of the property. if the content should be serialized; otherwise, . Allows derived classes to determine the serialization behavior of the property. if the content should be serialized; otherwise, . Allows derived classes to determine the serialization behavior of the property. if the content should be serialized; otherwise, . Allows derived classes to determine the serialization behavior of the property. if the content should be serialized; otherwise, . For a description of this member, see . The child object to add. For a description of this member, see . The text to add to the object. Gets or sets the background for a . The that uses to paint its background. Gets or sets the content of a . An object that contains the content of a . The default is . Gets or sets the name of the specified font family. A that is the font family for the content of a . The default is . Gets or sets the font size. The font size for the content of a . The default is . Gets or sets the foreground for a . The that uses to paint its foreground. The default is . Gets or sets a value that indicates whether the instance is retained in navigation history. if the instance is retained in navigation history; otherwise, . The default is . Returns an enumerator for the logical child elements of a . The for the logical child elements of a . Gets the navigation service that the host of the page is using to manage navigation. The object that the host of the page is using to manage navigation, or if the host does not support navigation. Gets or sets a value that indicates whether the navigation UI of a on Microsoft Internet Explorer 6 is visible. The property is inspected on a instance that is not hosted by a , , or a browser. if the navigation UI of a host is visible; otherwise, . Gets or sets the control template for a . The for a . Gets or sets the title of the . The title of the . Gets or sets the height of the host or of a . The height of a window that directly hosts a . Gets or sets the title of the host or of a . The title of a window that directly hosts the . Gets or sets the width of the host or of a . The width of a window that directly hosts a . Specifies a range of pages. Initializes a new instance of the class with the specified first and last pages. The first page of the range. The last page of the range. Initializes a new instance of the class that includes only the single specified page. The page that is printed or processed. Tests whether an object of unknown type is equal to this . The object tested. if the object is of type and is equal to this ; otherwise, . Tests whether a is equal to this . The tested. if the two objects are equal; otherwise, . Gets the hash code value for the . The hash code value for the . Defines the "==" operator for testing whether two specified objects are equal. The first . The second . if the two objects are equal; otherwise, . Defines the "!=" operator for testing whether two specified objects are not equal. The first . The second . if the two objects are not equal; otherwise, . Gets a string representation of the range. A string that represents the range of pages in the format "-". Gets or sets the page number of the first page in the range. The 1-based page number of the first page in the range. Gets or sets the page number of the last page in the range. The 1-based page number of the last page in the range. Specifies whether all the pages or only a limited range will be processed by an operation, usually printing. All pages. The current page. The selected pages. A user-specified range of pages. Provides a base class for all elements. Use elements to position and arrange child objects in Windows Presentation Foundation (WPF) applications. Identifies the dependency property. Identifies the dependency property. Identifies the attached property. Initializes a new instance of the class. Creates a new . The logical parent element of the collection to be created. An ordered collection of elements that have the specified logical parent. Gets a child of this at the specified index position. The index position of the child. A child of the parent element. Gets the value of the property for a given element. The element for which to retrieve the value. The element is . The position of the element. Indicates that the property value has changed. The old property value. The new property value. Draws the content of a object during the render pass of a element. The object to draw. Invoked when the of a visual object is modified. The that was added to the collection. The that was removed from the collection. Sets the value of the attached property for a given element. The element on which to apply the property value. The order on the z-plane in which this element appears. The element is . Determines whether the collection of a panel should be serialized. if the collection should be serialized; otherwise, . The collection is only serialized if it is not empty and not . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets or sets a that is used to fill the area between the borders of a . A . This default value is . Gets a of child elements of this . A . The default is an empty . Gets a value that indicates whether this arranges its descendants in a single dimension. if the orientation of the is in one dimension; otherwise, . Gets a value that indicates whether this arranges its descendants in a single dimension. if the orientation of the is in one dimension; otherwise, . Gets a of child elements. An ordered collection of objects. This property has no default value. Gets or sets a value that indicates that this is a container for user interface (UI) items that are generated by an . if this instance of is an items host; otherwise, . The default value is . Gets an enumerator that can iterate the logical child elements of this element. An . This property has no default value. The of the panel, if the panel supports layout in only a single dimension. The of the panel. This property has no default value. The of the panel, if the panel supports layout in only a single dimension. The of the panel. This property has no default value. Gets the number of child objects in this instance of . The number of child objects. Gets or sets a value that represents the order on the z-plane in which an element appears. Specifies how reacts to touch manipulation. The scrolls horizontally and vertically. The scrolls when the user moves a finger horizontally first. If the user moves the vertically first, the movement is treated as mouse events. After the begins to scroll, it will scroll horizontally and vertically. The scrolls horizontally only. The does not respond to touch input. The scrolls when the user moves a finger vertically first. If the user moves the horizontally first, the movement is treated as mouse events. After the begins to scroll, it will scroll horizontally and vertically. The scrolls vertically only. Represents a control designed for entering and handling passwords. Occurs when the value of the property changes. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Clears the value of the property. Called when an internal process or application calls , which is used to build the current template's visual tree. Replaces the current selection in the with the contents of the Clipboard. Selects the entire contents of the . Gets or sets the brush that specifies the color of the password box's caret. A brush that describes the color of the password box's caret. Gets or sets a value that indicates whether the displays selected text when the does not have focus. if the displays selected text when the does not have focus; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets a value that indicates whether the has focus and selected text. if the has focus and selected text; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets the maximum length for passwords to be handled by this . An integer specifying the maximum length, in characters, for passwords to be handled by this . A value of zero (0) means no limit. The default value is 0 (no length limit). Gets or sets the password currently held by the . A string representing the password currently held by the . The default value is . Gets or sets the masking character for the . A masking character to echo when the user enters text into the . The default value is a bullet character (●). Gets the password currently held by the as a . A secure string representing the password currently held by the . Gets or sets the brush that highlights selected text. A brush that highlights selected text. Gets or sets the opacity of the . The opacity of the . The default is 0.4. Gets or sets a value that defines the brush used for selected text in the control. The brush used for selected text. Describes the means by which the automatic is positioned on a control. For a horizontal show the automatic at the bottom edge of the . For a vertical show the automatic at the right edge of the . No automatic . For a horizontal show the automatic at the top edge of the . For a vertical show the automatic at the left edge of the . Represents a layout control that aligns a bullet and another visual object. Identifies the dependency property. Initializes a new instance of the class. Overrides the default content arrangement behavior for the control. The available to use to lay out the content of the control. The computed size of the control. Gets the child element that is at the specified index. The specified index for the child element. is less than 0. -or- is greater than or equal to . The child element that is at the specified index. Overrides the default measurement behavior for the objects of a control. The upper limit of the . The required for the control, based on the size of its and objects. Renders the content of a control. The for the . Gets or sets the background color for a control. The background color for the and of a . The default is . Gets or sets the object to use as the bullet in a . The to use as the bullet. The default is . Gets an enumerator for the logical child elements of the control. The enumerator that provides access to the logical child elements of the control. The default is . Gets the number of visual child elements for the control. The number of visual elements that are defined for the . The default is 0. Represents the base class for all controls. Occurs when a is clicked. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the routed dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Responds when the for this control is called. The event data for the event. Raises the routed event. Called when the property changes. The data for . Provides class handling for the routed event that occurs when the user presses a key while this control has focus. The event data. Provides class handling for the routed event that occurs when the user releases a key while this control has focus. The event data for the event. Called when an element loses keyboard focus. The event data for the event. Provides class handling for the routed event that occurs when this control is no longer receiving mouse event messages. The event data for the event. Provides class handling for the routed event that occurs when the mouse enters this control. The event data for the event. Provides class handling for the routed event that occurs when the mouse leaves an element. The event data for the event. Provides class handling for the routed event that occurs when the left mouse button is pressed while the mouse pointer is over this control. The event data. Provides class handling for the routed event that occurs when the left mouse button is released while the mouse pointer is over this control. The event data. Provides class handling for the routed event that occurs when the mouse pointer moves while over this element. The event data. Called when the rendered size of a control changes. Specifies the size changes. Gets or sets when the event occurs. When the event occurs. The default value is . Gets or sets the command to invoke when this button is pressed. A command to invoke when this button is pressed. The default value is . Gets or sets the parameter to pass to the property. Parameter to pass to the property. Gets or sets the element on which to raise the specified command. Element on which to raise a command. Gets the value of the property. if the control is enabled; otherwise, . Gets a value that indicates whether a is currently activated. if the is activated; otherwise . The default is . Represents a month or year on a object. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets a value that indicates whether this button represents a year or month that contains selected dates. if this button represents a year or month that contains selected dates; otherwise, . Gets a value that indicates whether this button represents a year that is not in the currently displayed decade. if this button represents a day that is not in the currently displayed month, or a year that is not in the currently displayed decade; otherwise, . Represents a day on a . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets a value that indicates whether the date is unavailable. if the date unavailable; otherwise, . Gets a value that indicates whether this button is highlighted. if the button is highlighted; otherwise, . Gets a value that indicates whether this button represents a day that is not in the currently displayed month. if the button represents a day that is not in the currently displayed month; otherwise, . Gets a value that indicates whether the date represented by this button is selected. if the date is selected; otherwise, . Gets a value that indicates whether the date represented by this button is the current date. if the date is the current date; otherwise, . Represents the currently displayed month or year on a . Initializes a new instance of the class. Builds the visual tree for the when a new template is applied. Gets or sets the resource key for the that displays the days of the week. The resource key for the that displays the days of the week. Defines custom placement parameters for a control. Initializes a new instance of the structure. The that is relative to the where the upper-left corner of the is placed. The along which a control moves when it is obstructed by a screen edge. Compares this structure with another structure to determine whether they are equal. The structure to compare. if the structures have the same values; otherwise, . Gets the hash code for this structure. The hash code for this structure. Compares two structures to determine whether they are equal. The first structure to compare. The second structure to compare. if the structures have the same values; otherwise, . Compares two structures to determine whether they are not equal. The first structure to compare. The second structure to compare. if the structures do not have the same values; otherwise, . Gets or sets the point that is relative to the target object where the upper-left corner of the control is placed. A that is used to position a control. The default value is (0,0). Gets or sets the direction in which to move a control when the is obscured by screen boundaries. The direction in which to move a control when the is obscured by screen boundaries. Represents a method that provides custom positioning for a control. The of the control. The of the . The computed from the and property values. An array of possible positions for the control relative to the . Used within the template of a to specify the location in the control's visual tree where the cells are to be added. Initializes a new instance of the class. Called to arrange and size the content of a object. The final area within the parent that this element should use to arrange itself and its children. The size of the control. Clears the container reference for the specified cell. The to clear. The data item. This value is not used. Returns a new instance to contain a cell value. A new instance. Determines if the specified item is (or is eligible to be) its own container. The item to check. if the item is (or is eligible to be) its own container; otherwise, . Called to remeasure a control. The available size that this element can give to child elements. The size of the control, up to the maximum specified by constraint. It's invoked whenever application code or internal processes call . Updates the displayed cells when the collection has changed. The collection. The event data from the event of the collection. Updates the displayed cells when the property value has changed. The previous value of the property. The new value of the property. Called by the layout system to draw a horizontal line below the cells if horizontal grid lines are visible. The drawing instructions for the cells. This context is provided to the layout system. Prepares the cell to display the specified item. The cell to prepare. The item to display. Gets the data item that the row represents. The data item that the row represents. Represents an individual column header. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Builds the visual tree for the column header when a new template is applied. Raises the event and initiates sorting. Returns a new for this column header. A new automation peer for this column header. Provides class handling for the routed event that occurs when this control is no longer receiving mouse event messages. The event data for the event. Provides class handling for the routed event that occurs when the left mouse button is pressed while the mouse pointer is over this control. The event data. Provides class handling for the routed event that occurs when the left mouse button is released while the mouse pointer is over this control. The event data. Provides class handling for the routed event that occurs when the mouse pointer moves while over this element. The event data. Gets a value that indicates whether the user can click this column header to sort the by the associated column. if the user can click this column header to sort the by the associated column; otherwise, . Gets the associated with this column header. The column associated with this column header. Gets the key that references the style for displaying column headers during a header drag operation. The style key for floating column headers. Gets the key that references the style for the drop location indicator during a header drag operation. The style key for the drop location indicator. Gets the display position of the column associated with this column header relative to the other columns in the . The display position of associated column relative to the other columns in the . Gets a value that indicates whether the column associated with this column header is prevented from scrolling horizontally. if the associated column is prevented from scrolling horizontally; otherwise, . Gets or sets the used to paint the column header separator lines. The brush used to paint column header separator lines. Gets or sets the user interface (UI) visibility of the column header separator lines. The UI visibility of the column header separator lines. The default is . Gets a value that indicates whether the is sorted by the associated column and whether the column values are in ascending or descending order. The sort direction of the column or if unsorted. Used within the template of a to specify the location in the control's visual tree where the column headers are to be added. Initializes a new instance of the class. Called to arrange and size the content of a object. The final area within the parent that this element should use to arrange itself and its children. The size of the control. When overridden in a derived class, undoes the effects of the method. The container element. The item. Returns a new instance to contain a column header value. A new instance. Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. The rendered size of the column header. The clipping geometry. Returns the child at the specified index. The index of the child to return. The child. Determines if the specified item is (or is eligible to be) its own container. The item to check. if the item is (or is eligible to be) its own container; otherwise, . Called to remeasure a control. The available size that this element can give to child elements. The size of the control, up to the maximum specified by constraint. It's invoked whenever application code or internal processes call . Returns a new for this presenter. A new automation peer for this presenter. Prepares the specified element to display the specified item. Element used to display the specified item. Specified item. Gets the number of children in this presenter. The number of visual children. Used within the template of a to specify the location in the control's visual tree where the row details are to be added. Initializes a new instance of the class. Positions the single child element and determines the content of a object. The final area within the parent that this element should use to arrange itself and its children. The actual size needed by the element. Determines the size of the object based on the sizing properties, margin, and requested size of the child content. The available size that this element can give to child elements. The size that is required to arrange child content. Returns a new for this presenter. A new automation peer for this presenter. Called by the layout system to draw a horizontal line below the row details section if horizontal grid lines are visible. The drawing instructions for the row details. This context is provided to the layout system. Invoked when the parent of this element in the visual tree is changed. Overrides . The old parent element. May be to indicate that the element did not have a visual parent previously. Represents an individual row header. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Measures the children of a to prepare for arranging them during the pass. The available size that this element can give to child elements. Indicates an upper limit that child elements should not exceed. The size that the determines it needs during layout, based on its calculations of child object allocated sizes. Builds the visual tree for the row header when a new template is applied. Raises the event and initiates row selection or drag operations. Returns a new for this row header. A new automation peer for this row header. Gets a value that indicates whether the row is selected. if the row is selected; otherwise, . The registered default is . For information about what can influence the value, see . Gets or sets the used to paint the row header separator lines. The brush used to paint row header separator lines. Gets or sets the user interface (UI) visibility of the row header separator lines. The UI visibility of the row header separator lines. The default is . Used within the template of a to specify the location in the control's visual tree where the rows are to be added. Initializes a new instance of the class. Measures the child elements of a in anticipation of arranging them during the pass. An upper limit that should not be exceeded. The that represents the desired size of the element. Raises the event for rows that have scrolled out of view. The event data. Indicates that the property value has changed. The old property value. The new property value. Called when the size of the viewport changes. The old size of the viewport. The new size of the viewport. Represents the text input of a . Initializes a new instance of the class. Builds the visual tree for the when a new template is applied. Represents a viewport for a paginated . Occurs when a element of the is connected. Occurs when a element of the is disconnected. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges the content to fit a specified view size. The maximum size that the page view should use to arrange itself and its children. The actual size that the page view used to arrange itself and its children. Releases all resources used by the . Gets the service object of the specified type. The type of service object to get. A service object of type , or if there is no service object of type . Returns the child at a specified index. The index of the visual child to return. is less than zero, or greater than or equal to . The visual child at the specified index. Returns the available viewport size that can be given to display the current . The maximum available size. The actual desired size. Creates and returns an for this . The new . Invoked when the DPI setting for the document page view is changed. The available size that the parent can give to the child. This is soft constraint. The DocumentPageView's desired size. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe method instead. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe method instead. An object that specifies the type of service object to get. A service object of type . Gets the associated with this view. The document page associated with this view. Gets or sets the used to retrieve content pages for this view. The paginator that retrieves content pages for this view. Gets a value that indicates whether has been called for this instance. if has been called for this ; otherwise, . Gets or sets the page number of the current page displayed. The zero-based page number of the current page displayed. The default is 0. Gets or sets a enumeration that specifies how content should be stretched to fill the display page. The enumeration value that specifies how content should be stretched to fill the display page. The default is . Gets or sets a enumeration that specifies in what scaling directions should be applied. The enumeration value that specifies in what scaling directions should be applied. The default is . Gets the number of visual children contained in this view. The number of visual children contained in this view. Provides a base class for viewers that are intended to display fixed or flow content (represented by a or , respectively). Occurs when the collection of items associated with this viewer (represented by the property) changes. Identifies the dependency property. Identifies the dependency property key. Identifies the dependency property. Identifies the dependency property key. Identifies the dependency property. Identifies the attached property. Identifies the dependency property. Identifies the dependency property key. Identifies the dependency property. Identifies the dependency property key. Initializes base class values when called by a derived class. Cancels any current printing job. Returns a value that indicates whether or the viewer is able to jump to the specified page number. A page number to check for as a valid jump target. A Boolean value that indicates whether or the viewer is able to jump to the specified page number. Causes the viewer to jump to the first page of the current document (represented by the property). Returns the value of the attached property for a specified dependency object. A dependency object from which to retrieve the value of . Raised if is . The value of the attached property, read from the dependency object specified by element. Returns the current master for this viewer. The current master for this viewer, or null if no master can be found. Creates and returns a new, read-only collection of objects that are associated with the current display document (represented by the property). Returns on the first call to or if the collection has not changed since the previous call; otherwise, if the collection has changed since the last call. A read-only collection of objects that are associated with the current display document. Causes the viewer to jump to a specified page number. The number of the page to jump to. Causes the working collection to be re-built. Causes the viewer to jump to the last page in the current document (represented by the property). Causes the viewer to jump to the next page in the current document (represented by the property). Builds the visual tree for the viewer. Invoked whenever the event reaches an element derived from this class in its route. Implement this method to add class handling for this event. The element from which the event originated. A rectangular region, in the coordinate space of , which should be made visible. The page number for the page that contains . Raised if element is null. Handles the routed command. Creates and returns an object for this viewer. An object for this viewer. Called whenever the property is modified. Invoked when the DPI scale changes. Sets the DPI of the flow document to the new scale. The previous DPI scale setting. The new DPI scale setting. Handles the routed command. Handles the routed command. The number of the page to jump to. Handles the routed command. Called whenever the property is modified. Handles the routed command. Called whenever the working set of objects for this viewer (represented by the property) is modified. Handles the routed command. Handles the routed command. Causes the viewer to jump to the previous page of the current document (represented by the property). Invokes a standard Print dialog which can be used to print the contents of the viewer and configure printing preferences. Sets the attached property on a specified dependency object. A dependency object on which to set the value of . The new value to set the property to. Raised if element is null. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that specifies the type of service object to get. A service object of type . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets a value that indicates whether or not the viewer can jump to the next page in the current . if the viewer can jump to the next page; otherwise, . This property has no default value. Gets a value that indicates whether or not the viewer can jump to the previous page in the current . if the viewer can jump to the previous page; otherwise, . This property has no default value. Gets or sets a to be paginated and displayed by the viewer. A to be paginated and displayed by the viewer. The default property is null. Gets a value that indicates whether or not a child element in the viewer should be used as a master page. Gets an enumerator for the children in the logical tree of the viewer. An object that can be used to enumerate the logical children of the viewer. This property has no default value. Gets the page number for the current master page. The page number for the current master page, or 0 if no Document is currently loaded. This property has no default value. Gets the total number of pages in the current . The number of pages in the current document, or 0 if no document is currently loaded. This property has no default value. Gets a read-only collection of the active objects contained within the viewer. A read-only collection of the active objects contained within the viewer. This property has no default value. Provides information about the event that occurs when a user completes a drag operation with the mouse of a control. Initializes a new instance of the class. The horizontal change in position of the control, resulting from the drag operation. The vertical change in position of the control, resulting from the drag operation. A Boolean value that indicates whether the drag operation was canceled by a call to the method. Converts a method that handles the event to the type. The event handler delegate. The that uses the handler. Gets whether the drag operation for a was canceled by a call to the method. if a drag operation was canceled; otherwise, . Gets the horizontal change in position of the after the user drags the control with the mouse. The horizontal difference between the point at which the user pressed the left mouse button and the point at which the user released the button during a drag operation of a control. There is no default value. Gets the vertical change in position of the after the user drags the control with the mouse. The vertical difference between the point at which the user pressed the left mouse button and the point at which the user released the button during a drag operation of a control. There is no default value. Represents a method that will handle the routed event of a control. The object where the event handler is attached. The event data. Provides information about the event that occurs one or more times when a user drags a control with the mouse. Initializes a new instance of the class. The horizontal change in the position since the last event. The vertical change in the position since the last event. Converts a method that handles the event to the type. The event handler delegate. The that uses the handler. Gets the horizontal distance that the mouse has moved since the previous event when the user drags the control with the mouse. A horizontal change in position of the mouse during a drag operation. There is no default value. Gets the vertical distance that the mouse has moved since the previous event when the user drags the with the mouse. A vertical change in position of the mouse during a drag operation. There is no default value. Represents a method that will handle the routed event of a control. The object where the event handler is attached. The event data. Provides information about the event that occurs when a user drags a control with the mouse. Initializes a new instance of the class. The horizontal offset of the mouse click with respect to the screen coordinates of the . The vertical offset of the mouse click with respect to the screen coordinates of the . Converts a method that handles the event to the type. The event handler delegate. The that uses the handler. Gets the horizontal offset of the mouse click relative to the screen coordinates of the . The horizontal offset of the mouse click with respect to the upper-left corner of the bounding box of the . There is no default value. Gets the vertical offset of the mouse click relative to the screen coordinates of the . The horizontal offset of the mouse click with respect to the upper-left corner of the bounding box of the . There is no default value. Represents the method that will handle the routed event of a control. The object where the event handler is attached. The event data. Specifies the direction in which item generation will occur. is used by . Specifies to generate items in a backward direction. Specifies to generate items in a forward direction. is used to describe the position of an item that is managed by . Initializes a new instance of with the specified index and offset. An index that is relative to the generated (realized) items. -1 is a special value that refers to a fictitious item at the beginning or the end of the items list. An offset that is relative to the ungenerated (unrealized) items near the indexed item. An offset of 0 refers to the indexed element itself, an offset 1 refers to the next ungenerated (unrealized) item, and an offset of -1 refers to the previous item. Compares the specified instance and the current instance of for value equality. The instance to compare. if and this instance of have the same values. Returns the hash code for this . The hash code for this . Compares two objects for value equality. The first instance to compare. The second instance to compare. if the two objects are equal; otherwise, . Compares two objects for value inequality. The first instance to compare. The second instance to compare. if the values are not equal; otherwise, . Returns a string representation of this instance of . A string representation of this instance of . Gets or sets the index that is relative to the generated (realized) items. An index that is relative to the generated (realized) items. Gets or sets the offset that is relative to the ungenerated (unrealized) items near the indexed item. An offset that is relative to the ungenerated (unrealized) items near the indexed item. Used by to indicate the status of its item generation. The generator has finished generating containers. The generator has finished generating containers, but encountered one or more errors. The generator is generating containers. The generator has not tried to generate content. Represents the base class for classes that define the layout for a row of data where different data items are displayed in different columns. Identifies the dependency property. Initializes an instance of the class. Gets the visual child in the row item at the specified index. The index of the child. A object that contains the child at the specified index. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The type of the calling this method. Object that originated the event. Event data. if the listener handled the event. Returns a string representation of a object. A string that contains the type of the object and the number of columns. Gets or sets a . A collection of objects that display data. The default is . Gets an enumerator for the logical children of a row. The for the logical children of this row. Gets the number of visual children for a row. The number of visual children for the current row. Provides a property bag implementation for item panels. Clears all property associations. Removes the association between the specified item and property. The associated item. The associated property. Removes the specified property from all property bags. The property to remove. Returns the value of the specified property that is associated with the specified item. The item that has the specified property associated with it. The property whose value to return. The value of the specified property that is associated with the specified item. Stores the specified property and value and associates them with the specified item. The item to associate the value and property with. The property that is associated with the specified item. The value of the associated property. Provides properties through which a control that displays hierarchical data communicates with a . Gets or sets an object that represents the sizes of the control's viewport and cache. An object that represents the sizes of the control's viewport and cache. Gets an object that represents the desired size of the control's header, in device-independent units (1/96th inch per unit) and in logical units. An object that represents the desired size of the control's header, in device-independent units (1/96th inch per unit) and in logical units. Gets a value that indicates whether the control's layout pass occurs at a lower priority. if the control's layout pass occurs at a lower priority; otherwise, . Gets or sets an object that represents the desired size of the control's items, in device-independent units (1/96th inch per unit) and in logical units. An object that represents the desired size of the control's items, in device-independent units (1/96th inch per unit) and in logical units. Gets the that displays the items of the control. The that displays the items of the control. Gets or sets a value that indicates whether the owning should virtualize its items. if the owning should virtualize its items; otherwise, . An interface that is implemented by classes which are responsible for generating user interface (UI) content on behalf of a host. Returns the container element used to display the next item. A that is the container element which is used to display the next item. Returns the container element used to display the next item, and whether the container element has been newly generated (realized). Is if the returned is newly generated (realized); otherwise, . A that is the container element which is used to display the next item. Returns the object that maps to the item at the specified index. The index of desired item. An object that maps to the item at the specified index. Returns the appropriate for use by the specified panel. The panel for which to return an appropriate . An appropriate for use by the specified panel. Returns the index that maps to the specified . The index of desired item. The for the desired index. An that is the index which maps to the specified . Prepares the specified element as the container for the corresponding item. The container to prepare. Normally, is the result of the previous call to . Removes one or more generated (realized) items. The index of the element to remove. must refer to a previously generated (realized) item, which means its offset must be zero. The number of elements to remove, starting at . Removes all generated (realized) items. Prepares the generator to generate items, starting at the specified , and in the specified , and controlling whether or not to start at a generated (realized) item. A , that specifies the position of the item to start generating items at. Specifies the position of the item to start generating items at. A that specifies whether to start at a generated (realized) item. An object that tracks the lifetime of the generation process. Prepares the generator to generate items, starting at the specified , and in the specified . A , that specifies the position of the item to start generating items at. A that specifies the direction which to generate items. An object that tracks the lifetime of the generation process. Extends the interface to reuse the UI content it generates. Classes that are responsible for generating user interface (UI) content on behalf of a host implement this interface. Disassociates item containers from their data items and saves the containers so they can be reused later for other data items. The zero-based index of the first element to reuse. must refer to a previously generated (realized) item. The number of elements to reuse, starting at . Represents the main scrollable region inside a control. Scrolls down within content by one logical unit. Scrolls left within content by one logical unit. Scrolls right within content by one logical unit. Scrolls up within content by one logical unit. Forces content to scroll until the coordinate space of a object is visible. A that becomes visible. A bounding rectangle that identifies the coordinate space to make visible. A that is visible. Scrolls down within content after a user clicks the wheel button on a mouse. Scrolls left within content after a user clicks the wheel button on a mouse. Scrolls right within content after a user clicks the wheel button on a mouse. Scrolls up within content after a user clicks the wheel button on a mouse. Scrolls down within content by one page. Scrolls left within content by one page. Scrolls right within content by one page. Scrolls up within content by one page. Sets the amount of horizontal offset. The degree to which content is horizontally offset from the containing viewport. Sets the amount of vertical offset. The degree to which content is vertically offset from the containing viewport. Gets or sets a value that indicates whether scrolling on the horizontal axis is possible. if scrolling is possible; otherwise, . This property has no default value. Gets or sets a value that indicates whether scrolling on the vertical axis is possible. if scrolling is possible; otherwise, . This property has no default value. Gets the vertical size of the extent. A that represents, in device independent pixels, the vertical size of the extent. This property has no default value. Gets the horizontal size of the extent. A that represents, in device independent pixels, the horizontal size of the extent. This property has no default value. Gets the horizontal offset of the scrolled content. A that represents, in device independent pixels, the horizontal offset. This property has no default value. Gets or sets a element that controls scrolling behavior. A element that controls scrolling behavior. This property has no default value. Gets the vertical offset of the scrolled content. A that represents, in device independent pixels, the vertical offset of the scrolled content. Valid values are between zero and the minus the . This property has no default value. Gets the vertical size of the viewport for this content. A that represents, in device independent pixels, the vertical size of the viewport for this content. This property has no default value. Gets the horizontal size of the viewport for this content. A that represents, in device independent pixels, the horizontal size of the viewport for this content. This property has no default value. Provides data for the event. Gets the action that occurred on the items collection. Returns the action that occurred. Gets the number of items that were involved in the change. Integer that represents the number of items involved in the change. Gets the number of user interface (UI) elements involved in the change. Integer that represents the number of UI elements involved in the change. Gets the position in the collection before the change occurred. Returns a . Gets the position in the collection where the change occurred. Returns a . Represents the method that will handle the event. The source of the event. The event data. Defines methods that provide additional information about the layout state of an element. Returns a that represents the visible region of an element. The whose layout clip is desired. A that represents the visible region of an . Returns a that was being processed by the layout engine at the moment of an unhandled exception. The object that defines the scope of the operation. There is one dispatcher per layout engine instance. Occurs when is . A that was being processed by the layout engine at the moment of an unhandled exception. Returns a that represents the layout partition that is reserved for a child element. The whose layout slot is desired. A that represents the layout slot of the element. Represents a control that defines choices for users to select. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Creates or identifies the element used to display the specified item. The element used to display the specified item. Called when a mouse button is pressed or released. The event data for a mouse event. Determines whether the specified item is, or is eligible to be, its own item container. The item to check whether it is an item container. if the item is a or a ; otherwise, . Responds to a change to the property. The event data for the event. Provides class handling for the routed event that occurs when the user presses a key. The event data for the event. Provides class handling for the routed event that occurs when the mouse leaves the control. The event data for the event. Gets or sets the custom logic for choosing a template used to display each item. A custom object that provides logic and returns an item container. Gets or sets a value that indicates whether the menu selects different item containers, depending on the type of the item in the underlying collection or some other heuristic. the menu selects different item containers; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Provides an abstract class for controls that allow multiple items to be selected. Initializes a new instance of the class. Starts a new selection transaction. is when this method is called. Commits the selected items to the . is when this method is called. Selects all of the items in the . is . Unselects all of the items in the . Gets or sets a value that indicates whether the multiple items in the can be selected at a time. if multiple items in the can be selected at a time; otherwise, . Gets a value that indicates whether the is currently performing a bulk update to the collection. if the is currently performing a bulk update to the collection; otherwise, . Gets the items in the that are selected. The items in the that are selected. Describes the placement of where a control appears on the screen. A position of the control relative to the upper-left corner of the screen and at an offset that is defined by the and property values. If the screen edge obscures the , the control then repositions itself to align with the edge. A position of the control relative to the upper-left corner of the screen and at an offset that is defined by the and property values. If the screen edge obscures the , the control extends in the opposite direction from the axis defined by the or =. A position of the control where the control aligns its upper edge with the lower edge of the and aligns its left edge with the left edge of the . If the lower screen-edge obscures the , the control repositions itself so that its lower edge aligns with the upper edge of the . If the upper screen-edge obscures the , the control then repositions itself so that its upper edge aligns with the upper screen-edge. A position of the control where it is centered over the . If a screen edge obscures the , the control repositions itself to align with the screen edge. A position and repositioning behavior for the control that is defined by the delegate specified by the property. A control that aligns its right edge with the left edge of the and aligns its upper edge with the upper edge of the . If the left screen-edge obscures the , the repositions itself so that its left edge aligns with the right edge of the . If the right screen-edge obscures the , the right edge of the control aligns with the right screen-edge. If the upper or lower screen-edge obscures the , the control repositions itself to align with the obscuring screen edge. A position of the control that aligns its upper edge with the lower edge of the bounding box of the mouse and aligns its left edge with the left edge of the bounding box of the mouse. If the lower screen-edge obscures the , it repositions itself to align with the upper edge of the bounding box of the mouse. If the upper screen-edge obscures the , the control repositions itself to align with the upper screen-edge. A position of the control relative to the tip of the mouse cursor and at an offset that is defined by the and property values. If a horizontal or vertical screen edge obscures the , it opens in the opposite direction from the obscuring edge. If the opposite screen edge also obscures the , it then aligns with the obscuring screen edge. A position of the control relative to the upper-left corner of the and at an offset that is defined by the and property values. If the screen edge obscures the , the control repositions itself to align with the screen edge. A position of the control relative to the upper-left corner of the and at an offset that is defined by the and property values. If a screen edge obscures the , the extends in the opposite direction from the direction from the axis defined by the or . If the opposite screen edge also obscures the , the control then aligns with this screen edge. A position of the control that aligns its left edge with the right edge of the and aligns its upper edge with the upper edge of the . If the right screen-edge obscures the , the control repositions itself so that its left edge aligns with the left edge of the . If the left screen-edge obscures the , the control repositions itself so that its left edge aligns with the left screen-edge. If the upper or lower screen-edge obscures the , the control then repositions itself to align with the obscuring screen edge. A position of the control that aligns its lower edge with the upper edge of the and aligns its left edge with the left edge of the . If the upper screen-edge obscures the , the control repositions itself so that its upper edge aligns with the lower edge of the . If the lower screen-edge obscures the , the lower edge of the control aligns with the lower screen-edge. If the left or right screen-edge obscures the , it then repositions itself to align with the obscuring screen. Represents a pop-up window that has content. Occurs when the property changes to . Occurs when the property changes to . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Attaches a child element to a control. The to which to add child content. The child content. Returns the logical parent of a . If the does not have a defined parent and the is not , the is returned. Otherwise, the return values are the same as . Determines the required size of the content within the visual tree of the logical parent. The available size that this element can give to the child. You can use infinity as a value to indicate that the element can size to whatever content is available. A structure that has the and properties both equal to zero (0). Responds when the value of the property changes from to to . The event data. Responds to the condition in which the value of the property changes from to . The event arguments. Provides class handling for the event. The event data. Provides class handling for the event. The event data. Provides class handling for the event. The event data. Provides class handling for the event. The event data. This member supports the WPF infrastructure and is not intended to be used directly from your code. An object to add as a child. This member supports the WPF infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets or sets a value that indicates whether a control can contain transparent content. if the control can contain transparent content; otherwise, . The default is . Gets or sets the content of the control. The content of the control. The default is . Gets or sets a delegate handler method that positions the control. The delegate method that provides placement information for the control. The default is . Gets a value that indicates whether a is displayed with a drop shadow effect. if the is displayed with a drop shadow; otherwise, . Get or sets the horizontal distance between the target origin and the popup alignment point. The horizontal distance between the target origin and the popup alignment point. For information about the target origin and popup alignment point, see Popup Placement Behavior. The default is 0. Gets or sets a value that indicates whether the is visible. if the is visible; otherwise, . The default is . Gets an enumerator that you can use to access the logical child elements of the control. An that you can use to access the logical child elements of a control. The default is . Gets or sets the orientation of the control when the control opens, and specifies the behavior of the control when it overlaps screen boundaries. A enumeration value that determines the orientation of the control when the control opens, and that specifies how the control interacts with screen boundaries. The default is . Gets or sets the rectangle relative to which the control is positioned when it opens. The rectangle that is used to position the control. The default is . Gets or sets the element relative to which the is positioned when it opens. The that is the logical parent of the control. The default is . Gets or sets an animation for the opening and closing of a control. The enumeration value that defines an animation to open and close a control. The default is . Gets or sets a value that indicates whether the control closes when the control is no longer in focus. if the control closes when property is set to ; if the control closes when a mouse or keyboard event occurs outside the control. The default is . Gets or sets the vertical distance between the target origin and the popup alignment point. The vertical distance between the target origin and the popup alignment point. For information about the target origin and popup alignment point, see Popup Placement Behavior. The default is 0. Describes how a control animates when it opens. The control gradually appears, or fades in. This effect is created by increasing the opacity of the window over time. The control appears without animation. The control scrolls from the upper-left corner of its parent. If the screen does not provide enough room to allow the default behavior, the scrolls from the lower-right corner instead. The control slides down or up into place. By default, a slides down. However, if the screen does not provide enough room for the to slide down, it slides up instead. Describes the direction to move a control to increase the amount of the that is visible. A control changes position by moving along the horizontal axis of the screen before moving along the vertical axis. A control changes position according to default behavior. A control changes position by moving along the vertical axis of the screen before moving along the horizontal axis. Represents an element that has a value within a specific range. Occurs when the range value changes. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Initializes a new instance of the class. Called when the property changes. Old value of the property. New value of the property. Called when the property changes. Old value of the property. New value of the property. Raises the routed event. Old value of the property. New value of the property. Provides a string representation of a object. Returns the string representation of a object. Gets or sets a value to be added to or subtracted from the of a control. to add to or subtract from the of the element. The default is 1. Gets or sets the highest possible of the range element. The highest possible of the range element. The default is 1. Gets or sets the possible of the range element. possible of the range element. The default is 0. Gets or sets a to be added to or subtracted from the of a control. to add to or subtract from the of the element. The default is 0.1. Gets or sets the current magnitude of the range control. The current magnitude of the range control. The default is 0. Represents a control that raises its event repeatedly from the time it is pressed until it is released. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Raises an automation event and calls the base method to raise the event. Provides an appropriate implementation for this control, as part of the WPF infrastructure. The type-specific implementation. Responds to the event. The event data for a event. Responds to the event. The event data for a event. Called when a loses mouse capture. The event data for a event. Reports when the mouse enters an element. The event data for a event. Reports when the mouse leaves an element. The event data for a event. Responds to the event. The event data for a event. Responds to the event. The event data for a event. Gets or sets the amount of time, in milliseconds, the waits while it is pressed before it starts repeating. The value must be non-negative. The amount of time, in milliseconds, the waits while it is pressed before it starts repeating. The default is the value of . Gets or sets the amount of time, in milliseconds, between repeats once repeating starts. The value must be non-negative. The amount of time, in milliseconds, between repeats after repeating starts. The default is the value of . Represents an implementation of a control that enables a to change its size. Initializes a new instance of the class. Represents a control that provides a scroll bar that has a sliding whose position corresponds to a value. Occurs one or more times as content scrolls in a when the user moves the by using the mouse. The command that notifies the that the user is dragging the of the horizontal to the value that is provided in . The command that notifies the that the user is dragging the of the vertical to the value that is provided in . The command that scrolls a by a small amount in the vertical direction of increasing value of its . The command that scrolls a by a small amount in the horizontal direction of decreasing value of its . The command that scrolls a by a small amount in the horizontal direction of increasing value of its . The command that scrolls a by a small amount in the vertical direction of decreasing value of its . Identifies the dependency property. The command that scrolls a by a large amount in the vertical direction of increasing value of its . The command that scrolls a by a large amount in the horizontal direction of decreasing value of its . The command that scrolls a by a large amount in the horizontal direction of increasing value of its . The command that scrolls a by a large amount in the vertical direction of decreasing value of its . Identifies the routed event. The command that scrolls a to the point of the mouse click that opened the in the . The command that scrolls a to the value. The command that scrolls the content to the lower-right corner of a control. The command that scrolls the content to the upper-left corner of a control. The command that scrolls a horizontal in a to the value that is provided in . The command that scrolls a to the value for a horizontal . The command that scrolls a to the value for a horizontal . The command that scrolls a to the value for a vertical . The command that scrolls a vertical in a to the value that is provided in . Identifies the dependency property. Initializes a new instance of the class. Creates the visual tree for the . Provides class handling for the event that occurs when the for a closes. The event data. Provides class handling for the event that occurs when the for a opens. The event data. Creates an for this control. A for the control. Provides class handling for the event. The event data. Provides class handling for the event. The event data. Gets a value that indicates whether the is enabled. if the is enabled in a and the size of the content is larger than the display area; otherwise, . The default is . Gets or sets whether the is displayed horizontally or vertically. An enumeration value that defines whether the is displayed horizontally or vertically. The default is . Gets the for a control. The that is used with a control. Gets or sets the amount of the scrollable content that is currently visible. The amount of the scrollable content that is currently visible. The default is 0. Provides data for a event that occurs when the of a moves. Initializes an instance of the class by using the specified enumeration value and the new location of the control in the . A enumeration value that describes the type of movement that caused the event. The value that corresponds to the new location of the in the . Performs the appropriate type casting to call the type-safe delegate for the event. The event handler to call. The current object along the event's route. Gets a value that represents the new location of the in the . The value that corresponds to the new position of the in the . Gets the enumeration value that describes the change in the position that caused this event. A enumeration value that describes the type of movement that caused the event. Represents the method that will handle the routed event that occurs when the of a moves. The object where the event handler is attached. The event data. Describes the behavior that caused a event for a control. The was dragged to a new position and is now no longer being dragged by the user. The moved to the position of the . For a vertical , this movement occurs when the CTRL+HOME keys are pressed. This movement corresponds to a in a vertical and a in a horizontal . The moved a specified distance, as determined by the value of , to the left for a horizontal or upward for a vertical . For a vertical , this movement occurs when the page button that is above the is pressed, or when the PAGE UP key is pressed, and corresponds to a . For a horizontal , this movement occurs when the page button to the left of the is pressed, and corresponds to a . The moved a specified distance, as determined by the value of , to the right for a horizontal or downward for a vertical . For a vertical , this movement occurs when the page button that is below the is pressed, or when the PAGE DOWN key is pressed, and corresponds to a . For a horizontal , this movement occurs when the page button to the right of the is pressed, and corresponds to a . The moved to the position of the . For a vertical , this movement occurs when the CTRL+END keys are pressed. This movement corresponds to a in a vertical and a in a horizontal . The moved a small distance, as determined by the value of , to the left for a horizontal or upward for a vertical . For a vertical , this movement occurs when the upper is pressed or when the UP ARROW key is pressed, and corresponds to a . For a horizontal , this movement occurs when the left is pressed, and corresponds to a . The moved a small distance, as determined by the value of , to the right for a horizontal or downward for a vertical . For a vertical , this movement occurs when the lower is pressed or when the DOWN ARROW key is pressed, and corresponds to a . For a horizontal , this movement occurs when the right is pressed, and corresponds to a . The moved to a new position because the user selected Scroll Here in the shortcut menu of the . This movement corresponds to the . To view the shortcut menu, right-click the mouse when the pointer is over the . The was dragged and caused a event. A event of this may occur more than one time when the is dragged in the . A panel that can hold specified cells in place when the view is scrolled. Identifies the dependency property. Initializes a new instance of the class. Gets the direction that cells can scroll for a specified object. The object whose scrolling orientation is retrieved. The direction that cells can scroll. Sets the direction that cells can scroll for a specified object. The object whose scrolling orientation is set. The scrolling orientation. Gets or sets the direction that cells can scroll. Represents a control that allows a user to select items from among its child elements. Occurs when an item is selected. Occurs when the selection of a changes. Occurs when an item is unselected. Identifies the attached property. Identifies the attached property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Initializes a new instance of the class. Adds a handler for the attached event. Element that listens to this event. Event handler to add. Adds a handler for the attached event. Element that listens to this event. Event handler to add. Returns an item container to the state it was in before . The item container element. The data item. Gets the value of the attached property that indicates whether an item is selected. Object to query concerning the property. Boolean value, if the property is . Gets a value that indicates whether the keyboard focus is within the . The element from which to read the attached property. Value of the property, if the keyboard focus is within the . Raises the event. This method is invoked whenever is set to internally. The that contains the event data. Called when the property has changed. The event data. Updates the current selection when an item in the has changed. The event data. Called when the source of an item in a selector changes. Old value of the source. New value of the source. Called when the selection changes. The event data. Prepares the specified element to display the specified item. The element that is used to display the specified item. The specified item to display. Removes a handler for the attached event. Element that listens to this event. Event handler to remove. Removes a handler for the attached event. Element that listens to this event. Event handler to remove. Sets a property value that indicates whether an item in a is selected. Object on which to set the property. Value to set. Gets or sets a value that indicates whether an item is selected. Gets a value that indicates whether the keyboard focus is within the value returned by a . Gets or sets a value that indicates whether a should keep the synchronized with the current item in the property. if the is always synchronized with the current item in the ; if the is never synchronized with the current item; if the is synchronized with the current item only if the uses a . The default value is . Gets or sets the index of the first item in the current selection or returns negative one (-1) if the selection is empty. The index of first item in the current selection. The default value is negative one (-1). Gets or sets the first item in the current selection or returns null if the selection is empty. The first item in the current selection or if the selection is empty. Gets or sets the value of the , obtained by using . The value of the selected item. Gets or sets the path that is used to get the from the . The path used to get the . The default is an empty string. Represents a control that displays items and information in a horizontal bar in an application window. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Creates a new . The element used to display the specified item. Determines if the specified item is (or is eligible to be) its own container. The specified object to evaluate. Returns if the item is (or is eligible to be) its own container; otherwise, . Specifies an for the . A for this . Prepares an item for display in the . The item to display in the . The content of the item to display. Determines whether to apply the for an item in the to an object. The container for the item. The object to evaluate. if the is not a ; otherwise, . Gets or sets the custom logic for choosing a template used to display each item. A custom object that provides logic and returns an item container. The key that represents the style to use for objects in the . A that references the style to use for objects. Gets or sets a value that indicates whether the menu selects different item containers, depending on the type of the item in the underlying collection or some other heuristic. the menu selects different item containers; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Represents an item of a control. Initializes a new instance of the class. Specifies an for the . A for this . Handles the layout of the objects on a . Initializes a new instance of the class. Arranges and sizes the content of a object. The size that a tab panel assumes to position child elements. The size of the tab panel. Used to override default clipping. The size of the panel. A size that is the layout size of the . Called when remeasuring the control is required. Constraint size is an upper limit. The return value should not exceed this size. The desired size. An abstract base class that provides functionality for text editing controls, including and . Occurs when the text selection has changed. Occurs when content changes in the text element. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Appends a string to the contents of a text control. A string that specifies the text to append to the current contents of the text control. Begins a change block. Copies the current selection of the text editing control to the . Removes the current selection from the text editing control and copies it to the . Creates a change block. An object that refers to a new change block. Ends a change block. Scrolls the contents of the control down by one line. Scrolls the contents of the control to the left by one line. Scrolls the contents of the control to the right by one line. Scrolls the contents of the control upward by one line. Locks the most recent undo unit of the undo stack of the application. This prevents the locked unit from being merged with undo units that are added subsequently. Is called when a control template is applied. Called whenever an unhandled routed event reaches this class in its route. Implement this method to add class handling for this event. Arguments of the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Raises the event (using the provided arguments). Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Arguments of the event. These arguments will include details about which mouse button was depressed, and the handled state. Is called when a event is routed to this class (or to a class that inherits from this class). The mouse wheel arguments that are associated with this event. Called when the occurs. The event data. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Is called when the caret or current selection changes position. The arguments that are associated with the event. Is called when the control template changes. A object that specifies the control template that is currently active. A object that specifies a new control template to use. Is called when content in this editing control changes. The arguments that are associated with the event. Invoked whenever an unhandled attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event. Provides data about the event. Scrolls the contents of the control down by one page. Scrolls the contents of the control to the left by one page. Scrolls the contents of the control to the right by one page. Scrolls the contents of the control up by one page. Pastes the contents of the Clipboard over the current selection in the text editing control. Undoes the most recent undo command. In other words, redoes the most recent undo unit on the undo stack. if the redo operation was successful; otherwise, . This method returns if there is no undo command available (the undo stack is empty). Scrolls the view of the editing control to the end of the content. Scrolls the view of the editing control to the beginning of the viewport. Scrolls the contents of the editing control to the specified horizontal offset. A double value that specifies the horizontal offset to scroll to. Scrolls the contents of the editing control to the specified vertical offset. A double value that specifies the vertical offset to scroll to. Selects all the contents of the text editing control. Undoes the most recent undo command. In other words, undoes the most recent undo unit on the undo stack. if the undo operation was successful; otherwise, . This method returns if the undo stack is empty. Gets or sets a value that indicates how the text editing control responds when the user presses the ENTER key. if pressing the ENTER key inserts a new line at the current cursor position; otherwise, the ENTER key is ignored. The default value is for and for . Gets or sets a value that indicates how the text editing control responds when the user presses the TAB key. if pressing the TAB key inserts a tab character at the current cursor position; if pressing the TAB key moves the focus to the next control that is marked as a tab stop and does not insert a tab character. The default value is . Gets or sets a value that determines whether when a user selects part of a word by dragging across it with the mouse, the rest of the word is selected. if automatic word selection is enabled; otherwise, . The default value is . Gets a value that indicates whether the most recent undo action can be redone. if the most recent undo action can be redone; otherwise, . This property has no default value. Gets a value that indicates whether the most recent action can be undone. if the most recent action can be undone; otherwise, . This property has no default value. Gets or sets the brush that is used to paint the caret of the text box. The brush that is used to paint the caret of the text box. Gets the vertical size of the visible content area. A floating-point value that specifies the vertical size of the visible content area, in device-independent units (1/96th inch per unit). The value of this property is 0.0 if the text-editing control is not configured to support scrolling. This property has no default value. Gets the horizontal size of the visible content area. A floating-point value that specifies the horizontal size of the visible content area, in device-independent units (1/96th inch per unit). The value of this property is 0.0 if the text editing control is not configured to support scrolling. This property has no default value. Gets or sets the horizontal scroll position. An attempt is made to set this property to a negative value. A floating-point value that specifies the horizontal scroll position, in device-independent units (1/96th inch per unit). Setting this property causes the text editing control to scroll to the specified horizontal offset. Reading this property returns the current horizontal offset. The value of this property is 0.0 if the text editing control is not configured to support scrolling. This property has no default value. Gets or sets a value that indicates whether a horizontal scroll bar is shown. A value that is defined by the enumeration. The default value is . Gets or sets a value that indicates whether the text box displays selected text when the text box does not have focus. if the text box displays selected text when the text box does not have focus; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates whether the text editing control is read-only to a user interacting with the control. if the contents of the text editing control are read-only to a user; otherwise, the contents of the text editing control can be modified by the user. The default value is . Gets or sets a value that indicates whether a read-only text box displays a caret. if a read-only text box displays a caret; otherwise, . The default is . Gets a value that indicates whether the text box has focus and selected text. if the text box has focus and selected text; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates whether undo support is enabled for the text-editing control. if undo support is enabled; otherwise, . The default value is . Gets or sets the brush that highlights selected text. The brush that highlights selected text. Gets or sets the opacity of the . The opacity of the . The default is 0.4. Gets or sets a value that defines the brush used for selected text. The brush used for selected text. Gets a object that provides access to spelling errors in the text contents of a or . A object that provides access to spelling errors in the text contents of a or . This property has no default value. Gets or sets the number of actions stored in the undo queue. is set after calling and before calling . The number of actions stored in the undo queue. The default is -1, which means the undo queue is limited to the memory that is available. Gets or sets the vertical scroll position. An attempt is made to set this property to a negative value. A floating-point value that specifies the vertical scroll position, in device-independent units (1/96th inch per unit). Setting this property causes the text editing control to scroll to the specified vertical offset. Reading this property returns the current vertical offset. The value of this property is 0.0 if the text editing control is not configured to support scrolling. This property has no default value. Gets or sets a value that indicates whether a vertical scroll bar is shown. A value that is defined by the enumeration. The default value is . Gets the vertical size of the scrollable content area. A floating-point value that specifies the vertical size of the scrollable content area, in device-independent units (1/96th inch per unit). The value of this property is 0.0 if the text editing control is not configured to support scrolling. This property has no default value. Gets the horizontal size of the scrollable content area. A floating-point value that specifies the horizontal size of the scrollable content area, in device-independent units (1/96th inch per unit). The value of this property is 0.0 if the text editing control is not configured to support scrolling. This property has no default value. Represents a control that can be dragged by the user. Occurs when the control loses mouse capture. Occurs one or more times as the mouse changes position when a control has logical focus and mouse capture. Occurs when a control receives logical focus and mouse capture. Identifies the routed event. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Initializes a new instance of the class. Cancels a drag operation for the . Creates an for the control. A for the control. Responds to a change in the value of the property. The event data. Provides class handling for the event. The event data. Provides class handling for the event. The event data. Provides class handling for the event. The event data. Gets whether the control has logical focus and mouse capture and the left mouse button is pressed. if the control has focus and mouse capture; otherwise . The default value is . Represents a control that draws a set of tick marks for a control. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Identifies the dependency property. This property is read-only. Initializes a new instance of the class. Draws the tick marks for a control. The that is used to draw the ticks. Gets or sets the that is used to draw the tick marks. A to use to draw tick marks. The default value is . Gets or sets the direction of increasing value of the tick marks. if the direction of increasing value is to the left for a horizontal or down for a vertical ; otherwise, . The default value is . Gets or sets whether the displays a selection range. if a selection range is displayed; otherwise, . The default value is . Gets or sets the maximum value that is possible for a tick mark. The largest possible value for a tick mark. The default value is 100.0. Gets or sets the minimum value that is possible for a tick mark. The smallest possible value for a tick mark. The default value is zero (0.0). Gets or sets where tick marks appear relative to a of a control. A enumeration value that identifies the position of the in the layout of a . The default value is . Gets or sets a space buffer for the area that contains the tick marks that are specified for a . A value that represents the total buffer area on either side of the row or column of tick marks. The default value is zero (0.0). Gets or sets the end point of a selection. The last value in a range of values for a selection. The default value is -1.0. Gets or sets the start point of a selection. The first value in a range of values for a selection. The default value is -1.0. Gets or sets the interval between tick marks. The distance between tick marks. The default value is one (1.0). Gets or sets the positions of the tick marks. A that specifies the locations of the tick marks. The default value is . Specifies the placement of a with respect to the of a control. The tick bar is positioned below the of the . The tick bar is positioned to the left of the of the . The tick bar is positioned to the right of the of the . The tick bar is positioned above the of the . Specifies the position of tick marks in a control with respect to the that the control implements. Tick marks appear above and below the bar for a horizontal , or to the left and right of the for a vertical . Tick marks appear below the for a horizontal , or to the right of the for a vertical . No tick marks appear. Tick marks appear above the for a horizontal , or to the left of the for a vertical . Base class for controls that can switch states, such as . Occurs when a is checked. Occurs when the state of a is neither on nor off. Occurs when a is unchecked. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Initializes a new instance of the class. Called when a raises a event. The event data for the event. Called when a control is clicked by the mouse or the keyboard. Provides an appropriate implementation for this control, as part of the WPF infrastructure. The type-specific implementation. Called when a raises an event. The event data for the event. Called by the method to implement toggle behavior. Called when a raises an event. The event data for the event. Returns the string representation of a object. String representation of a object. Gets or sets whether the is checked. if the is checked; false if the is unchecked; otherwise . The default is . Determines whether the control supports two or three states. if the control supports three states; otherwise, . The default is . Used to arrange overflow items. Identifies the dependency property. Initializes a new instance of the class. Arranges and sizes the content of a object. Size that a toolbar overflow panel assumes to position child elements. The size of the . Creates a new . Logical parent of the new collection. A new collection. Remeasures the . Constraint size is an upper limit. The return value should not exceed this size. The desired size. Gets or sets the recommended width for an overflow before items flow to the next line. A double value that represents the recommended width of the . Arranges items inside a . Initializes a new instance of the class. Arranges and sizes items inside a . The size that the assumes to position its children. The size of the panel. Remeasures a toolbar panel. The measurement constraints; a cannot return a size larger than the constraint. The desired size of the panel. Represents a control primitive that handles the positioning and sizing of a control and two controls that are used to set a . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Creates the layout for the . The area that is provided for the . The to use for the content. Gets the child of the at the specified index. The index of the child. The specified index is greater than the value of the property minus one (1). Returns the object of the at the specified index in the list of visual child elements. The index must be a number between zero (0) and the value of the property minus one (1). Measures the layout size that is required for the and its components. The size of the available space for the track. The layout that is required by the . Calculates the change in the of the when the moves. The horizontal displacement of the . The vertical displacement of the . The change in that corresponds to the displacement of the of the . Calculates the distance from the to a specified point along the . The specified point. The distance between the and the specified value. Gets the that decreases the property of the . The that reduces the of the control when the is pressed. The default is a control that has default settings. Gets the that increases the property of the class. The that increases the of the control when the is pressed. The default is a control that has default settings. Gets or sets whether the direction of increasing is reversed from the default direction. if the and the exchanged positions and the direction of increasing value is reversed; otherwise . The default is . Gets or sets the maximum possible of the . The largest allowable for the . The default is 1. Gets or sets the minimum possible of the . The smallest allowable for the . The default is 0. Gets or sets a value that indicates whether the is displayed horizontally or vertically. An enumeration value that indicates whether the is displayed horizontally or vertically. The default is . Gets the control that is used to change the of a . The control that is used with the . The default is a control that has default settings. Gets or sets the current value of the as determined by the position of the control. The current value of the . The default is 0. Gets or sets the size of the part of the scrollable content that is visible. The size of the visible area of the scrollable content. The default is , which means that the content size is not defined. Gets the number of child elements of a . An integer between 0 and 2 that specifies the number of child elements in the . Provides a way to arrange content in a grid where all the cells in the grid have the same size. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Defines the layout of the by distributing space evenly among all of the child elements. The of the area for the grid to use. The actual of the grid that is rendered to display the child elements that are visible. Computes the desired size of the by measuring all of the child elements. The of the available area for the grid. The desired based on the child content of the grid and the parameter. Gets or sets the number of columns that are in the grid. The number of columns that are in the grid. The default is 0. Gets or sets the number of leading blank cells in the first row of the grid. The number of empty cells that are in the first row of the grid. The default is 0. Gets or sets the number of rows that are in the grid. The number of rows that are in the grid. The default is 0. Invokes a standard Microsoft Windows print dialog box that configures a and according to user input and then prints a document. Initializes a new instance of the class. Prints a object to the that is currently selected. The object to print. A description of the job that is to be printed. This text appears in the user interface (UI) of the printer. is . Prints a visual (non-text) object, which is derived from the class, to the that is currently selected. The to print. A description of the job that is to be printed. This text appears in the user interface (UI) of the printer. is . Invokes the as a modal dialog box. if a user clicks Print; if a user clicks Cancel; or if a user closes the dialog box without clicking Print or Cancel. Gets or sets a value that indicates whether the option to print the current page is enabled. if the option to print the current page is enabled; otherwise, . Gets or sets the highest page number that is allowed in page ranges. The property is being set to less than 1. A that represents the highest page number that can be used in a page range in the Print dialog box. Gets or sets the lowest page number that is allowed in page ranges. The property is being set to less than 1. A that represents the lowest page number that can be used in a page range in the Print dialog box. Gets or sets the range of pages to print when is set to . The object that is being used to set the property has either the beginning of the range or the end of the range set to a value that is less than 1. A that represents the range of pages that are printed. Gets or sets the for this instance of . The value that represents the type of page range to print. Gets the height of the printable area of the page. A that represents the height of the printable page area. Gets the width of the printable area of the page. A that represents the width of the printable page area. Gets or sets a that represents the printer that is selected. The that the user selected. Gets or sets the that is used by the when the user clicks Print for the current print job. A that is used the next time the Print button in the dialog box is clicked. Setting this property does not validate or modify the specified for a particular . If needed, use the method to create a -specific that is valid for a given printer. Gets or sets a value that indicates whether the option to print the selected pages is enabled. if the option to print the selected pages is enabled; otherwise, . Gets or sets a value that indicates whether users of the Print dialog box have the option to specify ranges of pages to print. if the option is available; otherwise, . The exception that is thrown when an error condition occurs during the opening, accessing, or using of a PrintDialog. Initializes a new instance of the class. Initializes a new instance of the class that provides specific and . This constructor is protected. The data that is required to serialize or deserialize an object. The context, including source and destination, of the serialized stream. Initializes a new instance of the class that provides a specific error condition, including its underlying cause. The that describes the error condition. The underlying error condition that caused the . Initializes a new instance of the class that provides a specific error condition in a . A that describes the error condition. Indicates the progress of an operation. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Called when a template is applied to a . Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. The type-specific implementation. Updates the current position of the when the property changes. Old value of the property. New value of the property. Updates the current position of the when the property changes. Old value of the property. New value of the property. Updates the current position of the when the property changes. Old value of the property. New value of the property. Gets or sets whether the shows actual values or generic, continuous progress feedback. if the shows actual values; if the shows generic progress. The default is . Gets or sets the orientation of a : horizontal or vertical. One of the values. The default is . Represents a button that can be selected, but not cleared, by a user. The property of a can be set by clicking it, but it can only be cleared programmatically. Identifies the dependency property. Initializes a new instance of the class. Called when the for a radio button is invoked. Provides data for . Called when the property becomes . Provides data for . Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. The type-specific implementation. Called by the method to implement a control's toggle behavior. Gets or sets the name that specifies which controls are mutually exclusive. The name that specifies which controls are mutually exclusive. The default is an empty string. Represents a rich editing control which operates on objects. Identifies the dependency property. Initializes a new, default instance of the class. Initializes a new instance of the class, adding a specified as the initial content. A to be added as the initial contents of the new . Returns a that points to the next spelling error in the contents of the . A indicating a position from which to search for the next spelling error. A in which to search for the next spelling error, starting at the specified position. A that points to the next spelling error in the contents of the , or if no next spelling error exists. Returns a that points to the insertion point closest to the specified position. A object specifying the position to retrieve a for. If , this method always returns a specifying the closest insertion position for the specified, regardless or whether or not the supplied is inside a character's bounding box. If , this method returns if the specified does not fall within any character bounding box. Raised if layout information for the is not current. A specifying the closest insertion position for the supplied point, or if is and the supplied is not within any character's bounding box. Note that the returned is usually the position between two characters. Use the property of the returned to determine which of the two characters the corresponds to. Returns a object associated with any spelling error at a specified position in the contents of the . A that specifies a position and logical direction that resolves to a character to examine for a spelling error. Use the property of this to specify the direction of the character to examine. A object containing the details of the spelling error found at the character indicated by , or if no spelling error exists at the specified character. Returns a object covering any misspelled word at a specified position in the contents of the . A that specifies a position and logical direction that resolves to a character to examine for a spelling error. Use the property of this to specify the direction of the character to examine. A object covering any misspelled word that includes the character specified by , or if no spelling error exists at the specified character. Called to re-measure the . A structure specifying constraints on the size of the . A structure indicating the new size of the . Creates and returns an object for this . An object for this . Called when the DPI at which this Rich Text Box is rendered changes. The previous DPI scale setting. The new DPI scale setting. Returns a value that indicates whether or not the effective value of the property should be serialized during serialization of a object. if the property should be serialized; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets or sets the position of the input caret. An attempt is made to set this property to . An attempt is made to set this property to a that references a position outside of the current document. A object specifying the position of the input caret. By default, the caret is at the first insertion position at the beginning of the content hosted by the . See for more information on text position terminology like "insertion position". Gets or sets the that represents the contents of the . An attempt is made to set this property to . An attempt is made to set this property to a that represents the contents of another . This property is set while a change block has been activated. A object that represents the contents of the . By default, this property is set to an empty . Specifically, the empty contains a single , which contains a single which contains no text. Gets or sets a value that indicates whether the user can interact with and objects within the . if the user can interact with and objects within the ; otherwise, . Gets an enumerator that can iterate the logical children of the . An enumerator for the logical children. Gets a object containing the current selection in the . A object containing the current selection in the . The default returned has an property value of . An empty renders as a caret in the text area with no selection. Defines row-specific properties that apply to elements. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets a value that represents the calculated height of the . A that represents the calculated height in device independent pixels. The default value is 0.0. Gets the calculated height of a element, or sets the value of a row that is defined by the . The that represents the height of the row. The default value is 1.0. Gets or sets a value that represents the maximum height of a . A that represents the maximum height. Gets or sets a value that represents the minimum allowable height of a . A that represents the minimum allowable height. The default value is 0. Gets a value that represents the offset value of this . A that represents the offset of the row. The default value is 0.0. Provides access to an ordered, strongly typed collection of objects. Adds a element to a . Identifies the to add to the collection. Clears the content of the . Determines whether a given exists within a . Identifies the that is being tested. if the exists within the collection; otherwise . Copies an array of objects to a given index position within a . An array of objects. Identifies the index position within to which the objects are copied. is . is multidimensional. -or- The number of elements in the source is greater than the available space from index to the end of the destination array. is less than zero. Returns the index position of a given within a . The whose index position is desired. The index of if found in the collection; otherwise, -1. Inserts a at the specified index position within a . The position within the collection where the item is inserted. The to insert. is not a valid index in the . Removes a from a . The to remove from the collection. if the was found in the collection and removed; otherwise, . Removes a from a at the specified index position. The position within the collection at which the is removed. Removes a range of objects from a . The position within the collection at which the first is removed. The total number of objects to remove from the collection. Returns an enumerator that iterates through the collection. An object that can be used to iterate through the collection. Copies the elements of the collection to an , starting at a particular index. A zero-based that receives the copied items from the . The first position in the specified to receive the copied contents. Returns an enumerator that iterates through the collection. An object that can be used to iterate through the collection. Adds an item to the collection. The to add to the . The position into which the new element was inserted. Determines whether the collection contains a specific value. The to locate in the . if the is found in the ; otherwise, . Determines the index of a specific item in the collection. The to locate in the . The index of if found in the list; otherwise, -1. Inserts an item to the collection at the specified index. The zero-based index at which to insert the . The to insert into the . Removes the first occurrence of a specific object from the collection. The to remove from the . Gets the total number of items within this instance of . The total number of items in the collection. This property has no default value. Gets a value that indicates whether a is read-only. if the collection is read-only; otherwise . This property has no default value. Gets a value that indicates whether access to this is synchronized (thread-safe). if access to this collection is synchronized; otherwise, . Gets a value that indicates the current item within a . The current item in the collection. is not a valid index position in the collection. The element at the specified index. Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . Gets a value indicating whether the collection has a fixed size. if the has a fixed size; otherwise, . Gets or sets the element at the specified index. The zero-based index of the element to get or set. is not a valid index position in the list. The element at the specified index. Specifies the visibility of a for scrollable content. A appears and the dimension of the is applied to the content when the viewport cannot display all of the content. For a horizontal , the width of the content is set to the of the . For a vertical , the height of the content is set to the of the . A does not appear even when the viewport cannot display all of the content. The dimension of the content is set to the corresponding dimension of the parent. For a horizontal , the width of the content is set to the of the . For a vertical , the height of the content is set to the of the . A does not appear even when the viewport cannot display all of the content. The dimension of the is not applied to the content. A always appears. The dimension of the is applied to the content. For a horizontal , the width of the content is set to the of the . For a vertical , the height of the content is set to the of the . Describes a change in the scrolling state and contains the required arguments for a event. Performs proper type casting before invoking the type-safe delegate. The event handler to invoke, in this case the delegate. The target upon which the is invoked. Gets the updated height of the extent. A that represents the updated extent height. Gets a value that indicates the change in height of the extent. A that represents the change in extent height. Gets the updated width of the extent. A that represents the updated extent width. Gets a value that indicates the change in width of the extent. A that represents the change in extent width. Gets a value that indicates the change in horizontal offset for a . A that represents the change in horizontal offset for a . Gets the updated horizontal offset value for a . A that represents the updated value of the horizontal offset for a . Gets a value that indicates the change in vertical offset of a . A that represents the change in vertical offset of a . Gets the updated value of the vertical offset for a . A that represents the updated vertical offset of a . Gets the updated value of the viewport height for a . A that represents the updated viewport height of a . Gets a value that indicates the change in value of the viewport height for a . A that represents the change in vertical viewport height for a . Gets the updated value of the viewport width for a . A that represents the updated value of the viewport width for a . Gets a value that indicates the change in viewport width of a . A that represents the change in viewport width for a . Represents the method that will handle the routed event. The object where the event handler is attached. The event data. Displays the content of a control. Identifies the dependency property. Initializes a new instance of the class. Scrolls the content downward by one line. Scrolls the content to the left by a predetermined amount. Scrolls the content to the right by a predetermined amount. Scrolls the content upward by one line. Forces content to scroll until the coordinate space of a object is visible. The that becomes visible. The bounding rectangle that identifies the coordinate space to make visible. A that represents the visible region. Scrolls down within content after a user clicks the wheel button on a mouse. Scrolls left within content after a user clicks the wheel button on a mouse. Scrolls right within content after a user clicks the wheel button on a mouse. Scrolls up within content after a user clicks the wheel button on a mouse. Invoked when an internal process or application calls , which is used to build the visual tree of the current template. Scrolls down within content by one page. Scrolls left within content by one page. Scrolls right within content by one page. Scrolls up within content by one page. Sets the amount of horizontal offset. The degree to which content is horizontally offset from the containing viewport. Sets the amount of vertical offset. The degree to which content is vertically offset from the containing viewport. Gets the on which adorners are rendered. The on which adorners are rendered. Indicates whether the content, if it supports , should be allowed to control scrolling. if the content is allowed to scroll; otherwise, . A value indicates that the acts as the scrolling client. This property has no default value. Gets or sets a value that indicates whether scrolling on the horizontal axis is possible. if scrolling is possible; otherwise, . This property has no default value. Gets or sets a value that indicates whether scrolling on the vertical axis is possible. if scrolling is possible; otherwise, . This property has no default value. Gets the vertical size of the extent. The vertical size of the extent. This property has no default value. Gets the horizontal size of the extent. The horizontal size of the extent. This property has no default value. Gets the horizontal offset of the scrolled content. The horizontal offset. This property has no default value. Gets or sets a element that controls scrolling behavior. The element that controls scrolling behavior. This property has no default value. Gets the vertical offset of the scrolled content. The vertical offset of the scrolled content. Valid values are between zero and the minus the . This property has no default value. Gets the vertical size of the viewport for this content. The vertical size of the viewport for this content. This property has no default value. Gets the horizontal size of the viewport for this content. The horizontal size of the viewport for this content. This property has no default value. Specifies the type of unit that is used by the attached property. The is measured in terms of the items that are displayed in the panel. The is measured in terms of device-independent units (1/96th inch per unit). Represents a scrollable area that can contain other visible elements. Occurs when changes are detected to the scroll position, extent, or viewport size. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges the content of the . The final area within the parent that this element should use to arrange itself and its children. Gets the value of the dependency property from a given element. The element from which the property value is read. if this element can scroll; otherwise, . Gets the value of the dependency property from a given element. The element from which the property value is read. The value of the dependency property. Returns the value of the property for the specified object. The object from which to get . if the content is stationary when the user drags the of a ; otherwise, . Returns the value of the property for the specified object. The element from which the property value is read. The rate slows in device-independent units (1/96th inch per unit) per squared millisecond. Returns the value of the property for the specified object. The element from which the property value is read. A value that specifies how reacts to touch manipulation. Returns the value of the property for the specified object. The element from which the property value is read. The ratio of scrolling offset to translate manipulation offset. Gets the value of the dependency property from a given element. The element from which the property value is read. The value of the dependency property. Performs a hit test to determine whether the specified points are within the bounds of this . The parameters for hit testing within a visual object. The result of the hit test. Called by an interface that is attached to a when the value of any scrolling property size changes. Scrolling properties include offset, extent, or viewport. Scrolls the content downward by one line. Scrolls the content to the left by a predetermined amount. Scrolls the content to the right by a predetermined amount. Scrolls the content upward by one line. Measures the content of a element. The upper limit that should not be exceeded. The computed desired limit of the element. Called when an internal process or application calls , which is used to build the current template's visual tree. Provides an appropriate implementation for this control, as part of the Windows Presentation Foundation (WPF) automation infrastructure. The appropriate implementation for this control. Responds to specific keyboard input and invokes associated scrolling behavior. Required arguments for this event. Called when the event occurs. The event data. Called when the event occurs. The event data. Called when the event occurs. The event data. Called when the event occurs. The event data. Responds to a click of the left mouse button. Required arguments that describe this event. Responds to a click of the mouse wheel. Required arguments that describe this event. Called when a change in scrolling state is detected, such as a change in scroll position, extent, or viewport size. The that contain information about the change in the scrolling state. Called when a tap gesture initiated by a stylus is detected. The that contains information about the gesture. Scrolls the content downward by one page. Scrolls the content to the left by one page. Scrolls the content to the right by one page. Scrolls the content upward by one page. Scrolls vertically to the end of the content. Scrolls to the end of the content. Scrolls to the beginning of the content. Scrolls the content within the to the specified horizontal offset position. The position that the content scrolls to. Scrolls horizontally to the beginning of the content. Scrolls horizontally to the end of the content. Scrolls vertically to the beginning of the content. Scrolls the content within the to the specified vertical offset position. The position that the content scrolls to. Sets the value of the dependency property to a given element. The element on which to set the property value. The property value to set. Sets the value of the dependency property to a given element. The element on which to set the property value. The property value to set. Sets the property for the specified object. The object on which to set the property. to have the content remain stationary when the user drags the of a ; otherwise, . Sets the property for the specified object. The object on which to set the property. The rate slows in device-independent units (1/96th inch per unit) per squared millisecond. Sets the property for the specified object. The object on which to set the property. A value that specifies how reacts to touch manipulation. Sets the property for the specified object. The object on which to set the property. The ratio of scrolling offset to translate manipulation offset. Sets the value of the dependency property to a given element. The element on which to set the property value. The property value to set. Gets or sets a value that indicates whether elements that support the interface are allowed to scroll. if the scrolls in terms of logical units; if the scrolls in terms of physical units. The default is . Gets a value that indicates whether the horizontal is visible. A that indicates whether the horizontal scroll bar is visible. The default is . Gets a value that indicates whether the vertical is visible. A that indicates whether the vertical scroll bar is visible. The default is . Gets the horizontal offset of the visible content. The horizontal offset of the visible content. Gets the vertical offset of the visible content. The vertical offset of the visible content. Gets a value that contains the vertical size of the extent. A that represents the vertical size of the extent. The default is 0.0. Gets a value that contains the horizontal size of the extent. A that represents the horizontal size of the extent. The default is 0.0. Gets a value that indicates that a control has a defined in its style that defines custom keyboard scrolling behavior. if this control defines custom keyboard scrolling behavior; otherwise, . Gets a value that contains the horizontal offset of the scrolled content. A that represents the horizontal offset of the scrolled content. The default is 0.0. Gets or sets a value that indicates whether a horizontal should be displayed. A value that indicates whether a horizontal should be displayed. The default is . Gets or sets a value that indicates whether the content is stationary when the user drags the of a . if the content is stationary when the user drags the of a ; otherwise, . Gets or sets the rate slows in device-independent units (1/96th inch per unit) per squared millisecond when in inertia. The rate slows in device-independent units (1/96th inch per unit) per squared millisecond. Gets or sets the way reacts to touch manipulation. A value that specifies how reacts to touch manipulation. The default is . Gets or sets the ratio of scrolling offset to translate manipulation offset. The ratio of scrolling offset to translate manipulation offset. The default is 1. Gets a value that represents the vertical size of the content element that can be scrolled. A that represents the vertical size of the content element that can be scrolled. This property has no default value. Gets a value that represents the horizontal size of the content element that can be scrolled. A that represents the horizontal size of the content element that can be scrolled. This property has no default value. Gets or sets the element that implements the interface and provides values for scrolling properties of this . The element that controls scrolling properties, such as extent, offset, or viewport size. This property has no default value. Gets a value that contains the vertical offset of the scrolled content. A that represents the vertical offset of the scrolled content. The default is 0.0. Gets or sets a value that indicates whether a vertical should be displayed. A value that indicates whether a vertical should be displayed. The default is . Gets a value that contains the vertical size of the content's viewport. A that represents the vertical size of the content's viewport. This property has no default value. Gets a value that contains the horizontal size of the content's viewport. A that represents the horizontal size of the content's viewport. The default is 0.0. Provides data for the event. Initializes a new instance of the class with the specified cells added to and removed from the selection. The cells added to the selection. The cells removed from the selection. or is . Initializes a new instance of the class with the specified cells added to and removed from the selection. The cells added to the selection. The cells removed from the selection. or is . Gets the cells that were added to the selection. The added cells. Gets the list of cells removed from the selection. The list of cells removed. Represents the method that will handle the event of a . The source of the event. The data for the event. Represents a set of selected dates in a . Initializes a new instance of the class. The associated with this collection. Adds all the dates in the specified range, which includes the first and last dates, to the collection. The first date to add to the collection. The last date to add to the collection. Provides data for the event. Initializes a new instance of the class. The event identifier (ID). The items that were unselected during this event. The items that were selected during this event. Performs the proper type casting to call the type-safe delegate for the event. The handler to invoke. The current object along the event's route. Gets a list that contains the items that were selected. The items that were selected since the last time the event occurred. Gets a list that contains the items that were unselected. The items that were unselected since the last time the event occurred. Represents the method that will handle the routed event. The object where the event handler is attached. The event data. Defines the selection behavior for a . The user can select multiple consecutive items while holding down the SHIFT key. The user can select multiple items without holding down a modifier key. The user can select only one item at a time. Specifies the direction that panels can scroll. The panel scrolls in both the horizontal and vertical direction. The panel scrolls in the horizontal direction only. The panel does not scroll. The panel scrolls in the vertical direction only. Control that is used to separate items in items controls. Initializes a new instance of the class. Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. The type-specific implementation. Represents a control that lets the user select from a range of values by moving a control along a . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges the content of a and determines its . The computed that is used to arrange the control. The computed of the . Builds the visual tree for the control. Creates an for the . A for the . Responds to the command. Responds to a command. Responds to an command. Responds to an command. Responds to the command. Responds to a change in the value of the property. The old value of the property. The new value of the property. Responds to a command. Responds to a change in the value of the property. The old value of the property. The new value of the property. Provides class handling for the routed event. The event data. Provides class handling for the event that occurs when the user stops dragging the of the . The event data. Provides class handling for the event that occurs when the user drags the of the . The event data. Provides class handling for the event that occurs when the user starts to drag the of the . The event data. Updates the current position of the when the property changes. The old of the . The new of the . Gets or sets whether a tooltip that contains the current value of the displays when the is pressed. If a tooltip is displayed, this property also specifies the placement of the tooltip. One of the values that determines where to display the tooltip with respect to the of the , or that specifies to not show a tooltip. The default is , which specifies that a tooltip is not displayed. Gets or sets the number of digits that are displayed to the right side of the decimal point for the of the in a tooltip. is set to a value other than a non-negative integer. The precision of the that displays in the tooltip, specified as the number of digits that appear to the right of the decimal point. The default is zero (0). Gets a command that decreases the value of the by the same amount as the property. The that decreases the value of the by the same amount as the property. The default is . Gets a command that decreases the value of the by the same amount as the property. The that decreases the value of the by the same amount as the property. The default objects are and . Gets or sets the amount of time in milliseconds that a waits, while it is pressed, before a command to move the executes, such as a command. A time delay in milliseconds. The default is the system key press delay. For more information, see . Gets a command that increases the value of the slider by the same amount as the property. The that increases the value of the by the same amount as the property. The default for this command is . Gets a command that increases the value of the slider by the same amount as the property. Returns the that increases the value of the slider by the same amount as the property. The default objects for this command are and . Gets or sets the amount of time in milliseconds between increase or decrease commands when a user clicks the of a . A time in milliseconds between commands that change the of a . The default is the system key repeat rate. For more information, see SystemParametersInfo (SPI_GETKEYBOARDSPEED). Gets or sets the direction of increasing value. if the direction of increasing value is to the left for a horizontal slider or down for a vertical slider; otherwise, . The default is . Gets or sets a value that indicates whether the of a moves immediately to the location of the mouse click that occurs while the mouse pointer pauses on the track. if the moves immediately to the location of a mouse click; otherwise, . The default is . Gets or sets a value that indicates whether the displays a selection range along the . if a selection range is displayed; otherwise, . The default is . Gets or sets a value that indicates whether the automatically moves the to the closest tick mark. if the requires the position of the to be a tick mark; otherwise, . The default is . Gets a command that sets the to the value. The to use. The default is . Gets a command that sets the to the value. The to use. The default is . Gets or sets the orientation of a . One of the values. The default is . Gets or sets the largest value of a specified selection for a . The largest value of a selected range of values of a . The default is zero (0.0). Gets or sets the smallest value of a specified selection for a . The smallest value of a selected range of values of a . The default is zero (0.0). Gets or sets the interval between tick marks. The distance between tick marks. The default is (1.0). Gets or sets the position of tick marks with respect to the of the . A value that defines how to position the tick marks in a with respect to the slider bar. The default is . Gets or sets the positions of the tick marks to display for a . A set of tick marks to display for a . The default is . Represents a lightweight audio playback used to play .wav files. Identifies the dependency property. Initializes a new instance of the class. Releases the resources used by the class. Gets or sets the audio source location. The audio source location. Provides real-time spell-checking functionality to text-editing controls, such as and . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Gets the collection of lexicon file locations that are used for custom spelling checkers on a specified text-editing control. The text-editing control whose collection of lexicon files is retrieved. The is . The collection of lexicon file locations. Returns a value that indicates whether the spelling checker is enabled on the specified text-editing control. The text-editing control to check. Example controls include and . The is . if the spelling checker is enabled on the text-editing control; otherwise, . Enables or disables the spelling checker on the specified text-editing control, such as or . The text-editing control on which to enable or disable the spelling checker. Example controls include and . A Boolean value that specifies whether the spelling checker is enabled on the text-editing control. Determines the spelling reform rules that are used by the spelling checker. The text-editing control to which the spelling checker is applied. Example controls include and . The value that determines the spelling reform rules. Gets the collection of lexicon file locations that are used for custom spell checking. The collection of lexicon file locations. Gets or sets a value that determines whether the spelling checker is enabled on this text-editing control, such as or . if the spelling checker is enabled on the control; otherwise, . The default value is . Gets or sets the spelling reform rules that are used by the spelling checker. The spelling reform rules that are used by the spelling checker. The default value is for French and for German. Represents a misspelled word in an editing control (i.e. or ). Replaces the spelling error text with the specified correction. The text used to replace the misspelled text. Instructs the control to ignore this error and any duplicates for the remainder of the lifetime of the control. Gets a list of suggested spelling replacements for the misspelled word. The collection of spelling suggestions for the misspelled word. Specifies the spelling reform rules used by the spellchecker of the text editing control (i.e. or ). Use spelling rules from after the spelling reform. Use spelling rules from both before and after the spelling reform. Use spelling rules from before the spelling reform. Arranges child elements into a single line that can be oriented horizontally or vertically. Identifies the dependency property. Initializes a new instance of the class. Arranges the content of a element. The that this element should use to arrange its child elements. The that represents the arranged size of this element and its child elements. Scrolls content downward by one logical unit. Scrolls content by one logical unit to the left. Scrolls content by one logical unit to the right. Scrolls content by one logical unit upward. Scrolls to the specified coordinates and makes that part of a visible. The that becomes visible. The that represents coordinate space within a visual. A in the coordinate space that is made visible. Measures the child elements of a in anticipation of arranging them during the pass. An upper limit that should not be exceeded. The that represents the desired size of the element. Scrolls content logically downward in response to a click of the mouse wheel button. Scrolls content logically to the left in response to a click of the mouse wheel button. Scrolls content logically to the right in response to a click of the mouse wheel button. Scrolls content logically upward in response to a click of the mouse wheel button. Scrolls content logically downward by one page. Scrolls content logically to the left by one page. Scrolls content logically to the right by one page. Scrolls content logically upward by one page. Sets the value of the property. The value of the property. Sets the value of the property. The value of the property. Gets or sets a value that indicates whether a can scroll in the horizontal dimension. if content can scroll in the horizontal dimension; otherwise, . Gets or sets a value that indicates whether content can scroll in the vertical dimension. if content can scroll in the vertical dimension; otherwise, . The default value is . Gets a value that contains the vertical size of the extent. The that represents the vertical size of the extent. The default value is 0.0. Gets a value that contains the horizontal size of the extent. that represents the horizontal size of the extent. The default value is 0.0. Gets a value that indicates if this has vertical or horizontal orientation. This property always returns . Gets a value that contains the horizontal offset of the scrolled content. The that represents the horizontal offset of the scrolled content. The default value is 0.0. Gets a value that represents the of the . An value. Gets or sets a value that indicates the dimension by which child elements are stacked. The of child content. Gets or sets a value that identifies the container that controls scrolling behavior in this . The that owns scrolling for this . This property has no default value. Gets a value that contains the vertical offset of the scrolled content. The that represents the vertical offset of the scrolled content. The default value is 0.0. Gets a value that contains the vertical size of the content's viewport. The that represents the vertical size of the content's viewport. The default value is 0.0. Gets a value that contains the horizontal size of the content's viewport. The that represents the vertical size of the content's viewport. The default value is 0.0. Represents a control that lets users attach typed text or handwritten annotations to documents. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Represents a command whose method deletes a . Represents a command whose method will switch the cursor in an ink sticky note to one of several possible modes, including draw and erase. Gets the Xml type of the ink sticky note annotation. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Gets the Xml type of the text sticky note annotation. Registers event handlers for all the children of a template. Gets an object that provides information about the annotated object. An object that provides information about the annotated object. Gets the name of the author who created the sticky note. The name of the author who created the sticky note. Gets or sets the font family of the caption for the . A for the control's caption. The default is the value of . Gets or sets the size of the font used for the caption of the . A representing the font size. The default is the value of . Gets or sets the degree to which the font used for the caption of the is stretched. A structure representing the degree of stretching compared to a font's normal aspect ratio. The default is . Gets or sets the style of the font used for the caption of the . A structure representing the style of the caption as normal, italic, or oblique. The default is the value of . Gets or sets the weight of the font used for the caption of the . A structure representing the weight of the font, for example, bold, ultrabold, or extralight. The default is the value of . Gets a value indicating whether the is active. if the control is active; otherwise, . The default is . Gets or sets a value indicating whether the is expanded. if the control is expanded; otherwise, . The default is . Gets a value indicating whether the mouse cursor is over the anchor of the . if the mouse cursor is over the anchor; otherwise, . The default is . Gets or sets the width of the pen for an ink . A representing the width of the pen. The default is the value of . Gets a value that indicates whether the sticky note is text or ink. A value indicating the type of note. The default is . Specifies whether a accepts text or ink. An ink sticky note. A text sticky note. Describes how scaling applies to content and restricts scaling to named axis types. The content stretches to fit the parent according to the mode. The content scales downward only when it is larger than the parent. If the content is smaller, no scaling upward is performed. The content scales upward only when it is smaller than the parent. If the content is larger, no scaling downward is performed. Provides a way to apply styles based on custom logic. Initializes a new instance of the class. When overridden in a derived class, returns a based on custom logic. The content. The element to which the style will be applied. Returns an application-specific style to apply; otherwise, . Represents a control that contains multiple items that share the same space on the screen. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the .class. Creates or identifies the element used to display the specified item. The element used to display the specified item. Determines if the specified item is (or is eligible to be) its own . Specified item. Returns if the item is its own ; otherwise, . Called when is called. Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. The type-specific implementation. Called when is set to . Provides data for the event. Called to update the current selection when items change. The event data for the event. Provides class handling for the routed event that occurs when the user presses a key. Provides data for . Raises the routed event. Provides data for . Gets a composite string that specifies how to format the contents of the objects if they are displayed as strings. A composite string that specifies how to format the contents of the objects if they are displayed as strings. Gets or sets the to apply to any that does not have a or property defined. The to apply to any that does not have a or property defined. The default is . Gets or sets a that provides custom logic for choosing the template that is used to display the content of the control. A . The default is . Gets the content of the currently selected . The content of the currently selected . The default is . Gets a composite string that specifies how to format the content of the currently selected if it is displayed as a string. A composite string that specifies how to format the content of the currently selected if it is displayed as a string. Gets the of the currently selected item. The of the selected item. Gets the of the currently selected item. The of the currently selected item. The default is . Gets or sets how tab headers align relative to the tab content. The alignment of tab headers relative to tab content. The default is . Represents a selectable item inside a . Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Responds when an for a is called. Provides data for . Called when the property changes. Old value of the content property. New value of the content property. Called when the property changes. Old value of the content template property. New value of the content template property. Called when the property changes. Old value of the content template selector. New value of the content template selector. Provides an appropriate implementation for this control, as part of the WPF automation infrastructure. The type-specific implementation. Responds to the event. Provides data for . Announces that the keyboard is focused on this element. Keyboard input event arguments. Called to indicate that the property has changed to . The event data for the event. Called to indicate that the property has changed to . The event data for the event. Gets or sets a value that indicates whether the is selected. if the is selected; otherwise, . The default is . Gets the tab strip placement. One of the values. The default is . Provides a lightweight control for displaying small amounts of flow content. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Initializes a new instance of the class, adding a specified element as the initial display content. An object deriving from the abstract class, to be added as the initial content. is . Positions child elements and determines a size for the . A within the hosting parent element that the should use to arrange itself and its child elements. Sizing constraints may affect this requested size. The actual used to arrange the element. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns a to the position closest to a specified . A in the coordinate space of the for which to return a . to return a to the insertion point closest to , whether or not is inside a character's bounding box; to return if is not inside a character's bounding box. Current, valid layout information for the control is unavailable. A to the specified point, or if is and the specified point does not fall within a character bounding box in the content area. Returns a read-only collection of bounding rectangles for a specified . A for which to generate and return a collection of bounding rectangles. is . A read-only collection of bounding rectangles for the specified . Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the child at a specified index. A zero-based index specifying the child to return. This value must be between 0 and ( minus 1) is not between 0 and ( minus 1) The child at the specified index. Returns a for specified . A object specifying the parameters to hit test for. is . A for the specified hit test parameters. Returns the at a specified within the . A , in the coordinate space of the , for which to return the corresponding . The found at the specified Point, or if no such can be found. Called to re-measure the . A structure specifying any constraints on the size of the . A structure indicating the new size of the . Called when a child element deriving from changes its . The child element whose has changed. Creates and returns an object for this . An object for this . Called when the value one or more hosted dependency properties changes. Arguments for the associated event. Renders the contents of a . The to render the control on. is . Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . is set to a non-positive value. Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Returns a value that indicates whether the effective value of the property should be serialized during serialization of a object. if the property should be serialized; otherwise, . Returns a value that indicates whether the effective value of the property should be serialized during serialization of a object. A serialization service manager object for this object. is . if the property should be serialized; otherwise, . Returns a value that indicates whether the effective value of the property should be serialized during serialization of a object. if the property should be serialized; otherwise, . This method supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that specifies the type of service object to get. A service object of type , or if there is no service object of type . This method supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe method instead. A for which to generate and return a collection of bounding rectangles. A read-only collection of bounding rectangles for the specified . This method supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe method instead. Mouse coordinates relative to the content host. The element that has been hit. This method supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe method instead. The child element whose has changed. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets or sets the used to fill the background of content area. The brush used to fill the background of the content area, or to not use a background brush. The default is . Gets or sets the amount by which each line of text is offset from the baseline. The amount by which each line of text is offset from the baseline, in device independent pixels. indicates that an optimal baseline offset is automatically calculated from the current font characteristics. The default is . Gets a that indicates how content should break after the current element. The conditions for breaking content after the current element. Gets a that indicates how content should break before the current element. The conditions for breaking content after the current element. Gets a to the end of content in the . A to the end of content in the . Gets a to the beginning of content in the . A to the beginning of content in the . Gets or sets the preferred top-level font family for the . A object specifying the preferred font family, or a primary preferred font family with one or more fallback font families. The default is the font determined by the value. Gets or sets the top-level font size for the . The desired font size to use in device independent pixels). The default is determined by the value. Gets or sets the top-level font-stretching characteristics for the . A member of the class specifying the desired font-stretching characteristics to use. The default is . Gets or sets the top-level font style for the . A member of the class specifying the desired font style. The default is determined by the value. Gets or sets the top-level font weight for the . A member of the class specifying the desired font weight. The default is determined by the value. Gets or sets the to apply to the text contents of the . The brush used to apply to the text contents. The default is . Gets an enumerator that can be used iterate the elements hosted by this . An enumerator that can iterate elements hosted by this . Gets an containing the top-level elements that comprise the contents of the . An containing the elements that comprise the contents of the . Gets or sets a value that indicates whether automatic hyphenation of words is enabled or disabled. to indicate that automatic breaking and hyphenation of words is enabled; otherwise, . The default is . Gets or sets the height of each line of content. is set to a non-positive value. The height of line, in device independent pixels, in the range of 0.0034 to 160000. A value of (equivalent to an attribute value of "Auto") indicates that the line height is determined automatically from the current font characteristics. The default is . Gets or sets the mechanism by which a line box is determined for each line of text within the . The mechanism by which a line box is determined for each line of text within the . The default is . Gets an enumerator that can iterate the logical children of the . An enumerator for the logical children. Gets or sets a value that indicates the thickness of padding space between the boundaries of the content area, and the content displayed by a . A structure specifying the amount of padding to apply, in device independent pixels. The default is . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe property instead. Elements hosted by the content host. Gets or sets the text contents of a . The text contents of this . Note that all non-text content is stripped out, resulting in a plain text representation of the contents. The default is . Gets or sets a value that indicates the horizontal alignment of text content. One of the values that specifies the desired alignment. The default is . Gets or sets a that contains the effects to apply to the text of a . A collection that contains text decorations to apply to this element. The default is (no text decorations applied). Gets or sets the effects to apply to the text content in this element. A containing one or more objects that define effects to apply to the text of the . The default is (no effects applied). Gets or sets the text trimming behavior to employ when content overflows the content area. One of the values that specifies the text trimming behavior to employ. The default is . Gets or sets how the should wrap text. One of the values. The default is . Gets the currently effective typography variations for the contents of this element. A object that specifies the currently effective typography variations. For a list of default typography values, see . Gets the number of children hosted by the . The number of visual children hosted by the . Represents a control that can be used to display or edit unformatted text. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Clears all the content from the text box. Returns the zero-based character index for the first character in the specified line. The zero-based index of the line to retrieve the initial character index for. The zero-based index for the first character in the specified line. Returns the zero-based index of the character that is closest to the specified point. A point in coordinate-space for which to return an index. to return the nearest index if there is no character at the specified point; to return -1 if there is no character at the specified point. The index of the character that is closest to the specified point, or -1 if no valid index can be found. Returns the line index for the first line that is currently visible in the text box. The zero-based index for the first visible line in the text box. Returns the line index for the last line that is currently visible in the text box. The zero-based index for the last visible line in the text box. Returns the zero-based line index for the line that contains the specified character index. The zero-based character index for which to retrieve the associated line index. The zero-based index for the line that contains the specified character index. Returns the number of characters in the specified line. The zero-based line index for which to return a character count. The number of characters in the specified line. Returns the text that is currently displayed on the specified line. The zero-based line index for which to retrieve the currently displayed text. A string containing a copy of the text currently visible on the specified line. Returns the beginning character index for the next spelling error in the contents of the text box. The zero-based character index indicating a position from which to search for the next spelling error. One of the values that specifies the direction in which to search for the next spelling error, starting at the specified . The character index for the beginning of the next spelling error in the contents of the text box, or -1 if no next spelling error exists. Returns the rectangle for the leading or trailing edge of the character at the specified index. The zero-based character index of the character for which to retrieve the rectangle. to get the trailing edge of the character; to get the leading edge of the character. is negative or is greater than the length of the content. A rectangle for an edge of the character at the specified character index, or if a bounding rectangle cannot be determined. Returns the rectangle for the leading edge of the character at the specified index. The zero-based character index of the character for which to retrieve the rectangle. A rectangle for the leading edge of the character at the specified character index, or if a bounding rectangle cannot be determined. Returns a object associated with any spelling error at the specified character index. The zero-based character index of a position in content to examine for a spelling error. A object containing the details of the spelling error found at the character indicated by , or if no spelling error exists at the specified character. Returns the length of any spelling error that includes the specified character. The zero-based character index of a position in content to examine for a spelling error. The length of any spelling error that includes the character specified by charIndex, or 0 if the specified character is not part of a spelling error. Returns the beginning character index for any spelling error that includes the specified character. The zero-based character index of a position in content to examine for a spelling error. The beginning character index for any spelling error that includes the character specified by , or -1 if the specified character is not part of a spelling error. Sizes the text box to its content. A structure that specifies the constraints on the size of the text box. A structure indicating the new size of the text box. Creates and returns an object for the text box. An object for the text box. Called when one or more of the dependency properties that exist on the element have had their effective values changed. Arguments for the associated event. Scrolls the line at the specified line index into view. The zero-based line index of the line to scroll into view. Selects a range of text in the text box. The zero-based character index of the first character in the selection. The length of the selection, in characters. or is negative. Returns a value that indicates whether the effective value of the property should be serialized during serialization of the object. A serialization service manager object for this object. is . if the property should be serialized; otherwise, . Throws an exception in all cases. An object to add as a child. is . In all other cases. Adds the text content of a node to the object. A string to add to the object. Gets or sets the insertion position index of the caret. The zero-based insertion position index of the caret. Gets or sets how characters are cased when they are manually entered into the text box. One of the values that specifies how manually entered characters are cased. The default is . Gets the total number of lines in the text box. The total number of lines in the text box, or -1 if layout information is not available. Gets an enumerator for the logical child elements of the . An enumerator for the logical child elements of the . Gets or sets the maximum number of characters that can be manually entered into the text box. The maximum number of characters that can be manually entered into the text box. The default is 0, which indicates no limit. Gets or sets the maximum number of visible lines. is less than . The maximum number of visible lines. The default is Int32.MaxValue. Gets or sets the minimum number of visible lines. is greater than . The minimum number of visible lines. The default is 1. Gets or sets the content of the current selection in the text box. The currently selected text in the text box. Gets or sets a value indicating the number of characters in the current selection in the text box. is set to a negative value. The number of characters in the current selection in the text box. The default is 0. Gets or sets a character index for the beginning of the current selection. is set to a negative value. The character index for the beginning of the current selection. Gets or sets the text contents of the text box. A string containing the text contents of the text box. The default is an empty string (""). Gets or sets the horizontal alignment of the contents of the text box. One of the values that specifies the horizontal alignment of the contents of the text box. The default is . Gets the text decorations to apply to the text box. A collection that contains text decorations to apply to the text box. The default is (no text decorations applied). Gets or sets how the text box should wrap text. One of the values that indicates how the text box should wrap text. The default is . Gets the currently effective typography variations for the text contents of the text box. A object that specifies the currently effective typography variations. For a list of default typography values, see . Contains information about the changes that occur in the event. Gets or sets the number of symbols that have been added to the control. The number of symbols that have been added to the control. Gets or sets the position at which the change occurred. The position at which the change occurred. Gets or sets the number of symbols that have been removed from the control. The number of symbols that have been removed from the control. Provides data for the event. Initializes a new instance of the class, using the specified event ID, undo action, and text changes. The event identifier (ID). The caused by the text change. The changes that occurred during this event. For more information, see . Initializes a new instance of the class, using the specified event ID and undo action. The event identifier (ID). The caused by the text change. Performs the proper type casting to call the type-safe delegate for the event. The handler to invoke. The current object along the event's route. Gets a collection of objects that contains information about the changes that occurred. A collection of objects that contains information about the changes that occurred. Gets how the undo stack is caused or affected by this text change. The appropriate for this text change. Represents the method that will handle the routed event. The object where the event handler is attached. The event data. Enables a user to quickly access items in a set by typing prefixes of strings. Identifies the attached property. Identifies the attached property. Returns the string to that identifies the specified item. The element from which the property value is read. The string that identifies the specified item. Returns the name of the property that identifies an item in the specified element's collection. The element from which the property value is read. The name of the property that identifies the item to the user. Writes the attached property value to the specified element. The element to which the property value is written. The string that identifies the item. Writes the attached property to the specified element. The element to which the property value is written. The name of the property that identifies an item. Gets or sets the string that identifies an item in a control's collection. Gets or sets the name of the items' property that identifies each item in a control's collection. Provides a container for a group of commands or controls. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the attached property. Identifies the dependency property. Identifies the dependency property. Identifies the attached property. Initializes a new instance of the class. Reads the value of the property from the specified element. The element from which to read the property. The value of the property. Reads the value of the property from the specified element. The element from which to read the property. The value of the property. Remeasures a . The measurement constraints. A cannot return a size larger than the constraint. The size of the . Provides an appropriate implementation for this control, as part of the WPF infrastructure. The type-specific implementation. Called when the property changes. The arguments for the event. Provides class handling for the routed event that occurs when a key is pressed on an item in the . The arguments for the event. Provides class handling for the routed event that occurs when the loses mouse capture. The arguments for the event. Prepares the specified element to display the specified item. The element that will display the item. The item to display. Writes the value of the property to the specified element. The element to write the property to. The property value to set. Gets or sets a value that indicates where the toolbar should be located in the . The band of the in which the toolbar is positioned. The default is 0. Gets or sets the band index number that indicates the position of the toolbar on the band. The position of a toolbar on the band of a . Gets the applied to buttons on a toolbar. A resource key that represents the default style for buttons on the toolbar. Gets the applied to check boxes on a . A resource key that represents the default style for check boxes on the . Gets the applied to combo boxes on a . A resource key that represents the default style for combo boxes on the toolbar. Gets a value that indicates whether the toolbar has items that are not visible. if there are items on the toolbar that are not visible; otherwise, . The default is . Gets a value that indicates whether the item is an overflow item. Gets or sets a value that indicates whether the overflow area is currently visible. if the overflow area is visible; otherwise, . Gets the applied to menus on a . A resource key that represents the default style for menus on the toolbar. Gets the orientation of the . The toolbar orientation. The default is . Gets or sets a value that indicates when an item should be placed in the overflow panel instead of in the main panel. Gets the applied to radio buttons on a toolbar. A resource key that represents the default style for radio buttons on the toolbar. Gets the applied to separators on a . A resource key that represents the default style for separators on the toolbar. Gets the applied to text boxes on a . A resource key that represents the default style for text boxes on the toolbar. Gets the applied to controls on a . A resource key that represents the default style for toggle buttons on the toolbar. Represents the container that handles the layout of a . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Called to arrange and size its children. The size that the assumes to position its children. The size of the control. Reads the value of the property from the specified element. The element from which to read the property. if the toolbar cannot be moved inside the toolbar tray; otherwise, . The default is . Gets the index number of the visible child. Index of the visual child. The index number of the visible child. Called to remeasure a . The measurement constraints; a cannot return a size larger than the constraint. The size of the control. Called when a is displayed to get the Drawing Context (DC) to use to render the . Drawing context to use to render the . Writes the value of the property to the specified element. The element to write the property to. The property value to set. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets or sets a brush to use for the background color of the . A brush to use for the background color of the . Gets or sets a value that indicates whether a can be moved inside a . if the toolbar cannot be moved inside the toolbar tray; otherwise, . The default is . Gets an enumerator to the logical child elements of a . An enumerator to the children of a element. Specifies the orientation of a . One of the values. The default is . Gets the collection of elements in the . A collection of objects. Gets the number of children that are currently visible. The number of visible objects in the . Represents a control that creates a pop-up window that displays information for an element in the interface. Occurs when a is closed and is no longer visible. Occurs when a becomes visible. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Responds to the event. The event information. Called when the property changes. The old value of the property. The new value of the property. Creates the implementation of for the control. A new for this control. Responds to the event. The event information. Responds to a change in the visual parent of a . The previous visual parent. Gets or sets the delegate handler method to use to position the . The delegate method that provides placement information for the . The default is . Gets or sets a value that indicates whether the control has a drop shadow. if the control has a drop shadow; otherwise, . The default is . Get or sets the horizontal distance between the target origin and the popup alignment point. The horizontal distance between the target origin and the popup alignment point. For information about the target origin and popup alignment point, see Popup Placement Behavior. The default is 0. Gets or sets a value that indicates whether a is visible. if the is visible; otherwise, . The default is . Gets or sets the orientation of the control when it opens, and specifies how the control behaves when it overlaps screen boundaries. A enumeration value that determines the orientation of the control when it opens, and that specifies how the control interacts with screen boundaries. The default is . Gets or sets the rectangular area relative to which the control is positioned when it opens. The structure that defines the rectangle that is used to position the control. The default is . Gets or sets the relative to which the is positioned when it opens. The that is the logical parent of the control. The default is . Gets or sets a value that indicates whether an open remains open until the user clicks the mouse when the mouse is not over the . Occurs when is set to when a tooltip is not open. if the stays open until it is closed by the user clicking the mouse button outside the ; otherwise, . The default is . Get or sets the vertical distance between the target origin and the popup alignment point. The vertical distance between the target origin and the popup alignment point. For information about the target origin and popup alignment point, see Popup Placement Behavior. The default is 0. Provides event information for events that occur when a tooltip opens or closes. Represents the method that will handle routed event that occur when a tooltip opens and closes. The object where the event handler is attached. The event data. Represents a service that provides properties and events to control the display and behavior of tooltips. Occurs when the closes. Occurs when the opens. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the event that is exposed by objects that use the service to display tooltips. Identifies the event that is exposed by objects that use the service to display tooltips. Identifies the attached property. Identifies the attached property. Adds a handler for the attached event. The or that listens to this event. The event handler to be added. Adds a handler for the attached event. The or that listens to this event. The event handler to be added. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Gets the value of the attached property for an object. The object from which the property value is read. The object's property value. Removes a handler for the attached event. The or that listens to this event. The event handler to be removed. Removes a handler for the attached event. The or that listens to this event. The event handler to be removed. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The value to set. Sets the value of the attached property for an object. The object to which the attached property is written. The desired value. Gets or sets the maximum time between the display of two tooltips where the second tooltip appears without a delay. The value of the property is less than zero (0). Gets or sets whether the tooltip displays a drop shadow effect. Gets or sets the offset from the left of the area that is specified for the tooltip by the and properties. Gets or sets the length of time before a tooltip opens. The value of the property is less than zero (0). Gets or sets whether a tooltip appears. Gets whether a tooltip is currently visible. Gets or sets the orientation of the tooltip when it opens, and specifies how the tooltip behaves when it overlaps screen boundaries. Gets or sets the rectangular area relative to which the tooltip is positioned. Gets or sets the object relative to which the tooltip is positioned. Gets or sets the amount of time that a tooltip remains visible. The value of the property is less than zero (0). Gets or sets whether a tooltip appears for an object that is not enabled. Gets or sets the content of a tooltip. Gets or sets the distance from the top of the area that is specified for the tooltip by the and properties. Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse. Occurs when the changes. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Expands the specified control and all its child elements. The to expand. if the specified and all its child elements were expanded; otherwise, . Creates a to use to display content. A new to use as a container for content. Determines whether the specified item is its own container or can be its own container. The object to evaluate. if is a ; otherwise, . Defines an for the control. A for the control. Raises the routed event. The data for the event. Provides class handling for an event when the keyboard focus changes for a . The event data. Provides class handling for an event that occurs when there is a change in the collection. The event data. Provides class handling for the event for a . The event data. Raises the event when the property value changes. Provides the item that was previously selected and the item that is currently selected for the event. Gets whether the can scroll. Always returns because the control has a in its style. Gets the selected item in a . The selected object in the , or if no item is selected. The default value is . Gets the value of the property that is the specified by for the . The value of the property that is specified by the for the , or if no item is selected. The default value is . Gets or sets the path that is used to get the of the in a . A string that contains the path that is used to get the . The default value is . Implements a selectable item in a control. Occurs when the property changes from to . Occurs when the property changes from to . Occurs when the property of a changes from to . Occurs when the property of a changes from to . Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identified by the routed event. Identified by the routed event. Initializes a new instance of the class. Arranges the content of the . The final area within the parent that the should use to arrange itself and its children. The actual size used by the . Expands the control and all its child elements. Creates a new to use to display the object. A new to use to display the object. Determines whether an object is a . The object to evaluate. if is a ; otherwise, . Raises a event when the property changes from to . The event arguments. Defines an for the . A object for the . Raises an event when the property changes from to . The event arguments. Provides class handling for the event. The event data. Provides class handling for the event that occurs when there is a change in the collection. The event data. Provides class handling for a event. The event data. Provides class handling for a event. The event data. Raises the routed event when the property changes from to . The event arguments. Raises the routed event when the property changes from to . The event arguments. Responds to a change in the visual parent of a . The previous visual parent. Gets or sets whether the nested items in a are expanded or collapsed. if the nested items of a are visible; otherwise, . The default is . Gets or sets whether a control is selected. if the is selected; otherwise, . The default is . Gets a value that indicates whether the containing has keyboard focus. if the containing has keyboard focus; otherwise, . The default is . Gets or sets an object that represents the viewport and cache sizes of the . An object that represents the viewport and cache sizes of the . Gets an object that represents the desired size of the , in pixels and in logical units. An object that represents the desired size of the , in pixels and in logical units. Gets a value that indicates whether the control's layout pass occurs at a lower priority. if the control's layout pass occurs at a lower priority; otherwise, . Gets or sets an object that represents the desired size of the control's items, in pixels and in logical units. An object that represents the desired size of the control's items, in pixels and in logical units. Gets the that displays the of the . The that displays the of the . Gets or sets a value that indicates whether the owning should virtualize its items. if the owning should virtualize its items; otherwise, . Represents an ordered collection of child elements. Initializes a new instance of the class. The parent of the collection. The logical parent of the elements in the collection. Adds the specified element to the . The to add. The index position of the added element. Removes all elements from a . Clears the logical parent of an element when the element leaves a . The whose logical parent is being cleared. Determines whether a specified element is in the . The element to find. if the specified is found in the collection; otherwise, . Copies a from a to an array, starting at a specified index position. An array into which the collection is copied. The index position of the element where copying begins. Copies a from a to an array, starting at a specified index position. An array of objects. The index position of the element where copying begins. Returns an enumerator that can iterate the . An that can list the members of this collection. Returns the index position of a specified element in a . The element whose index position is required. The index position of the element. -1 if the element is not in the collection. Inserts an element into a at the specified index position. The index position where you want to insert the element. The element to insert into the . Removes the specified element from a . The element to remove from the collection. Removes the at the specified index. The index of the that you want to remove. Removes a range of elements from a . The index position of the element where removal begins. The number of elements to remove. Sets the logical parent of an element in a . The whose logical parent is set. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see . The object to add. The position into which the new element was inserted. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see . The object to locate in the list. if the object was found in the list; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see . The object to locate in the list. The index of if found in the list; otherwise, -1. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see . The zero-based index at which should be inserted. The object to insert to the list. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see . The object to remove from the list. Gets or sets the number of elements that the can contain. The total number of elements the collection can contain. Gets the actual number of elements in the collection. The actual number of elements in the collection. Gets a value that indicates whether access to the interface is synchronized (thread-safe). if access to the collection is synchronized; otherwise, . Gets or sets the stored at the zero-based index position of the . The index position of the . A at the specified position. Gets an object that you can use to synchronize access to the interface. that you can use to synchronize access to the interface. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see . if the list has a fixed size; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see . if the list is read-only; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see . The zero-based index of the element to get or set. The element at the specified index. How the undo stack caused or is affected by a text change. This change will clear the undo stack. This change will create a new undo unit. This change will merge into the previous undo unit. This change will not affect the undo stack at all. This change is the result of a call to Redo() This change is the result of a call to Undo() Provides a simple way to create a control. Initializes a new instance of the class. Creates and returns an for this . A new for this . Provides methods and attached properties that support data validation. Occurs when the bound element runs into a validation error, but only for bindings with the value set to . Identifies the attached event. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Adds an event handler for the attached event to the specified object. The or object to add to. The handler to add. Removes all objects from the specified object. The object to turn valid. If is . Gets the value of the attached property of the specified element. The or object to read the value from. If is . A of objects. Gets the value of the attached property of the specified element. The or object to read the value from. If is . The used to generate validation error feedback on the adorner layer. Gets the value of the attached property of the specified element. The or object to read the value from. If is . The value of the attached property of the specified element. Gets the value of the attached property for the specified element. The element from which to get the . The value of the . Gets the value of the attached property for the specified element. The element from which to get the . The value of the . Marks the specified object as invalid with the specified object. The object to mark as invalid. The object to use. If is . Adds an event handler for the attached event from the specified object. The or object to remove from. The handler to remove. Sets the value of the attached property to the specified element. The or object to set on. The to use to generate validation error feedback on the adorner layer. If is . Sets the attached property to the specified value on the specified element. The element on which to set the . The of the specified element. Sets the attached property to the specified value on the specified element. The element on which to set the . The of the specified element. Gets the collection of all active objects on the bound element. Gets or sets the used to generate validation error feedback on the adorner layer. Gets a value that indicates whether any binding on the binding target element has a . Gets or sets the element that appears to indicate that a validation error occurred on the bound element where this property is set. Gets or sets the element for which this element appears to indicate that an error occurred. Represents a validation error that is created either by the binding engine when a reports a validation error, or through the method explicitly. Initializes a new instance of the class with the specified parameters. The rule that detected validation error. The or object with the validation error. Information about the error. The exception that caused the validation failure. This parameter is optional and can be set to . Initializes a new instance of the class with the specified parameters. The rule that detected validation error. The or object with the validation error. Gets the or object of this . The object is either marked invalid explicitly or has a failed validation rule. The or object of this . Gets or sets an object that provides additional context for this , such as a string describing the error. An object that provides additional context for this . Gets or sets the object that was the cause of this , if the error is the result of an exception. The object, if the error is the result of an exception. Gets or sets the object that was the cause of this , if the error is the result of a validation rule. The object, if the error is the result of a validation rule. Describes whether a object has been added or cleared. A new object has been detected. An existing object has been cleared. Provides information for the attached event. Invokes the specified handler in a type-specific way on the specified object. The generic handler to call in a type-specific way. The object to invoke the handler on. Gets a value that indicates whether the error is a new error or an existing error that has now been cleared. A value that indicates whether the error is a new error or an existing error that has now been cleared. Gets the error that caused this event. The object that caused this event. Represents the result returned by the . method that indicates whether the checked value passed the . Initializes a new instance of the class. Whether or not the value checked against the is valid. Information about the invalidity. Compares the specified instance and the current instance of for value equality. The instance to compare. if and this instance of .have the same values. Returns the hash code for this . The hash code for this . Compares two objects for value equality. The first instance to compare. The second instance to compare. if the two objects are equal; otherwise, . Compares two objects for value inequality. The first instance to compare. The second instance to compare. if the values are not equal; otherwise, . Gets an object that provides additional information about the invalidity. An object that provides additional information about the invalidity. Gets a value that indicates whether the value checked against the is valid. if the value is valid; otherwise, . The default value is . Gets a valid instance of . A valid instance of . Provides a way to create a custom rule in order to check the validity of user input. Initializes a new instance of the class. Initializes a new instance of the class with the specified validation step and a value that indicates whether the validation rule runs when the target is updated. One of the enumeration values that specifies when the validation rule runs. to have the validation rule run when the target of the is updated; otherwise, . Performs validation checks on a value. The value from the binding target to check. The culture to use in this rule. The binding expression that uses the validation rule. A object. Performs validation checks on a value. The value from the binding target to check. The culture to use in this rule. The binding group that uses the validation rule. A object. When overridden in a derived class, performs validation checks on a value. The value from the binding target to check. The culture to use in this rule. A object. Gets or sets a value that indicates whether the validation rule runs when the target of the is updated. if the validation rule runs when the target of the is updated; otherwise, . Gets or sets when the validation rule runs. One of the enumeration values. The default is . Specifies when a runs. Runs the after the value has been committed to the source. Runs the after the value is converted. Runs the before any conversion occurs. Runs the after the source is updated. Represents the base class for views that define the appearance of data in a control. Initializes a new instance of the class. Removes all bindings and styling that are set for an item. The to remove settings from. Is called when a control creates a for its . The control to use to create the . The interface that implements the for a custom . Prepares an item in the view for display, by setting bindings and styles. The item to prepare for display. Gets the object that is associated with the style for the view mode. The style to use for the view mode. The default value is the style for the . Gets the style to use for the items in the view mode. The style of a . The default value is the style for the control. Defines a content decorator that can stretch and scale a single child to fill the available space. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges the content of a element. The this element uses to arrange its child elements. that represents the arranged size of this element and its child elements. Gets a child at the specified position. The index position of the wanted child. A child of the parent element. Measures the child elements of a prior to arranging them during the pass. A limit that cannot exceed. The that represents the element size you want. Gets or sets the single child of a element. The single child of a element. This property has no default value. Gets an enumerator that can iterate the logical children of this element. An . This property has no default value. Gets or sets the mode, which determines how content fits into the available space. A that determines how content fits in the available space. The default is . Gets or sets the , which determines how scaling is applied to the contents of a . A that determines how scaling is applied to the contents of a . The default is . Gets the number of child objects in this instance of . The number of children. Renders the contained 3-D content within the 2-D layout bounds of the element. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Causes the to arrange its visual content to fit a specified size. Size that will assume. The final size of the arranged . Gets the at a specified position in the collection of the . Position of the element in the collection. Visual at the specified position in the collection. Creates and returns a object for this . object for this . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets or sets a camera object that projects the 3-D contents of the to the 2-D surface of the . The camera that projects the 3-D contents to the 2-D surface. Gets a collection of the children of the . A collection of the children of the . Gets an integer that represents the number of objects in the collection of the . Integer that represents the number of Visuals in the Children collection of the . Represents the measurements for the attached property. Creates a new instance of the class with the specified cache lengths for each side of the viewport. The size of the cache before the viewport. The size of the cache after the viewport. Creates a new instance of the class with a uniform cache length for each side of the viewport. The size of the cache before and after the viewport. Determines whether the specified object is equal to the current . The object to compare with the current . if the specified object is equal to the current ; otherwise, . Determines whether the specified is equal to the current . The object to compare with the current . if the specified object is equal to the current ; otherwise, . Gets a hash code for the current . A hash code for the current . Determines whether the two specified objects are equal. The first object to compare. The second object to compare. if the specified are equal; otherwise, . Determines whether the two specified objects are equal. The first object to compare. The second object to compare. if the specified are equal; otherwise, . Returns a string that represents the current . A string that represents the current . Gets the size of the cache before the viewport when the is virtualizing. The size of the cache after the viewport when the is virtualizing. Gets the size of the cache after the viewport when the is virtualizing. The size of the cache after the viewport when the is virtualizing. Converts objects to and from a . Initializes a new instance of the class. Determines whether the can convert an object of the specified type to a , using the specified context. An object that provides a format context. The type to convert from. if the can convert the specified type to a ; otherwise, . Determines whether the can convert a to the specified type. An object that provides a format context. The type to convert to. if the can convert a to the specified type; otherwise, . Converts the specified object to a . An object that provides a format context. An object that provides the culture information that is used during conversion. The object to convert to a . is . -or- cannot be converted to a . The converted object. Converts the specified to an object of the specified type. An object that provides a format context. An object that provides the culture information that is used during conversion. A to convert to another type. The type to convert to. is . is . -or- is not a . The converted object. Specifies the type of unit that is used by the attached property. The is measured in terms of the items that are displayed in the panel. The is measured in terms of a page, which is equal to the size of the panel's viewport. The is measured in terms of device-independent units (1/96th inch per unit). Specifies the method the uses to manage virtualizing its child items. Reuse the item containers. Create and discard the item containers. Provides a framework for elements that virtualize their child data collection. This is an abstract class. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the dependency property. Identifies the attached property. Identifies the attached property. Identifies the dependency property. Initializes a new instance of the class. Adds the specified to the collection of a element. The child to add to the collection. When implemented in a derived class, generates the item at the specified index location and makes it visible. The index position of the item that is generated and made visible. Generates the item at the specified index location and makes it visible. The index position of the item that is generated and made visible. Gets the value of the property. The element to get the attached property from. The size of the cache before and after the viewport when the is virtualizing. Gets the value of the property. The element to get the attached property from. The type of unit that is used by the property. Gets the value of the property. The element to get the attached property from. if the should virtualize an item; otherwise, . Gets the value of the attached property. The object from which the attached property value is read. if the is virtualizing its content; otherwise . Gets the value of the property. The element to get the attached property from. if the virtualizes the grouped items in its collection; otherwise, . Returns the position of the specified item, relative to the . The element whose position to find. The position of the specified item, relative to the . Returns the position of the specified item, relative to the . The element whose position to find. 0 in all cases. Gets the value of the property. The element to get the attached property from. A value that indicates whether scrolling is measured as items in the collection or as pixels. Returns the attached property for the specified object. The object from which the property is read. One of the enumeration values that specifies whether the object uses container recycling. Adds the specified to the collection of a element at the specified index position. The index position within the collection at which the child element is inserted. The child to add to the collection. Called when the collection of child elements is cleared by the base class. Called when the collection that is associated with the for this changes. The that raised the event. Provides data for the event. Removes child elements from the collection. The beginning index position within the collection at which the first child element is removed. The total number of child elements to remove from the collection. Sets the attached property. The object to set the property on. The size of the cache before and after the viewport when the is virtualizing. Sets the attached property. The object to set the property on. The type of unit that is used by the property. Sets the attached property. The object to set the property on. to indicate that the should virtualize an item; otherwise, . Sets the value of the attached property. The object to which the attached property value is set. if the is virtualizing; otherwise . Sets the attached property. The object to set the property on. to specify that the virtualizes the grouped items in its collection; otherwise, . Sets the attached property. The object to set the property on. A value that indicates whether scrolling is measured as items in the collection or as pixels. Sets the attached property on the specified object. The element on which to set the property. One of the enumeration values that specifies whether uses container recycling. Returns a value that indicates whether a changed item in an affects the layout for this panel. if the changed item is a direct child of this ; if the changed item is an indirect descendant of the . Contains data regarding the changed item. if the changed item in an affects the layout for this panel; otherwise, . Returns a value that indicates whether a changed item in an affects the layout for this panel. if the changed item is a direct child of this ; if the changed item is an indirect descendant of the . Contains data regarding the changed item. if the changed item in an affects the layout for this panel; otherwise, . Gets or sets the size of the cache before and after the viewport when the is virtualizing. Gets or sets the type of unit that is used by the property. Gets a value that indicates whether the can virtualize items that are grouped or organized in a hierarchy. A value that indicates whether the can virtualize items that are grouped or organized in a hierarchy. Gets a value that indicates whether the can virtualize items that are grouped or organized in a hierarchy. in all cases. Get or sets a value that indicates whether this should virtualize an item. Gets or sets a value that indicates that this is virtualizing its child collection. Gets or sets a value that indicates whether this virtualizes the items in its collection when it displays groups. Gets a value that identifies the for this . The for this . Gets a value that indicates whether scrolling is measured as items in the collection or as pixels. Gets or sets how a panel in an virtualizes its child items. Arranges and virtualizes content on a single line that is oriented either horizontally or vertically. Occurs when an item is being re-virtualized by the that is associated with this instance of . Identifies the attached event. Identifies the attached property. Identifies the dependency property. Identifies the attached property. Initializes a new instance of the class. Adds an event handler for the attached event. The that is listening for this event. The event handler that is to be added. Arranges the content of a element. The that this element should use to arrange its child elements. The that represents the arranged size of this element and its child elements. Generates the item at the specified index position and brings it into view. The position of the item to generate and make visible. The position does not exist in the child collection. Returns the position of the specified item, relative to the . The element whose position to find. The position of the specified item, relative to the . Scrolls content downward by one logical unit. Scrolls content to the left by one logical unit. Scrolls content to the right by one logical unit. Scrolls content upward by one logical unit. Scrolls to the specified coordinates and makes that portion of a visible. The that becomes visible. A that represents the coordinate space within a . A that is visible. Measures the child elements of a in anticipation of arranging them during the pass. An upper limit that should not be exceeded. The that represents the desired size of the element. Scrolls content logically downward in response to a downward click of the mouse wheel button. Scrolls content logically to the left in response to a left click of the mouse wheel button. Scrolls content logically to the right in response to a right click of the mouse wheel button. Scrolls content logically upward in response to an upward click of the mouse wheel button. Called when an item that is hosted by the is re-virtualized. Data about the event. Called when the collection of child elements is cleared by the base class. Called when the collection that is associated with the for this changes. The that raised the event. Provides data for the event. Called when the offset of the viewport changes as a user scrolls through content. The old offset of the viewport. The new offset of the viewport. Called when the size of the viewport changes. The old size of the viewport. The new size of the viewport. Scrolls content downward by one page. Scrolls content to the left by one page. Scrolls content to the right by one page. Scrolls content upward by one page. Removes an event handler for the attached event. The from which the handler is being removed. Specifies the event handler that is to be removed. Sets the value of the property. The value of the property. Sets the value of the property. The value of the property. Returns a value that indicates whether a changed item in an affects the layout for this panel. if the changed item is a direct child of this ; if the changed item is an indirect descendant of the . Contains data regarding the changed item. if the changed item in an affects the layout for this panel; otherwise, . Gets value that indicates whether the can virtualize items that are grouped or organized in a hierarchy. in all cases. Gets or sets a value that indicates whether a can scroll in the horizontal dimension. if content can scroll in the horizontal dimension; otherwise, . The default is . Gets or sets a value that indicates whether content can scroll in the vertical dimension. if content can scroll in the vertical dimension; otherwise, . The default is . Gets a value that contains the vertical size of the extent. A that represents the vertical size of the extent. The default is 0.0. Gets a value that contains the horizontal size of the extent. A that represents the horizontal size of the extent. The default is 0.0. Gets a value that indicates if this has a vertical or horizontal orientation. This property always returns . Gets a value that contains the horizontal offset of the scrolled content. that represents the horizontal offset of the scrolled content. The default is 0.0. Gets a value that represents the of the . An value. Gets or sets a value that describes the horizontal or vertical orientation of stacked content. The of child content. The default is . Gets or sets a value that identifies the container that controls scrolling behavior in this . The that owns scrolling for this . Gets a value that contains the vertical offset of the scrolled content. A that represents the vertical offset of the scrolled content. The default is 0.0. Gets a value that contains the vertical size of the viewport of the content. A that represents the vertical size of the viewport of the content. The default is 0.0. Gets a value that contains the horizontal size of the viewport of the content. A that represents the vertical size of the viewport of the content. The default is 0.0. Hosts and navigates between HTML documents. Enables interoperability between WPF managed code and HTML script. Occurs when the document being navigated to has finished downloading. Occurs when the document being navigated to is located and has started downloading. Occurs just before navigation to a document. Initializes a new instance of the class. Navigate back to the previous document, if there is one. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. There is no document to navigate back to. Navigate forward to the next HTML document, if there is one. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. There is no document to navigate forward to. Executes a script function that is defined in the currently loaded document. The name of the script function to execute. The parameters to pass to the script function. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. The script function does not exist. The object returned by the Active Scripting call. Executes a script function that is implemented by the currently loaded document. The name of the script function to execute. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. The script function does not exist. The object returned by the Active Scripting call. Navigates asynchronously to the document at the specified URL and specify the target frame to load the document's content into. Additional HTTP POST data and HTTP headers can be sent to the server as part of the navigation request. The URL to navigate to. The name of the frame to display the document's content in. HTTP POST data to send to the server when the source is requested. HTTP headers to send to the server when the source is requested. Navigates asynchronously to the document at the specified URL. The URL to navigate to. Navigate asynchronously to the document at the specified and specify the target frame to load the document's content into. Additional HTTP POST data and HTTP headers can be sent to the server as part of the navigation request. The to navigate to. The name of the frame to display the document's content in. HTTP POST data to send to the server when the source is requested. HTTP headers to send to the server when the source is requested. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. Navigation from an application that is running in partial trust: - To a that is not located at the site of origin, or - name is not or empty. Navigate asynchronously to the document at the specified . The to navigate to. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. Navigation from an application that is running in partial trust to a that is not located at the site of origin. Navigate asynchronously to a that contains the content for a document. The that contains the content for a document. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. Navigate asynchronously to a that contains the content for a document. The that contains the content for a document. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. Reloads the current page. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. Reloads the current page with optional cache validation. Specifies whether to refresh without cache validation. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. Gets a value that indicates whether there is a document to navigate back to. A value that indicates whether there is a document to navigate back to. Gets a value that indicates whether there is a document to navigate forward to. A value that indicates whether there is a document to navigate forward to. Gets the Document object that represents the hosted HTML page. The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. A Document object. Gets or sets an instance of a public class, implemented by the host application, that can be accessed by script from a hosted document. is set with an instance of type that is not . The that is an instance of a class, implemented by the host application, that can be accessed by script from a hosted document. Gets or sets the of the current document hosted in the . The instance is no longer valid. A reference to the underlying native WebBrowser could not be retrieved. Navigation from an application that is running in partial trust to a that is not located at the site of origin. The for the current HTML document. Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box. Subsequent ordering happens sequentially from top to bottom or from right to left, depending on the value of the property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges the content of a element. The that this element should use to arrange its child elements. The that represents the arranged size of this element and its children. Measures the child elements of a in anticipation of arranging them during the pass. An upper limit that should not be exceeded. The that represents the desired size of the element. Gets or sets a value that specifies the height of all items that are contained within a . The that represents the uniform height of all items that are contained within the . The default value is . Gets or sets a value that specifies the width of all items that are contained within a . A that represents the uniform width of all items that are contained within the . The default value is . Gets or sets a value that specifies the dimension in which child content is arranged. An value that represents the physical orientation of content within the as horizontal or vertical. The default value is . Represents the radiuses of a rectangle's corners. Initializes a new instance of the class with the specified radius values for each corner of the rectangle. The radius of the top-left corner. The radius of the top-right corner. The radius of the bottom-right corner. The radius of the bottom-left corner. Initializes a new instance of the class with a specified uniform radius value for every corner or the rectangle. The radius value applied to every corner of the rectangle. Determines whether the specified is a and whether it contains the same corner radius values as this . The to compare. if is a and contains the same corner radius values as this ; otherwise, . Compares two structures for equality. The to compare to this . if contains the same corner radius values as this ; otherwise, . Returns the hash code for this . The hash code for this structure. Compares two structures for equality. The first to compare. The second to compare. if and have equal values for all corners (same values for , , , ); if and have different values for one or more corners. Compares two structures for inequality. The first to compare. The second to compare. if and have different values for one or more corners (different values for , , , ); if and have identical corners. Returns the string representation of the . A string representation of the . Gets or sets the radius of the bottom-left corner. The radius of the bottom-left corner. The default is 0. Gets or sets the radius of the bottom-right corner. The radius of the bottom-right corner. The default is 0. Gets or sets the radius of the top-left corner. The radius of the top-left corner. The default is 0. Gets or sets the radius of the top-right corner. The radius of the top-right corner. The default is 0. Converts instances of other types to and from a . Initializes a new instance of the class. Indicates whether an object can be converted from a given type to a . Describes the context information of a type. The source that is being queried for conversion support. if is of type ; otherwise, . Determines whether values can be converted to the specified type. Describes the context information of a type. The desired type this is being evaluated to be converted to. if is of type ; otherwise, . Converts the specified object to a . Describes the context information of a type. Describes the of the type being converted. The object being converted. is . is not and is not a valid type which can be converted to a . The created from converting . Converts the specified to the specified type. Describes the context information of a type. Describes the of the type being converted. The to convert. The type to convert the to. is . is not and is not a , or if is not one of the valid destination types. The object created from converting this (a string). Provides high-level access to the definition of a binding, which connects the properties of binding target objects (typically, WPF elements), and any data source (for example, a database, an XML file, or any object that contains data). Occurs when a value is transferred from the binding target to the binding source, but only for bindings with the value set to . Occurs when a value is transferred from the binding source to the binding target, but only for bindings with the value set to . Used as a returned value to instruct the binding engine to not perform any action. Used as the of to indicate that an indexer property has changed. Identifies the attached event. Identifies the attached event. Identifies the attached property. Initializes a new instance of the class. Initializes a new instance of the class with an initial path. The initial for the binding. Adds a handler for the attached event. The or that listens to the event. The handler to add. Adds a handler for the attached event. The or that listens to the event. The handler to add. Returns an XML namespace manager object used by the binding attached to the specified object. The object from which to get namespace information. The parameter cannot be . A returned object used for viewing XML namespaces that relate to the binding on the passed object element. This object should be cast as . Removes a handler for the attached event. The or that listens to the event. The handler to remove. Removes a handler for the attached event. The or that listens to the event. The handler to remove. Sets a namespace manager object used by the binding attached to the provided element. The object from which to get namespace information. The to use for namespace evaluation in the passed element. is . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Gets or sets opaque data passed to the asynchronous data dispatcher. Data passed to the asynchronous data dispatcher. Gets or sets a value that indicates whether to evaluate the relative to the data item or the object. to evaluate the path relative to the data item itself; otherwise, . The default is . Gets or sets the converter to use. A value of type . The default is . Gets or sets the culture in which to evaluate the converter. The default is . Gets or sets the parameter to pass to the . The parameter to pass to the . The default is . Gets or sets the name of the element to use as the binding source object. The value of the property or x:Name Directive of the element of interest. You can refer to elements in code only if they are registered to the appropriate through . For more information, see WPF XAML Namescopes. The default is . Gets or sets a value that indicates whether the should get and set values asynchronously. The default is . Gets or sets a value that indicates the direction of the data flow in the binding. One of the values. The default is , which returns the default binding mode value of the target dependency property. However, the default value varies for each dependency property. In general, user-editable control properties, such as those of text boxes and check boxes, default to two-way bindings, whereas most other properties default to one-way bindings. A programmatic way to determine whether a dependency property binds one-way or two-way by default is to get the property metadata of the property using and then check the Boolean value of the property. Gets or sets a value that indicates whether to raise the event when a value is transferred from the binding target to the binding source. if the event should be raised when the binding source value is updated; otherwise, . The default is . Gets or sets a value that indicates whether to raise the event when a value is transferred from the binding source to the binding target. if the event should be raised when the binding target value is updated; otherwise, . The default is . Gets or sets a value that indicates whether to raise the attached event on the bound object. if the attached event should be raised on the bound object when there is a validation error during source updates; otherwise, . The default is . Gets or sets the path to the binding source property. The path to the binding source. The default is . Gets or sets the binding source by specifying its location relative to the position of the binding target. A object specifying the relative location of the binding source to use. The default is . Gets or sets the object to use as the binding source. The object to use as the binding source. Gets or sets a handler you can use to provide custom logic for handling exceptions that the binding engine encounters during the update of the binding source value. This is only applicable if you have associated an with your binding. A method that provides custom logic for handling exceptions that the binding engine encounters during the update of the binding source value. Gets or sets a value that determines the timing of binding source updates. One of the values. The default is , which returns the default value of the target dependency property. However, the default value for most dependency properties is , while the property has a default value of . A programmatic way to determine the default value of a dependency property is to get the property metadata of the property using and then check the value of the property. Gets or sets a value that indicates whether to include the . to include the ; otherwise, . Gets or sets a value that indicates whether to include the . to include the ; otherwise, . Gets or sets a value that indicates whether to include the . to include the ; otherwise, . The default is . Gets a collection of rules that check the validity of the user input. A collection of objects. Gets or sets the used to perform namespace-aware queries in XML bindings. Gets or sets an query that returns the value on the XML binding source to use. The query. The default is . Defines the common characteristics of the , , and classes. Returns an object that should be set on the property where this binding and extension are applied. The object that can provide services for the markup extension. May be . The value to set on the binding target property. Returns a value that indicates whether serialization processes should serialize the effective value of the property on instances of this class. if the property value should be serialized; otherwise, . Returns a value that indicates whether the property should be serialized. if the property should be serialized; otherwise, . Gets or sets the name of the to which this binding belongs. The name of the to which this binding belongs. Gets or sets the amount of time, in milliseconds, to wait before updating the binding source after the value on the target changes. The amount of time, in milliseconds, to wait before updating the binding source. Gets or sets the value to use when the binding is unable to return a value. The default value is . Gets or sets a string that specifies how to format the binding if it displays the bound value as a string. A string that specifies how to format the binding if it displays the bound value as a string. Gets or sets the value that is used in the target when the value of the source is . The value that is used in the target when the value of the source is . Contains information about a single instance of a . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The type of the calling this method. This only recognizes manager objects of type . Object that originated the event. Event data. if the listener handled the event; otherwise, . Sends the current binding target value to the binding source property in or bindings. The binding has been detached from its target. Forces a data transfer from the binding source property to the binding target property. The binding has been detached from its target. Gets the binding source object that this uses. The binding source object that this uses. Returns the object of the current . The object of the current binding expression. Gets the binding source object for this . The binding source object for this . Gets the name of the binding source property for this . The name of the binding source property for this . Represents the base class for , , and . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The type of the calling this method. This only recognizes manager objects of type . Object that originated the event. Event data. if the listener handled the event; otherwise, . Sends the current binding target value to the binding source in or bindings. Forces a data transfer from the binding source to the binding target. Runs any objects on the associated that have the property set to or . This method does not update the source. if the validation rules succeed; otherwise, . Gets the that this binding expression belongs to. The that this binding expression belongs to. This property returns if the is not part of a . Gets a value that indicates whether the parent binding has a failed validation rule. if the parent binding has a failed validation rule; otherwise, . Gets a value that indicates whether the parent binding has a failed validation rule. if the parent binding has a failed validation rule; otherwise, . Gets or sets a value that indicates whether the target of the binding has a value that has not been written to the source. if the target has a value that has not been written to the source; otherwise, . Gets the object from which this object is created. The object from which this object is created. Gets the status of the binding expression. A value that describes the status of the binding expression. Gets the element that is the binding target object of this binding expression. The element that is the binding target object of this binding expression. Gets the binding target property of this binding expression. The binding target property of this binding expression. Gets the that caused this instance of to be invalid. The that caused this instance of to be invalid. Gets a collection of objects that caused this instance of to be invalid. A collection of objects that caused this instance of to be invalid. The value is if there are no errors. Contains a collection of bindings and objects that are used to validate an object. Initializes a new instance of the class. Begins an edit transaction on the sources in the . Ends the edit transaction and discards the pending changes. Runs all the objects and updates the binding sources if all validation rules succeed. if every succeeds and the values are committed to the sources; otherwise, . Returns the proposed value for the specified property and item. The object that contains the specified property. The property whose proposed value to get. There is not a binding for the specified item and property. The value of the specified property is not available, due to a conversion error or because an earlier validation rule failed. The proposed property value. Attempts to get the proposed value for the specified property and item. The object that contains the specified property. The property whose proposed value to get. When this method returns, contains an object that represents the proposed property value. This parameter is passed uninitialized. if value is the proposed value for the specified property; otherwise, . Runs the converter on the binding and the objects that have the property set to , , or and saves the values of the targets to the source objects if all the validation rules succeed. if all validation rules succeed; otherwise, . Runs the converter on the binding and the objects that have the property set to or . if the validation rules succeed; otherwise, . Gets a collection of objects that contains information for each Binding in the . A collection of objects that contains information for each binding in the . Gets whether each source in the binding can discard pending changes and restore the original values. if each source in the binding can discard pending changes and restore the original values; otherwise, . Gets a value that indicates whether the has a failed validation rule. if the has a failed validation rule; otherwise, . Gets or sets a value that indicates whether the contains a proposed value that has not been written to the source. if the contains a proposed value that has not been written to the source; otherwise, . Gets the sources that are used by the Binding objects in the . The sources that are used by the Binding objects in the . Gets or sets the name that identifies the , which can be used to include and exclude Binding objects in the . The name that identifies the . Gets or sets whether the event occurs when the state of a changes. if the event occurs when the state of a changes; otherwise, . The default is . Gets the object that this is assigned to. The object that this is assigned to. Gets or sets a value that indicates whether the reuses target values that have not been committed to the source. if the reuses target values that have not been committed to the source; otherwise, . The default is . Gets or sets a value that indicates whether to include the . to include the ; otherwise, . The default is . Gets a collection of objects that caused the to be invalid. A collection of objects that caused to be invalid. The value is if there are no errors. Gets a collection of objects that validate the source objects in the . A collection of objects that validate the source objects in the . Represents the for collections that implement , such as Microsoft ActiveX Data Objects (ADO) data views. Initializes an instance of over the given list. The underlying . Starts an add transaction and returns the pending new item. The pending new item. Ends the edit transaction and, if possible, restores the original value to the item. Ends the add transaction and discards the pending new item. Ends the edit transaction and saves the pending changes. Ends the add transaction and saves the pending new item. Returns a value that indicates whether a given item belongs to the collection view. The object to check. if the item belongs to the collection view; otherwise, . Detaches the underlying collection from this collection view to enable the collection view to be garbage collected. Begins an edit transaction of the specified item. The item to edit. Retrieves the item at the specified position in the view. The zero-based index at which the item is located. If is out of range. The item at the specified position in the view. Returns the index at which the given item belongs in the collection view. The object to look for in the collection. The index of the item in the collection, or -1 if the item does not exist in the collection view. Sets the item at the specified index to be the in the view. The index to set the to. The index is out of range. if the resulting is an item within the view; otherwise, . Returns a value that indicates whether the specified item in the underlying collection belongs to the view. The item to check. if the specified item belongs to the view or if there is not filter set on the collection view; otherwise, . Removes the specified item from the collection. The item to remove. Removes the item at the specified position from the collection. The zero-based index of the item to remove. is less than 0 or greater than the number of items in the collection view. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. First object to compare. Second object to compare. Less than zero means is less than , a value of zero means they are equal, and over zero means is greater than . Gets a value that indicates whether a new item can be added to the collection. if a new item can be added to the collection; otherwise, . Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object. if the collection view can discard pending changes and restore the original values of an edited object; otherwise, . Gets a value that indicates whether this view supports turning filtering data in real time on or off. in all cases. Gets a value that indicates whether this view supports turning grouping data in real time on or off. in all cases. Gets a value that indicates whether this view supports turning sorting data in real time on or off. in all cases. Gets a value that indicates whether the view supports custom filtering. if the view supports custom filtering; otherwise, . Gets a value that indicates whether the view supports callback-based filtering. This property always returns . Gets a value that indicates whether the view supports grouping. For a default instance of this property always returns . Gets a value that indicates whether an item can be removed from the collection. if an item can be removed from the collection; otherwise, . Gets a value that indicates whether the collection supports sorting. For a default instance of this property always returns . Gets the estimated number of records in the collection. One of the following: Value Meaning -1 Could not determine the count of the collection. This might be returned by a "virtualizing" view, where the view deliberately does not account for all items in the underlying collection because the view is attempting to increase efficiency and minimize dependence on always having the entire collection available. any other integer The count of the collection. Gets the item that is being added during the current add transaction. The item that is being added if is ; otherwise, . Gets the item in the collection that is being edited. The item in the collection that is being edited if is ; otherwise, . Gets or sets a custom filter. A string that specifies how the items are filtered. Gets or sets a delegate to select the as a function of the parent group and its level. A method that provides the logic for the selection of the as a function of the parent group and its level. The default is . Gets a collection of objects that describe how the items in the collection are grouped in the view. A collection of objects that describe how the items in the collection are grouped in the view. Gets the top-level groups. A read-only collection of the top-level groups, or if there are no groups. Gets a value that indicates whether an add transaction is in progress. if an add transaction is in progress; otherwise, . Gets or sets a value that indicates whether the list of items (after applying the sort and filters, if any) is already in the correct order for grouping. if the list of items is already in the correct order for grouping; otherwise, . Gets a value that indicates whether an edit transaction is in progress. if an edit transaction is in progress; otherwise, . Returns a value that indicates whether the resulting (filtered) view is empty. if the resulting view is empty; otherwise, . Gets or sets a value that indicates whether filtering data in real time is enabled. cannot be set. if filtering data in real time is enabled; if live filtering is not enabled; if it cannot be determined whether the collection view implements live filtering. Gets or sets a value that indicates whether grouping data in real time is enabled. cannot be set to . if grouping data in real time is enabled; if live grouping is not enabled; if it cannot be determined whether the collection view implements live grouping. Gets or sets a value that indicates whether sorting data in real time is enabled. cannot be set. if sorting data in real time is enabled; if live sorting is not enabled; if it cannot be determined whether the collection view implements live sorting. Gets a collection of objects that describes the properties of the items in the collection. A collection of objects that describes the properties of the items in the collection. Gets a collection of strings that specify the properties that participate in filtering data in real time. A collection of strings that specify the properties that participate in filtering data in real time. Gets a collection of strings that specify the properties that participate in grouping data in real time. A collection of strings that specify the properties that participate in grouping data in real time. Gets a collection of strings that specify the properties that participate in sorting data in real time. A collection of strings that specify the properties that participate in sorting data in real time. Gets or sets the position of the new item placeholder in the . One of the enumeration values that specifies the position of the new item placeholder in the . Gets a collection of objects that describes how the items in the collection are sorted in the view. A collection of objects that describe how the items in the collection are sorted in the view. Describes the direction of the data flow in a binding. Uses the default value of the binding target. The default value varies for each dependency property. In general, user-editable control properties, such as those of text boxes and check boxes, default to two-way bindings, whereas most other properties default to one-way bindings. A programmatic way to determine whether a dependency property binds one-way or two-way by default is to get the property metadata of the property using and then check the Boolean value of the property. Updates the binding target when the application starts or when the data context changes. This type of binding is appropriate if you are using data where either a snapshot of the current state is appropriate to use or the data is truly static. This type of binding is also useful if you want to initialize your target property with some value from a source property and the data context is not known in advance. This is essentially a simpler form of binding that provides better performance in cases where the source value does not change. Updates the binding target (target) property when the binding source (source) changes. This type of binding is appropriate if the control being bound is implicitly read-only. For instance, you may bind to a source such as a stock ticker. Or perhaps your target property has no control interface provided for making changes, such as a data-bound background color of a table. If there is no need to monitor the changes of the target property, using the binding mode avoids the overhead of the binding mode. Updates the source property when the target property changes. Causes changes to either the source property or the target property to automatically update the other. This type of binding is appropriate for editable forms or other fully-interactive UI scenarios. Provides static methods to manipulate bindings, including , , and objects. Occurs when the data-binding system notices a collection. Occurs when the data-binding system notices a collection view. Provides access to a collection by using the synchronization mechanism that the application specified when it called EnableCollectionSynchronization. The collection to access. The action to perform on the collection. if will write to the collection; otherwise, . Removes all bindings, including bindings of type , , and , from the specified . The object from which to remove bindings. If is . Removes the binding from a property if there is one. The object from which to remove the binding. The dependency property from which to remove the binding. The and parameters cannot be . Remove the synchronization registered for the specified collection. The collection to remove synchronized access from. Enables a object to participate in synchronized access to a collection used on multiple threads by using a mechanism other than a simple lock. The collection that needs synchronized access. An object that is passed to the callback. The callback that is invoked whenever access to the collection is required. You can use it to ensure that the collection is accessed by one thread at a time. Enables a object to participate in synchronized access to a collection used on multiple threads by using a simple locking mechanism. The collection that needs synchronized access. The object to lock when accessing the collection. Retrieves the object that is set on the specified property. The object where is. The binding target property from which to retrieve the binding. The and parameters cannot be null. The object set on the given property or if no object has been set. Retrieves the object that is set on the specified property. The object where is. The binding target property from which to retrieve the object. The and parameters cannot be . The object that is set on the given property or if no binding object has been set. Returns the object associated with the specified binding target property on the specified object. The binding target object where is. The binding target property from which to retrieve the object. The and parameters cannot be . The object associated with the given property or if none exists. If a object is set on the property, the is returned. Retrieves the object that is set on the specified property. The object where is. The binding target property from which to retrieve the object. The and parameters cannot be null. The object that is set on the given property or if no binding object has been set. Retrieves the object that is set on the specified property. The object where is. The binding target property from which to retrieve the binding. The and parameters cannot be null. The object set on the given property or if no object has been set. Returns the object associated with the specified binding target property on the specified object. The binding target object where is. The binding target property from which to retrieve the object. The and parameters cannot be . The object associated with the given property or if none exists. Retrieves the object that is set on the specified property. The object where is. The binding target property from which to retrieve the binding. The and parameters cannot be null. The object set on the given property or if no object has been set. Returns the object associated with the specified binding target property on the specified object. The binding target object where is. The binding target property from which to retrieve the object. The and parameters cannot be . The object associated with the given property or if none exists. Gets all objects that have invalid values or target values have not been updated the source. The root to get binding groups for. This method returns objects that are associated with this element or its descendant elements. A collection of objects that are associated with the specified element and have invalid values or target values have not been updated the source. Gets all objects that have invalid values or target values have not been updated the source. The root to get binding groups for. This method returns objects that are associated with this element or its descendant elements. A collection of objects that are associated with the specified element and have invalid values or target values have not been updated the source. Returns a value that indicates whether the specified property is currently data-bound. The object where is. The dependency property to check. If is . if the specified property is data-bound; otherwise, . Creates and associates a new instance of with the specified binding target property. The binding target of the binding. The target property of the binding. The object that describes the binding. The parameter cannot be . The instance of created for and associated with the specified property. The class is the base class of , , and . Gets an object that replaces the when an item container is removed from the visual tree. An object that replaces the when an item container is removed from the visual tree. Describes the status of a binding. The binding has been successfully activated. This means that the binding has been attached to its binding target (target) property and has located the binding source (source), resolved the and/or , and begun transferring values. The binding is waiting for an asynchronous operation to complete. The binding has been detached from its target property. The binding has not been activated. The binding was unable to resolve the source path. The binding has not yet been attached to its target property. The binding was unable to send the value to the source property. The binding could not successfully return a source value to update the target value. For more information, see . Holds an existing collection structure, such as an or a , to be used inside a . Occurs when the contained collection changes. Occurs when the contained collection has changed. Identifies the dependency property. Initializes a new instance of the class. Raises the event. The event data. Handles events from the centralized event table. The type of the calling this method. This only recognizes manager objects of type . The object that originated the event. The event data. if the listener handled the event; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The type of the calling this method. This only recognizes manager objects of type . Object that originated the event. Event data. if the listener handled the event; otherwise, . Gets or sets the collection to add. The collection to add. The default is an empty collection. Provides data for the event. Gets the collection to be registered for cross-thread access. The collection to be registered for cross-thread access. Gets the parent of the collection to register. The parent of the collection to register. Represent the method that synchronizes a collection for cross-thread access. The collection to access on a thread other than the one that created it. An object used to synchronize the collection. A delegate to the method that performs the operation on the collection. if writes to the collection; otherwise, . Represents a view for grouping, sorting, filtering, and navigating a data collection. Occurs when the view has changed. Occurs after the has changed. Occurs when the is changing. Occurs when a property value has changed. Occurs when the view has changed. Occurs when a property value changes. Initializes a new instance of the class that represents a view of the specified collection. The underlying collection. Clears any pending changes from the change log. Clears unprocessed changed to the collection. Returns a value that indicates whether the specified item belongs to the view. The object to check. if the item belongs to the view; otherwise, . Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. An object that you can use to dispose of the calling object. Removes the reference to the underlying collection from the . Returns an object that you can use to enumerate the items in the view. An object that you can use to enumerate the items in the view. Retrieves the item at the specified zero-based index in the view. The zero-based index of the item to retrieve. is less than 0. The item at the specified zero-based index in the view. Returns the index at which the specified item is located. The item to locate. The index at which the specified item is located, or -1 if the item is unknown. Sets the specified item to be the in the view. The item to set as the . if the resulting is within the view; otherwise, . Sets the first item in the view as the . if the resulting is an item within the view; otherwise, . Sets the last item in the view as the . if the resulting is an item within the view; otherwise, . Sets the item after the in the view as the . if the resulting is an item within the view; otherwise, . Sets the item at the specified index to be the in the view. The index to set the to. if the resulting is an item within the view; otherwise, . Sets the item before the in the view as the . if the resulting is an item within the view; otherwise, . Returns a value that indicates whether the view can change which item is the . if a listener cancels the change; otherwise, . Occurs when the property changes. Called by the base class to notify the derived class that an event has been posted to the message queue. The object that is added to the change log. is . Raises the event. The object to pass to the event handler. Raises the event. The sender of the event. The object to pass to the event handler. Raises the event. Raises a event that is not cancelable. Raises the event with the specified arguments. Information about the event. Raises the event using the specified arguments. Arguments of the event being raised. Returns a value that indicates whether the specified item in the underlying collection belongs to the view. The item to check. if the specified item belongs to the view or if there is not filter set on the collection view; otherwise, . When overridden in a derived class, processes a single change on the UI thread. The object to process. Ensures that all pending changes to the collection have been committed. Re-creates the view. Refreshes the view or specifies that the view needs to be refreshed when the defer cycle completes. Re-creates the view. Sets the specified item and index as the values of the and properties. This method can be called from a constructor of a derived class. The item to set as the . The value to set as the property value. The number of items in the . Sets the specified item and index as the values of the and properties. The item to set as the . The value to set as the property value. Returns an object that you can use to enumerate the items in the view. An object that you can use to enumerate the items in the view. Gets a value that indicates whether a thread other than the one that created the can change the . if a thread other than the one that created the can change the ; otherwise, . Gets a value that indicates whether the view supports filtering. if the view supports filtering; otherwise, . The default is . Gets a value that indicates whether the view supports grouping. in all cases. Gets a value that indicates whether the view supports sorting. in all cases. Returns an object that you can use to compare items in the view. An object that you can use to compare items in the view. Gets the number of records in the view. The number of records in the view, or -1 if the number of records is unknown. Gets or sets the culture information to use during sorting. The culture information to use during sorting. Gets the current item in the view. The current item of the view. By default, the first item of the collection starts as the current item. Gets the ordinal position of the within the (optionally sorted and filtered) view. The ordinal position of the within the (optionally sorted and filtered) view. Gets or sets a method used to determine if an item is suitable for inclusion in the view. The current implementation does not support filtering. A delegate that represents the method used to determine if an item is suitable for inclusion in the view. Gets a collection of objects that describes how the items in the collection are grouped in the view. in all cases. Gets a collection of the top-level groups that is constructed based on the property. in all cases. Gets a value that indicates whether the of the view is beyond the end of the collection. if the of the view is beyond the end of the collection; otherwise, . Gets a value that indicates whether the of the view is before the beginning of the collection. if the of the view is before the beginning of the collection; otherwise, . Gets a value that indicates whether the is at the . if the is in the view and at the ; otherwise, . Gets a value that indicates whether the underlying collection provides change notifications. if the underlying collection provides change notifications; otherwise, . Gets a value that indicates whether the resulting (filtered) view is empty. if the resulting view is empty; otherwise, . Gets a value that indicates whether any object is subscribing to the events of this . if any object is subscribing to the events of this ; otherwise, . Gets a value that indicates whether there is an outstanding in use. if there is an outstanding in use; otherwise, . Gets a value that indicates whether the view needs to be refreshed. if the view needs to be refreshed; otherwise, . Gets the object that is in the collection to represent a new item. The object that is in the collection to represent a new item. Gets a collection of structures that describes how the items in the collection are sorted in the view. An empty in all cases. Returns the underlying unfiltered collection. An object that is the underlying collection. Gets a value that indicates whether it has been necessary to update the change log because a notification has been received on a different thread without first entering the user interface (UI) thread dispatcher. if it has been necessary to update the change log because a notification has been received on a different thread without first entering the user interface (UI) thread dispatcher; otherwise, . Represents a group created by a object based on the . Occurs when a property value changes. Occurs when a property value changes. Initializes a new instance of the class with the name of the group. The name of this group. Raises the event using the provided arguments. Arguments of the event being raised. Gets a value that indicates whether this group has any subgroups. if this group is at the bottom level and does not have any subgroups; otherwise, . Gets the number of items in the subtree under this group. The number of items (leaves) in the subtree under this group. Gets the immediate items contained in this group. A read-only collection of the immediate items in this group. This is either a collection of subgroups or a collection of items if this group does not have any subgroups. Gets the name of this group. The name of this group which is the common value of the property used to divide items into groups. Gets or sets the number of items in the subtree under this group. The number of items (leaves) in the subtree under this group. Gets the immediate items contained in this group. A collection of immediate items in this group. This is either a collection of subgroups or a collection of items if this group does not have any subgroups. Provides data for the event. Gets the collection view to be registered for cross-thread access. The collection view to be registered for cross-thread access. The Extensible Application Markup Language (XAML) proxy of a class. Provides filtering logic. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. An object that you can use to dispose of the calling object. Returns the default view for the given source. An object reference to the binding source. Returns an object that is the default view for the given source collection. Returns a value that indicates whether the given view is the default view for the collection. The view object to check. if the given view is the default view for the collection or if the given view is ; otherwise, . Invoked when the property changes. The old value of the property. The new value of the property. Invoked when the property changes. The old value of the property. The new value of the property. Handles events from the centralized event table. The type of the calling this method. This only recognizes manager objects of type . Object that originated the event. Event data. if the listener handled the event; otherwise, . Signals the object that initialization is starting. Signals the object that initialization is complete. Receives events from the centralized event manager. The type of the calling this method. This only recognizes manager objects of type . Object that originated the event. Event data. if the listener handled the event; otherwise, . Gets a value that indicates whether the collection view supports turning filtering data in real time on or off. if the collection view supports turning live filtering on or off; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets a value that indicates whether the collection view supports turning grouping data in real time on or off. if the collection view supports turning live grouping on or off; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets a value that indicates whether the collection view supports turning sorting data in real time on or off. if the collection view supports turning live sorting on or off; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets the desired view type. The desired view type. Gets or sets the culture that is used for operations such as sorting and comparisons. The culture that is used for operations such as sorting and comparisons. Gets or sets a collection of objects that describes how the items in the collection are grouped in the view. An of objects that describes how the items in the collection are grouped in the view. Gets a value that indicates whether the is filtering data in real time. if filtering data in real time is enabled; if live filtering is not enabled; if it cannot be determined whether the collection view implements live filtering. The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates whether should filter the data in real time if it can. if live filtering has been requested; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets a value that indicates whether the groups data in real time. if grouping data in real time is enable; if live grouping is not enabled; if it cannot be determined whether the collection view implements live grouping. The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates whether should group the data in real time if it can. if live grouping has been requested; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets a value that indicates whether the sorts data in real time. if sorting data in real time is enable; if live sorting is not enabled; if it cannot be determined whether the collection view implements live sorting. The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates whether should sort the data in real time if it can. if live sorting has been requested; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets a collection of strings that specify the properties that participate in filtering data in real time. A collection of strings that specify the properties that participate in filtering data in real time. Gets a collection of strings that specify the properties that participate in grouping data in real time. A collection of strings that specify the properties that participate in grouping data in real time. Gets a collection of strings that specify the properties that participate in sorting data in real time. A collection of strings that specify the properties that participate in sorting data in real time. Gets or sets a collection of objects that describes how the items in the collection are sorted in the view. A collection of objects that describes how the items in the collection are sorted in the view. Gets or sets the collection object from which to create this view. The default value is . Gets the view object that is currently associated with this instance of . The view object that is currently associated with this instance of . Enables multiple collections and items to be displayed as a single list. Occurs when the collection changes, either by adding or removing an item. Occurs when the collection has changed. Creates a new instance of the class that is empty and has default initial capacity. Creates a new instance of the class that is empty and has a specified initial capacity. The number of items that the new list is initially capable of storing. Adds the specified item to this collection. New item to add to the collection. Zero-based index where the new item is added. Clears the collection. Checks to see if a given item is in this collection. The item to check. if the collection contains the given item; otherwise, . Makes a shallow copy of object references from this collection to the given array. The array that is the destination of the copy operation. Zero-based index in the target array at which the copying starts. Returns the index in this collection where the given item is found. The item to retrieve the index for. If the item appears in the collection, then the zero-based index in the collection where the given item is found; otherwise, -1. Inserts an item in the collection at a given index. All items after the given position are moved down by one. The index to insert the item at. The item reference to add to the collection. If index is out of range. Handles events from the centralized event table. The type of the calling this method. This only recognizes manager objects of type . Object that originated the event. Event data. if the listener handled the event; otherwise, . Removes the given item reference from the collection. All remaining items move up by one. The item to remove. Removes an item from the collection at the given index. All remaining items move up by one. The index at which to remove an item. If index is out of range. Returns an enumerator. An IEnumerator object. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The view created. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The type of the calling this method. This only recognizes manager objects of type . Object that originated the event. Event data. if the listener handled the event; otherwise, . Gets the number of items stored in this collection. The number of items stored in this collection. Indexer property that retrieves or replaces the item at the given zero-based offset in the collection. The zero-based offset of the item to retrieve or replace. If the index is out of range. The item at the specified zero-based offset. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. true if access to the is synchronized (thread safe); otherwise, false. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that can be used to synchronize access to the . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the has a fixed size; otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the is read-only; otherwise, . Provides a implementation so that you can use the "weak event listener" pattern to attach listeners for the event. Adds the specified event handler, which is called when specified source raises the event. The source object that the raises the event. The delegate that handles the event. is . Adds the specified listener to the event of the specified source. The object with the event. The object to add as a listener. Returns a new object to contain listeners to the event. A new object to contain listeners to the event. Removes the specified event handler from the specified source. The source object that the raises the event. The delegate that handles the event. is . Removes the specified listener from the event of the specified source. The object with the event. The listener to remove. Begins listening for the event on the specified source. The object with the event. Stops listening for the event on the specified source. The source object to stop listening for. Encapsulates arguments for data transfer events. Invokes the specified handler in a type-specific way on the specified object. The generic handler to call in a type-specific way. The object to invoke the handler on. Gets the specific binding target property that is involved in the data transfer event. The property that changed. Gets the binding target object of the binding that raised the event. The target object of the binding that raised the event. Provides information and event data that is associated with the event. Gets or sets a value that indicates whether the item passes the filter. if the item passes the filter; otherwise, . The default is . Gets the object that the filter should test. The object that the filter should test. The default is . Represents the method that will handle the event. The source of the event. The event data. Represents a method that is used to provide custom logic to select the based on the parent group and its level. The parent group. The level of . The chosen based on the parent group and its level. Provides a way to apply custom logic in a . Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target. The array of values that the source bindings in the produces. The value indicates that the source binding has no value to provide for conversion. The type of the binding target property. The converter parameter to use. The culture to use in the converter. A converted value. If the method returns , the valid value is used. A return value of . indicates that the converter did not produce a value, and that the binding will use the if it is available, or else will use the default value. A return value of . indicates that the binding does not transfer the value or use the or the default value. Converts a binding target value to the source binding values. The value that the binding target produces. The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return. The converter parameter to use. The culture to use in the converter. An array of values that have been converted from the target value back to the source values. Provides a way to apply custom logic to a binding. Converts a value. The value produced by the binding source. The type of the binding target property. The converter parameter to use. The culture to use in the converter. A converted value. If the method returns , the valid null value is used. Converts a value. The value that is produced by the binding target. The type to convert to. The converter parameter to use. The culture to use in the converter. A converted value. If the method returns , the valid null value is used. Represents the collection view for collections that implement . Initializes a new instance of the class, using a supplied collection that implements . The underlying collection, which must implement . Starts an add transaction and returns the pending new item. The pending new item. Adds the specified object to the collection. The object to add to the collection. An object cannot be added to the by using the method. The object that was added to the collection. Ends the edit transaction, and if possible, restores the original value to the item. Ends the add transaction and discards the pending new item. Ends the edit transaction and saves the pending changes. Ends the add transaction and saves the pending new item. Compares two objects and returns a value that indicates whether one is less than, equal to, or greater than the other. The first object to compare. The second object to compare. Less than zero if is less than , zero if and are equal, or greater than zero if is greater than . Returns a value that indicates whether a given item belongs to the collection view. The object to check. if the item belongs to the collection view; otherwise, . Begins an edit transaction of the specified item. The item to edit. Returns an object that you can use to enumerate the items in the view. An object that you can use to enumerate the items in the view. Retrieves the item at the specified position in the view. The zero-based index at which the item is located. If is out of range. The item at the specified position in the view. Returns the index where the given data item belongs in the collection, or -1 if the index of that item is unknown. The object to check for in the collection. The index of the item in the collection, or -1 if the item does not exist in the collection. Return a value that indicates whether the contains the item. The item to locate. if the contains the item; otherwise, . Returns an enumerator for the . An enumerator for the . Returns the index of the specified item in the . The item to return an index for. The index of the specified item in the . Returns the item at the given index in the . The index at which the item is located. The item at the specified zero-based index in the view. Sets the item at the specified index to be the in the view. The index to set the to. The index is out of range. if the resulting is an item within the view; otherwise, . Occurs when the property changes. Called by the base class to notify the derived class that a event has been posted to the message queue. The object that is added to the change log. If is . Returns a value that indicates whether the specified item in the underlying collection belongs to the view. The item to check. if the specified item belongs to the view or if there is not filter set on the collection view; otherwise, . Handles events. The object to process. If is . Recreates the view. Removes the specified item from the collection. The item to remove. Removes the item at the specified position from the collection. The zero-based index of the item to remove. is less than 0 or greater than the number of items in the collection view. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The first object to compare. The second object to compare. A value that is less than zero means is less than a value of zero means the objects are equal; and a value that is over zero means is greater than . Gets or sets the current active comparer that is used in sorting. An object that is the active comparer. Gets or sets the current active callback. The active callback. Gets a value that indicates whether a new item can be added to the collection. if a new item can be added to the collection; otherwise, . Gets a value that indicates whether a specified object can be added to the collection. if a specified object can be added to the collection; otherwise, . Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object. if the collection view can discard pending changes and restore the original values of an edited object; otherwise, . Gets a value that indicates whether the collection view supports turning filtering data in real time on or off. in all cases. Gets a value that indicates whether the collection view supports turning grouping data in real time on or off. in all cases. Gets a value that indicates whether the collection view supports turning sorting data in real time on or off. in all cases. Gets a value that indicates whether the view supports callback-based filtering. For a default instance of , this property always returns . Gets a value that indicates whether the collection view supports grouping. if the collection view supports grouping; otherwise, . Gets a value that indicates whether an item can be removed from the collection. if an item can be removed from the collection; otherwise, . Gets a value that indicates whether the collection view supports sorting. For a default instance of , this property always returns . Gets the estimated number of records. One of the following: Value Meaning -1 Could not determine the count of the collection. This might be returned by a "virtualizing" view, where the view deliberately does not account for all items in the underlying collection because the view is trying to increase efficiency and minimize dependence on always having the whole collection available. any other integer The count of the collection. Gets the item that is being added during the current add transaction. The item that is being added if is ; otherwise, . Gets the item in the collection that is being edited. The item in the collection that is being edited if is ; otherwise, . Gets or sets a custom object that implements to sort items in the view. The sort criteria as an implementation of . Gets or sets a method that is used to determine whether an item is suitable for inclusion in the view. A delegate that represents the method that is used to determine whether an item is suitable for inclusion in the view. Gets or sets a delegate to select the as a function of the parent group and its level. A method that provides the logic for the selection of the as a function of the parent group and its level. The default value is . Gets a collection of objects that describe how the items in the collection are grouped in the view. A collection of objects that describe how the items in the collection are grouped in the view. Gets the top-level groups. A read-only collection of the top-level groups, or if there are no groups. Gets the number of records in the . The number of records in the . Gets the filtered and sorted list of items. The on which filtering and sorting have been applied. Gets a value that indicates whether an add transaction is in progress. if an add transaction is in progress; otherwise, . Gets or sets a value that indicates whether the list of items (after applying the sort and filters, if any) is already in the correct order for grouping. if the list of items is already in the correct order for grouping; otherwise, . Gets a value that indicates whether an edit transaction is in progress. if an edit transaction is in progress; otherwise, . Returns a value that indicates whether the resulting (filtered) view is empty. if the resulting view is empty; otherwise, . Gets a value that indicates whether there are groups in the view. if there are groups in the view; otherwise, . Gets or sets a value that indicates whether filtering data in real time is enabled. cannot be set to . if filtering data in real time is enabled; if live filtering is not enabled; if it cannot be determined whether the collection view implements live filtering. Gets or sets a value that indicates whether grouping data in real time is enabled. cannot be set to . if grouping data in real time is enabled; if live grouping is not enabled; if it cannot be determined whether the collection view implements live grouping. Gets or sets a value that indicates whether sorting in real time is enabled. cannot be set to . if sorting data in real time is enabled; if live sorting is not enabled; if it cannot be determined whether the collection view implements live sorting. Gets a collection of objects that describes the properties of the items in the collection. A collection of objects that describes the properties of the items in the collection. Gets a collection of strings that specify the properties that participate in filtering data in real time. A collection of strings that specify the properties that participate in filtering data in real time. Gets a collection of strings that specify the properties that participate in grouping data in real time. A collection of strings that specify the properties that participate in grouping data in real time. Gets a collection of strings that specify the properties that participate in sorting data in real time. A collection of strings that specify the properties that participate in sorting data in real time. Gets or sets the position of the new item placeholder in the . One of the enumeration values that specifies the position of the new item placeholder in the . Gets a collection of objects that describes how the items in the collection are sorted in the view. A collection of objects that describe how the items in the collection are sorted in the view. Gets a value that indicates whether a private copy of the data is needed for sorting and filtering. if a private copy of the data is needed for sorting and filtering; otherwise, . The default implementation returns if there is an or , or both. Describes a collection of objects attached to a single binding target property. Initializes a new instance of the class. Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets the collection of objects within this instance. A collection of objects. currently supports only objects of type and not or . Adding a child to a object implicitly adds the child to the collection for the object. Gets or sets the converter to use to convert the source values to or from the target value. A value of type that indicates the converter to use. The default value is . Gets or sets the object that applies to any converter assigned to bindings wrapped by the or on the itself. A valid . Gets or sets an optional parameter to pass to a converter as additional information. A parameter to pass to a converter. The default value is . Gets or sets a value that indicates the direction of the data flow of this binding. One of the values. The default value is , which returns the default binding mode value of the target dependency property. However, the default value varies for each dependency property. In general, user-editable control properties, such as , default to two-way bindings, whereas most other properties default to one-way bindings. A programmatic way to determine whether a dependency property binds one-way or two-way by default is to get the property metadata of the property using and then check the Boolean value of the property. Gets or sets a value that indicates whether to raise the event when a value is transferred from the binding target to the binding source. if the event will be raised when the binding source value is updated; otherwise, . The default value is . Gets or sets a value that indicates whether to raise the event when a value is transferred from the binding source to the binding target. if the event will be raised when the binding target value is updated; otherwise, . The default value is . Gets or sets a value that indicates whether to raise the attached event on the bound element. if the attached event will be raised on the bound element when there is a validation error during source updates; otherwise, . The default value is . Gets or sets a handler you can use to provide custom logic for handling exceptions that the binding engine encounters during the update of the binding source value. This is only applicable if you have associated the with your object. A method that provides custom logic for handling exceptions that the binding engine encounters during the update of the binding source value. Gets or sets a value that determines the timing of binding source updates. One of the values. The default value is , which returns the default value of the target dependency property. However, the default value for most dependency properties is , while the property has a default value of . A programmatic way to determine the default value of a dependency property is to get the property metadata of the property using and then check the value of the property. Gets or sets a value that indicates whether to include the . to include the ; otherwise, . Gets or sets a value that indicates whether to include the . to include the ; otherwise, . Gets or sets a value that indicates whether to include the . to include the ; otherwise, . The default is . Gets the collection of objects for this instance of . The collection of objects for this instance of . Contains instance information about a single instance of a . Sends the current binding target value to the binding source properties in or bindings. Forces a data transfer from the binding source properties to the binding target property. Gets the collection of objects in this instance of . A read-only collection of the objects. Even though the return type is a collection of objects the returned collection would only contain objects because the class currently only supports objects. Returns a value that indicates whether any of the inner objects or the itself has a failing validation rule. if at least one of the inner objects or the itself has a failing validation rule; otherwise, . Gets a value that indicates whether the parent binding has a failed validation rule. if the parent binding has a failed validation rule; otherwise, . Gets the object from which this is created. The object from which this is created. Gets the object that caused this instance of to be invalid. The object that caused this instance of to be invalid. Wraps and creates an object that you can use as a binding source. Initializes a new instance of the class. Starts to create the requested object, either immediately or on a background thread, based on the value of the property. Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Gets the list of parameters to pass to the constructor. The list of parameters to pass to the constructor. The default value is . Gets or sets a value that indicates whether to perform object creation in a worker thread or in the active context. to perform object creation in a worker thread; otherwise, . The default is . Gets or sets the name of the method to call. The name of the method to call. The default value is . Gets the list of parameters to pass to the method. The list of parameters to pass to the method. The default is an empty list. Gets or sets the object used as the binding source. is assigned both an and an ; only one is allowed. The instance of the object constructed from and , or the of which the is used as the . Gets or sets the type of object to create an instance of. is assigned both an and an ; only one is allowed. This property is when the is uninitialized or explicitly set to null. If is assigned, returns the type of the object or null if the object is null. The default value is . Describes a collection of objects that is attached to a single binding target property, which receives its value from the first binding in the collection that produces a value successfully. Initializes a new instance of the class. Returns a value that indicates whether serialization processes should serialize the effective value of the property on instances of this class. if the property value should be serialized; otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object to add as a child. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A string to add to the object. Gets the collection of objects that is established for this instance of . A collection of objects. currently supports only objects of type and not or . Adding a child to a object implicitly adds the child to the collection for the object. The default is an empty collection. Contains instance information about a single instance of a . Updates the source on the active binding. Updates the target on the active binding. Gets the active object. The active object; or , if no object is active. Although the return type is , the returned object is only a object because the class currently supports only objects. Gets the collection of objects inside this instance of . A read-only collection of the objects. Although the return type is a collection of objects, the returned collection only contains objects because the class currently supports only objects. Gets a value that indicates whether the parent binding has a failed validation rule. if the parent binding has a failed validation rule; otherwise, . Gets the object from which this is created. The object from which this is created. Describes the grouping of items using a property name as the criteria. Initializes a new instance of the class. Initializes a new instance of the class with the specified parameters. The name of the property that specifies which group an item belongs to. If this is , the item itself is passed to the value converter. An object to apply to the property value or the item to produce the final value that is used to determine which group(s) an item belongs to. The converter may return a collection, which indicates the items can appear in more than one group. A value that specifies the comparison between the value of an item and the name of a group. Initializes a new instance of the class with the specified property name and converter. The name of the property that specifies which group an item belongs to. If this is , the item itself is passed to the value converter. An object to apply to the property value or the item to produce the final value that is used to determine which group(s) an item belongs to. The converter may return a collection, which indicates the items can appear in more than one group. Initializes a new instance of the class with the specified property name. The name of the property that specifies which group an item belongs to. Returns the group name(s) for the given item. The item to return group names for. The level of grouping. The to supply to the converter. The group name(s) for the given item. Returns a value that indicates whether the group name and the item name match so that the item belongs to the group. The name of the group to check. The name of the item to check. if the names match and the item belongs to the group; otherwise, . Gets an value that orders groups in ascending order of name. An value that orders groups in ascending order of name. Gets an value that orders groups in descending order of name. An value that orders groups in descending order of name. Gets or sets a converter to apply to the property value or the item to produce the final value that is used to determine which group(s) an item belongs to. The default value is . Gets or sets the name of the property that is used to determine which group(s) an item belongs to. The default value is . Gets or sets a value that specifies the comparison between the value of an item (as determined by and ) and the name of a group. The default value is .. Implements a markup extension that describes the location of the binding source relative to the position of the binding target. Initializes a new instance of the class. Initializes a new instance of the class with an initial mode and additional tree-walking qualifiers for finding the desired relative source. One of the values. For this signature to be relevant, this should be . The of ancestor to look for. The ordinal position of the desired ancestor among all ancestors of the given type. Initializes a new instance of the class with an initial mode. One of the values. Returns an object that should be set as the value on the target object's property for this markup extension. For , this is another , using the appropriate source for the specified mode. An object that can provide services for the markup extension. In this implementation, this parameter can be . Another . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Gets or sets the level of ancestor to look for, in mode. Use 1 to indicate the one nearest to the binding target element. The ancestor level. Use 1 to indicate the one nearest to the binding target element. Gets or sets the type of ancestor to look for. The is not in the mode. The type of ancestor. The default value is . Gets or sets a value that describes the location of the binding source relative to the position of the binding target. This property is immutable after initialization. Instead of changing the on this instance, create a new or use a different static instance. One of the values. The default value is . Gets a static value that is used to return a constructed for the mode. A static . Gets a static value that is used to return a constructed for the mode. A static . Gets a static value that is used to return a constructed for the mode. A static . Describes the location of the binding source relative to the position of the binding target. Refers to the ancestor in the parent chain of the data-bound element. You can use this to bind to an ancestor of a specific type or its subclasses. This is the mode you use if you want to specify and/or . Allows you to bind the previous data item (not that control that contains the data item) in the list of data items being displayed. Refers to the element on which you are setting the binding and allows you to bind one property of that element to another property on the same element. Refers to the element to which the template (in which the data-bound element exists) is applied. This is similar to setting a and is only applicable if the is within a template. Represents the method that handles exceptions that are thrown during the update of the binding source value. This must be used with the . The object with the exception. The exception encountered. An object that is typically one of the following: Value Description To ignore any exceptions. The default behavior (if there is no ) is to create a with the exception and adds it to the collection of the bound element. Any object To create a object with the set to that object. The object is added to collection of the bound element. A object To set the or object as the . The object is added to collection of the bound element. Describes the timing of binding source updates. The default value of the binding target property. The default value for most dependency properties is , while the property has a default value of . Updates the binding source only when you call the method. Updates the binding source whenever the binding target element loses focus. Updates the binding source immediately whenever the binding target property changes. Represents an attribute that allows the author of a value converter to specify the data types involved in the implementation of the converter. Initializes a new instance of the class with the specified source type and target type. The type this converter converts. The type this converter converts to. The parameter cannot be . Returns the hash code for this instance of . The hash code for this instance of . Gets or sets the type of the optional value converter parameter object. The type of the optional value converter parameter object. Gets the type this converter converts. The type this converter converts. Gets the type this converter converts to. The type this converter converts to. Gets the unique identifier of this instance. The unique identifier of this instance. The exception that is thrown by the method when the value is not available. Initializes a new instance of the class. Initializes a new instance of the class with serialized data. The object that holds the serialized object data. The contextual information about the source or destination. Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. The error message that explains the reason for the exception. The exception that is the cause of the current exception. If the parameter is not a null reference ( in Visual Basic), the current exception is raised in a block that handles the inner exception. Initializes a new instance of the class with the specified message. The message that describes the error. Enables declarative access to XML data for data binding. Initializes a new instance of the class. Prepares the loading of either the inline XML or the external XML file to produce a collection of XML nodes. Indicates that the initialization of this element has completed; this causes a if no other is outstanding. Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . This type or member supports the WPF infrastructure and is not intended to be used directly from your code. The base URI. Gets or sets the to use as the binding source. The to use as the binding source. The default value is . Gets or sets a value that indicates whether node collection creation will be performed in a worker thread or in the active context. to perform node collection creation in a worker thread; otherwise, . The default value is . Gets or sets the of the XML data file to use as the binding source. The of the XML data file to use as the binding source. The default value is . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The base URI. Gets or sets the used to run queries. The used to run queries. The default value is . Gets the inline XML content. The inline XML content. Gets or sets the query used to generate the data collection. The query used to generate the data collection. The default is an empty string. Declares a mapping between a uniform resource identifier (URI) and a prefix. Initializes a new instance of the class. Initializes a new instance of the class with the specified prefix and uniform resource identifier (URI). The prefix to use in Extensible Application Markup Language (XAML). The of the namespace to create the mapping for. Returns a value that indicates whether this is equivalent to the specified instance. The instance to compare for equality. if the two instances are the same; otherwise, . Returns the hash code for this . The hash code for this . Performs equality comparison by value. The first object to compare. The second object to compare. if the two objects are the same; otherwise, . Performs inequality comparison by value. The first object to compare. The second object to compare. if the two objects are not the same; otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Gets or sets the prefix to use in Extensible Application Markup Language (XAML). The prefix to associate with the URI. The default is an empty string(""). Gets or sets the of the namespace for which to create a mapping. The URI of the namespace. The default is . Represents a collection of objects. Initializes a new instance of the class. Adds a object to this collection. The object to add. This cannot be . If is . If the of the object is . Adds a object to this collection. The object to add. This cannot be . If is . Adds a text string as a child of this object. The text string to add as a child. If is . Removes all objects in this collection. Returns a value that indicates whether this collection contains the specified object. The object of interest. This cannot be . If is . If the of the object is . if this collection contains the specified object; otherwise, . Copies the items of the collection to the specified array, starting at the specified index. The array that is the destination of the items copied from the collection. The zero-based index in array at which copying starts. If is . If the number of items exceed the length of the array. Returns an object that you can use to enumerate the items in this collection. An object that you can use to enumerate the items in this collection. Returns a generic object. A generic object. Removes the specified object from this collection. The object to remove. This cannot be . If is . If the of the object is . if the specified object has been successfully removed; otherwise, . For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . The child to add. For a description of this member, see . The text to add to the . Gets the number of objects in the collection. The number of objects in the collection. Gets a value that indicates whether this collection is read-only. This always returns . Describes the visual structure of a data object. Initializes a new instance of the class. Initializes a new instance of the class with the specified property. If the template is intended for object data, this is the Type name of the data object. Checks the templated parent against a set of rules. The element this template is applied to. Gets the default key of the . The default key of the . Gets or sets the type for which this is intended. The default value is . Gets a collection of triggers that apply property values or perform actions based on one or more conditions. A collection of trigger objects. The default value is . Represents the resource key for the class. Initializes a new instance of the class. Initializes a new instance of the class with the specified type. The type for which this template is designed. This is either a (to indicate that the is used to display items of the given type), or a string (to indicate that the is used to display elements with the given tag name). Represents a trigger that applies property values or performs actions when the bound data meets a specified condition. Initializes a new instance of the class. Handles cases where a markup extension provides a value for a property of a object. The object where the markup extension sets the value. Data that is relevant for markup extension processing. Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets or sets the binding that produces the property value of the data object. The default value is . Gets a collection of objects, which describe the property values to apply when the data item meets the specified condition. The default value is . Gets or sets the value to be compared with the property value of the data object. Expressions are not supported. Bindings are not supported. The default value is . See also the Exceptions section. Represents deferrable content that is held within BAML as a stream. Converts a stream to a instance. Initializes a new instance of the class. Returns whether this converter can convert the specified object to a object. An that provides a format context. A that represents the type you want to convert from. if this converter can perform the conversion; otherwise, . Converts the specified stream to a new object. An that provides a format context. The to use as the current culture. The source stream to convert. is . is not able to provide the necessary XAML schema context for BAML. -or- service interpretation of determines that the target object is not a . -or- is not a valid byte stream. A new object. Provides a single helper method () that reports the property system source for the effective value of a dependency property. Returns a structure that reports various metadata and property system characteristics of a specified dependency property on a particular . The element that contains the to report information for. The identifier for the dependency property to report information for. A structure that reports the specific information. Indicates whether a specified element belongs to an instance of a template that defines a value for the specified property that may change at runtime based on changes elsewhere. An element that belongs to a template instance. A dependency property. if belongs to an instance of a template that defines a value for the specified property that may change at runtime based on changes elsewhere; otherwise, . Enables enumeration of generic and themed instances, and provides a notification infrastructure for listening to the loading and unloading of instances. Occurs when a managed debugger is attached and a generic object is loaded by the application. Occurs when a static resource reference is resolved. Occurs when a managed debugger is attached, and a themed object is loaded by the application. Occurs when a managed debugger is attached and a themed object is unloaded from the application. Gets the application owners of a specified resource dictionary. A resource dictionary. The application owners of . If there are no application owners, the method returns . Gets the framework content owners of a specified resource dictionary. A resource dictionary. The framework content owners of . If there are no framework content owners, the method returns . Gets the framework element owners of a specified resource dictionary. A resource dictionary. The framework element owners of . If there are no framework element owners, the method returns . Finds the resource dictionaries created from a given source URI. The source URI. The resource dictionaries created from . The method returns if Visual Diagnostics is not enabled, the environment variable is not set or is set to , or no resource dictionaries were created from . Gets all instances of generic objects loaded by the application when a managed debugger is attached. property. Gets all instances of themed objects loaded by the application when a managed debugger is attached. Represents information about a object. Gets the assembly that uses the object referenced by the property. Gets the resource dictionary for which additional information is described by this object instance. Gets the name of the assembly from which the resource dictionary is loaded. Gets the URI of the compiled BAML file embedded in the property from which the resource dictionary is loaded. Provides data for the and events. Gets data for the and events . Data for the and events. Provides data for the event. Gets data for the event. Data for the event. Provides data for the event. Gets the name of the resource dictionary. The name of the resource dictionary. The key for the requested resource. The key for the requested resource. Gets the value to assign to the target property. The value to assign to the target property. Gets the target property that the resource sets. The target property that the resource sets. Converts the property, which is a value of type , to and from other types. Initializes a new instance of the class. does not support converting from other types to (a value of type ). A that provides a format context. A that represents the type to convert from. A that always returns . does not support converting from (a value of type ) to other types. A that provides a format context. A that represents the type to convert to. A that always returns . does not support converting from (a value of type ) to other types. A that provides a format context. The to use as the current culture. If is passed, the current culture is assumed. The to convert. is called. Always raises . does not support converting from other types to (a value of type ). A that provides a format context. The to use as the current culture. If is passed, the current culture is assumed. The to convert. The to convert the value parameter to. is called. Always raises . Abstract class that represents a that decorates a . Initializes a new instance of the class. The element to bind the adorner to. adornedElement is . Returns a for the adorner, based on the transform that is currently applied to the adorned element. The transform that is currently applied to the adorned element. A transform to apply to the adorner. For a description of this member, see . The available size provided by the element. The potential clipping geometry. Implements any custom measuring behavior for the adorner. A size to constrain the adorner to. A object representing the amount of layout space needed by the adorner. Gets the that this adorner is bound to. The element that this adorner is bound to. The default value is . Gets or sets a value that indicates whether clipping of the adorner is enabled. A value indicating whether clipping of the adorner is enabled. If this property is , the adorner is not clipped. If this property is , the adorner is clipped using the same clipping geometry as the adorned element. The default value is . Provides an for the child elements in the visual tree. Initializes a new instance of the class. Positions child elements and determines a size for the . The size reserved for this element by its parent. The actual size needed by the element. This return value is typically the same as the value passed to finalSize. Gets a child at the specified position. The index position of the wanted child. A child of the parent element. Measures the size required for child elements and determines a size for the . A size to constrain the to. A object representing the amount of layout space needed by the . Gets the associated with this . The associated with this adorner decorator. Gets or sets the single child of an . The single child of an . This property has no default value. Gets the number of child objects in this instance of . Either returns 2 (one for the and one for the ) or the property returns 0 if the has no child. Represents a surface for rendering adorners. Adds an adorner to the adorner layer. The adorner to add. Raised when adorner is null. Gets an for a specified point. The point to hit test. An for the specified point. Positions child elements and determines a size for the . The size reserved for this element by its parent. The actual size needed by the element. This return value is typically the same as the value passed to finalSize. Returns the first adorner layer in the visual tree above a specified . The visual element for which to find an adorner layer. Raised when visual is null. An adorner layer for the specified visual, or null if no adorner layer can be found. Returns an array of adorners that are bound to the specified . The to retrieve an array of adorners for. An array of adorners that decorate the specified , or null if there are no adorners bound to the specified element. Gets a child at the specified position. The index position of the wanted child. A child of the parent element. Measures the size required for child elements and determines a size for the . Unused. This method always returns a of (0,0). Removes the specified from the adorner layer. The to remove. Raised when adorner is null. Updates the layout and redraws all of the adorners in the adorner layer. Updates the layout and redraws all of the adorners in the adorner layer that are bound to the specified . The associated with the adorners to update. Raised when element is null. Raised when the specified element cannot be found. Gets an enumerator that can iterate the logical child elements of this element. An . This property has no default value. Gets the number of child objects in this instance of . The number of child objects in this instance of . An abstract class that provides a base for elements that are used to anchor elements to flow content. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes base class values when called by a derived class, taking a specified object as the initial contents of the new descendant of , and a specifying an insertion position for the new descendant. A object specifying the initial contents of the new element. This parameter may be , in which case no is inserted. A specifying an insertion position at which to insert the element after it is created, or for no automatic insertion. Returns a value that indicates whether or not the effective value of the property should be serialized during serialization of an object deriving from . A serialization service manager object for this object. Raised when is . if the property should be serialized; otherwise, . Gets a containing the top-level elements that comprise the contents of the element. A containing the elements that comprise the contents of the element. This property has no default value. Gets or sets a to use when painting the element's border. The brush used to apply to the element's border. The default value is a brush. Gets or sets the border thickness for the element. A structure specifying the amount of border to apply, in device independent pixels. The default value is a uniform thickness of zero (0.0). Gets or sets the height of each line of content. Raised if an attempt is made to set to a non-positive value. A double value specifying the height of line in device independent pixels. must be equal to or greater than 0.0034 and equal to or less then 160000. A value of (equivalent to an attribute value of "Auto") causes the line height is determined automatically from the current font characteristics. The default value is . Gets or sets the mechanism by which a line box is determined for each line of text within the text element. The mechanism by which a line box is determined for each line of text within the text element. The default value is . Gets or sets the margin thickness for the element. A structure specifying the amount of margin to apply, in device independent pixels. The default value is a uniform thickness of zero (0.0). Gets or sets the padding thickness for the element. A structure specifying the amount of padding to apply, in device independent pixels. The default value is a uniform thickness of zero (0.0). Gets or sets a value that indicates the horizontal alignment of text content. A member of the enumerations specifying the desired alignment. The default value is . An abstract class that provides a base for all block-level flow content elements. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes base class values when called by a derived class. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the attached property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object from which to retrieve the value of the property. is . The current value of the attached property on the specified dependency object. Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property for a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . is negative. Sets the value of the attached property on a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property for a specified dependency object. The dependency object on which to set the value of the property. The new value to set the property to. is . Gets or sets a to use when painting the element's border. The brush used to apply to the element's border. The default is . Gets or sets the border thickness for the element. A structure specifying the amount of border to apply, in device independent pixels. The default is a uniform thickness of zero (0.0). Gets or sets a value that indicates whether to automatically insert a column-break before this element in cases where the element participates in a column-based presentation. to automatically insert a column-break before this element; otherwise, . Gets or sets a value that indicates whether to automatically insert a page-break before this element. to automatically insert a page-break before this element; otherwise, . Gets or sets the direction in which any elements contained by a element should be repositioned. One of the values that specifies the direction in which to separate any elements from other content contained in the element. The default is , which indicates that floaters should be rendered in place. Gets or sets the relative direction for flow of content within a element. One of the values that specifies the relative flow direction. The default is . Gets or sets a value that indicates whether automatic hyphenation of words is enabled or disabled. if automatic breaking and hyphenation of words is enabled; otherwise, . The default is . Gets or sets the height of each line of content. is set to a non-positive value. The height of each line in device independent pixels, in the range of 0.0034 to 160000, or to determine the height automatically. The default is . Gets or sets how a line box is determined for each line of text within the block-level flow content element. One of the values that specifies how a line box is determined for each line of text within the block-level flow content element. The default value is . Gets or sets the margin thickness for the element. A structure that specifies the amount of margin to apply, in device independent pixels. The default is a uniform thickness of zero (0.0). Gets the sibling element that directly follows the current element. The sibling element that directly follows the current element, or if no such element exists. Gets or sets the padding thickness for the element. A structure that specifies the amount of padding to apply, in device independent pixels. The default is a uniform thickness of zero (0.0). Gets the sibling element that directly precedes the current element. The sibling element that directly precedes the current element, or if no such element exists. Gets a collection of elements that are siblings to the current element. A that contains the child elements that are directly hosted by the parent of the current element, or if the current element has no parent. Gets or sets the horizontal alignment of text content. One of the values that specifies the desired alignment. The default is . Represents a collection of elements. defines the allowable child content of the , , , , , and elements. Gets the first element within this instance of . The first element in the . Gets the last element within this instance of . The last element in the . A block-level flow content element which enables elements (i.e. a ) to be embedded (hosted) in flow content. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new . An object specifying the initial contents of the new . Gets or sets the hosted by the . The hosted by the . An inline-level flow content element which causes content to render with a bold font weight. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new , and a specifying an insertion position for the new element. An object specifying the initial contents of the new . This parameter may be , in which case no is inserted. A specifying an insertion position at which to insert the element after it is created, or for no automatic insertion. Initializes a new instance of the class, taking a specified object as the initial contents of the new . An object specifying the initial contents of the new . Initializes a new instance of the class, taking two objects that indicate the beginning and end of a selection of content to be contained by the new . A indicating the beginning of a selection of content to be contained by the new . A indicating the end of a selection of content to be contained by the new . Raised when or is null. Raised when and do not resolve to a range of content suitable for enclosure by a element, for example, if and indicate positions in different paragraphs. Provides access to reference a . Identifies the dependency property. Initializes a new instance of the class. Synchronously loads and parses the document specified by the property location. to force a new load of the document, even if it was previously loaded. The document that was loaded. Attaches a to the . The document that is attached. Gets or sets the uniform resource identifier (URI) for this document reference. A representing the document reference. For a description of this member, see . The base URI of the current context. Defines an ordered list of elements. Occurs when an element is added or removed. Adds an element to the end of the collection. The element to add to the end of the collection. Copies the whole collection to an array that starts at a given array index. The destination array to which the elements from the collection should be copied. The zero-based starting index within the array where the collection elements are to be copied. Returns an enumerator for iterating through the collection. An enumerator that you can use to iterate through the collection. Returns an enumerator that iterates through a collection. Use the type-safe method instead. An object that can be used to iterate through the collection. Gets the number of elements that are in the collection. The number of items that the collection contains. Gets the element that is at the specified index. The zero-based index of the element in the collection to get. The collection element that is at the specified . Do not use. Do not use. Represents a drawing, chart, or diagram in a document. Initializes a new instance of the class. Add a named element to the figure. The element to add. The element is . This method is not implemented. Always raises . This method has not been implemented. Always raises . This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. The child to add. is not one of the types that can be a child of this class. See Remarks. Adds the text content of a node to the object. The text to add to the object. Represents an item in a list or outline. Initializes a new instance of the class. Adds a block to a list item. The block to add. The is . This method has not been implemented. Always raises . This method has not been implemented. Always raises . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The child that is added. is not one of the types that can be a child of this class. See Remarks. Not implemented. Not used. Gets or sets the name of the numeral, character, or bullet symbol for the list item as it appears in the formatting markup of the document. A marking list item. Represents a list of items in a document. Initializes a new instance of the class. Adds a list item to the list. The list item to add. The is . This method has not been implemented. Always raises . This method has not been implemented. Always raises . This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. The child that is added. is not one of the types that can be a child of this class. See Remarks. Adds the text content of a node to the object. The text to add to the object. Identifies an element within the hierarchy of elements under a . Initializes a new instance of the class. Gets or sets the name of the element in the markup hierarchy that provides the content for the parent of the . The name of the element. Represents a paragraph in a document. Initializes a new instance of the class. Adds a named element to the paragraph. The element to add. The is . This method has not been implemented. Always raises . This method has not been implemented. Always raises . This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. The child that is added. is not one of the types that can be a child of this class. See Remarks. Not implemented. Not used. Represents a section of content in a document. Initializes a new instance of the class. Adds a block to the section. The block element to add. The element is . This method has not been implemented. An enumerator. This method has not been implemented. An enumerator. Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. An XML element in the markup for XML Paper Specification (XPS) documents. Identifies the start or end of story composed of one or more elements. Initializes a new instance of the class. Represents all or part of a story within an XPS document. Initializes a new instance of the class. Add a block to the story fragment. The block to add. The block passed is . This method has not been implemented. Always raises . This method has not been implemented. Always raises . This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. The child that is added. is not one of the types that can be a child of this class. See Remarks. Adds the text content of a node to the object. The text to add to the object. Gets or sets the name of the story fragment. A representing the name of this fragment. Gets or sets the type of fragment. A representing the type of fragment. Gets or sets the name of the story. A representing the name of the story. Represents a set of one or more elements. Initializes a new instance of the class. Adds a to the collection. The to add. The is . This API is not implemented. This API is not implemented. This API is not implemented. This API is not implemented. Adds a child object to the . The child object to add. Adds the text content of a node to the object. The text to add to the object. Represents a cell in a table. Initializes a new instance of the class. Adds a block element to the table cell. The element to add. The element is . This API is not implemented. In all cases. This API is not implemented. This API is not implemented. In all cases. This API is not implemented. Adds a child object to the . The child object to add. is not one of the types that can be a child of this class. See Remarks. Adds the text content of a node to the object. The text to add to the object. Gets or sets the number of columns spanned by the cell. The number of columns that the cell spans. The default is 1. Gets or sets the number of rows spanned by the cell. The number of rows that the cell spans. The default is 1. Represents a set of one or more rows in a table. Initializes a new instance of the class. Adds a row to the table row group. The row to add. The row is null. This method has not been implemented. Always raises . This method has not been implemented. Always raises . This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. The child that is added. is not one of the types that can be a child of this class. See Remarks. Adds the text content of a node to the object. The text to add to the object. Represents a row of one or more cells in a table. Initializes a new instance of the class. Adds a cell to a table row. The cell to add. The cell is . This method has not been implemented. Always raises . This method has not been implemented. Always raises . This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. The child that is added. is not one of the types that can be a child of this class. See Remarks. Adds the text content of a node to the object. The text to add to the object. Represents a table in a document. Initializes a new instance of the class. Adds a group of rows to a table. The group of rows to add. The group of rows is . This method has not been implemented. Always raises . This method has not been implemented. Always raises . This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. The child that is added. is not one of the types that can be a child of this class. See Remarks. Adds the text content of a node to the object. The text to add to the object. Provides a standard set of editing related commands. Represents the command, which requests that the current paragraph or a selection of paragraphs be centered. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current paragraph or a selection of paragraphs be justified. The requested command. The default key gesture for this command is +. Represents the command, which requests that a selection of content be aligned left. The requested command. The default key gesture for this command is +. Represents the command, which requests that a selection of content be aligned right. The requested command. The default key gesture for this command is +. Represents the command, which requests that a backspace be entered at the current position or over the current selection. The requested command. The default key gesture for this command is . Represents the command, which requests that any misspelled word at the current position be corrected. The requested command. This command has no default key gesture. Represents the command, which requests that the font size for the current selection be decreased by 1 point. The requested command. The default key gesture for this command is +. Represents the command, which requests that indentation for the current paragraph be decreased by one tab stop. The requested command. The default key gesture for this command is ++. Represents the command, which requests that the current selection be deleted. The requested command. The default key gesture for this command is . Represents the command, which requests that the next word (relative to a current position) be deleted. The requested command. The default key gesture for this command is +. Represents the command, which requests that the previous word (relative to a current position) be deleted. The requested command. The default key gesture for this command is +. Represents the command, which requests that a line break be inserted at the current position or over the current selection. The requested command. The default key gesture for this command is +. Represents the command, which requests that a paragraph break be inserted at the current position or over the current selection. The requested command. The default key gesture for this command is . Represents the command, which requests that any instances of misspelled words at the current position or in the current selection be ignored. The requested command. This command has no default key gesture. Represents the command, which requests that the font size for the current selection be increased by 1 point. The requested command. The default key gesture for this command is +. Represents the command, which requests that indentation for the current paragraph be increased by one tab stop. The requested command. The default key gesture for this command is +. Represents the command, which requests that the caret move down by one line. The requested command. The default key gesture for this command is . Represents the command, which requests that the caret move down by one page. The requested command. The default key gesture for this command is . Represents the command, which requests that the caret move down by one paragraph. The requested command. The default key gesture for this command is +. Represents the command, which requests that the caret move one character left. The requested command. The default key gesture for this command is . Represents the command, which requests that the caret move one word left. The requested command. The default key gesture for this command is +. Represents the command, which requests that the caret move one character right. The requested command. The default key gesture for this command is . Represents the command, which requests that the caret move right by one word. The requested command. The default key gesture for this command is +. Represents the command, which requests that the caret move to the very end of content. The requested command. The default key gesture for this command is +. Represents the command, which requests that the caret move to the very beginning of content. The requested command. The default key gesture for this command is +. Represents the command, which requests that the caret move to the end of the current line. The requested command. The default key gesture for this command is . Represents the command, which requests that the caret move to the beginning of the current line. The requested command. The default key gesture for this command is . Represents the command, which requests that the caret move up by one line. The requested command. The default key gesture for this command is . Represents the command, which requests that the caret move up by one page. The requested command. The default key gesture for this command is . Represents the command, which requests that the caret move up by one paragraph. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current selection be expanded down by one line. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current selection be expanded down by one page. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current selection be expanded down by one paragraph. The requested command. The default key gesture for this command is ++. Represents the command, which requests that the current selection be expanded left by one character. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current selection be expanded left by one word. The requested command. The default key gesture for this command is ++. Represents the command, which requests that the current selection be expanded right by one character. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current selection be expanded right by one word. The requested command. The default key gesture for this command is ++. Represents the command, which requests that the current selection be expanded to the very end of content. The requested command. The default key gesture for this command is ++. Represents the command, which requests that the current selection be expanded to the very beginning of content. The requested command. The default key gesture for this command is ++. Represents the command, which requests that the current selection be expanded to the end of the current line. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current selection be expanded to the beginning of the current line. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current selection be expanded up by one line. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current selection be expanded up by one page. The requested command. The default key gesture for this command is +. Represents the command, which requests that the current selection be expanded up by one paragraph. The requested command. The default key gesture for this command is ++. Represents the command. The requested command. The default key gesture for this command is +. Represents the command. The requested command. The default key gesture for this command is . Represents the command, which requests that formatting be toggled on the current selection. The requested command. The default key gesture for this command is +. Represents the command, which requests that unordered list (also referred to as bulleted list) formatting be toggled on the current selection. The requested command. The default key gesture for this command is ++. Represents the command, which toggles the typing mode between Insert and Overtype. The requested command. The default key gesture for this command is . Represents the command, which requests that formatting be toggled on the current selection. The requested command. The default key gesture for this command is +. Represents the command, which requests that ordered list (also referred to as numbered list) formatting be toggled on the current selection. The requested command. The default key gesture for this command is ++. Represents the command, which requests that subscript formatting be toggled on the current selection. The requested command. The default key gesture for this command is +. Represents the command, which requests that superscript formatting be toggled on the current selection. The requested command. The default key gesture for this command is ++. Represents the command, which requests that formatting be toggled on the current selection. The requested command. The default key gesture for this command is +. An inline-level flow content element used to host a figure. A figure is a portion of flow content with placement properties that can be customized independently from the primary content flow within a . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new , and a specifying an insertion position for the new element. A object specifying the initial contents of the new . This parameter may be , in which case no is inserted. A specifying an insertion position at which to insert the element after it is created, or for no automatic insertion. Initializes a new instance of the class, taking a specified object as the initial contents of the new . A object specifying the initial contents of the new . Gets or sets a value that indicates whether this figure can delay its placement in the flow of content. if this figure can delay placement; otherwise, . The default value is . Gets or sets a value that indicates the height of a element. A structure specifying the height characteristics for the . The default value is . = 1.0 and . = . Gets or sets a value that indicates the position that content is anchored to in the horizontal direction. A member of the enumeration specifying a horizontal anchor location for the . The default value is . Gets or sets a value that indicates the distance that a is offset from its baseline in the horizontal direction. The distance that a is offset from its baseline in the horizontal direction, in device independent pixels. The default value is 0.0. Gets or sets a value that indicates the position that content is anchored to in the vertical direction. A member of the enumeration specifying a vertical anchor location for the . The default value is . Gets or sets a value that indicates the distance that a is offset from its baseline in the vertical direction. The distance that a is offset from its baseline in the vertical direction, in device independent pixels. The default value is 0.0. Gets or sets a value that indicates the width of a element. A structure specifying the width characteristics for the . The default value is . = 1.0 and . = . Gets or sets a value that indicates the allowable ways in which content can flow around a . A member of the enumeration specifying the allowable ways in which content can flow around a . The default value is . Hosts a portable, high fidelity, fixed-format document with read access for user text selection, keyboard navigation, and search. Identifies the dependency property. Initializes a new instance of the class. Creates an automation peer for the document. A that exposes the to Microsoft UI Automation. Gets the service object of the specified type. An object that specifies the type of service object to get. A service object of type . -or- if there is no service object of type . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets the paginator for the that provides page-oriented services such as getting a particular page and repaginating in response to changes. An object of a class derived from that provides pagination services. Gets an enumerator for accessing the document's child elements. An enumerator for accessing the document's child elements. Gets a collection of the document's elements. A collection of the document's elements. Gets or sets the that is associated with this document. The for this document. Gets or sets the base URI of the current application context. The base URI of the application context. Hosts one or more elements that define a sequence of fixed documents. Identifies the dependency property. Initializes a new instance of the class. Creates an automation peer for the sequence. A that exposes the to Microsoft UI Automation. Gets the service object of the specified type. An object that specifies the type of service object to get. A service object of type . -or- if there is no service object of type . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets the paginator for the that provides page-oriented services such as getting a particular page and repaginating in response to changes. An object of a class derived from that provides pagination services. Gets an enumerator for accessing the document sequence's child elements. An enumerator for accessing the document sequence's child elements. Gets or sets the that is associated with this document sequence. The for this sequence. Gets a collection of the document sequence's child elements. A collection of the document sequence's child elements. Gets or sets the base URI of the current application context. The base URI of the application context. Provides the content for a high fidelity, fixed-format page. Identifies the dependency property. Identifies the dependency property. Identifies the attached property. Identifies the dependency property. Identifies the attached property. Identifies the attached property. Identifies the dependency property. Identifies the attached property. Identifies the attached property. Initializes a new instance of the class. Returns the distance between the bottom of an element and the bottom of its parent . The element from which to get the bottom offset. The distance between the bottom of an element and the bottom of its parent canvas. Returns the distance between the left side of an element and the left side of its parent . The element from which to get the left offset. The distance between the right side of an element and the right side of its parent canvas. Returns the property for a given element. The element from which to get the property. The of . Returns the distance between the right side of an element and the right side of its parent . The element from which to get the right offset. The distance between the right side of an element and the right side of its parent canvas. Returns the distance between the top of an element and the top of its parent . The element from which to get the top offset. The distance between the top of an element and the top of its parent canvas. Sets the distance between the bottom of an element and the bottom of its parent . The element on which to set the bottom offset. The new distance between the bottom side of the element and the bottom side of its parent canvas. Sets the distance between the left side of an element and the left side of its parent . The element on which to set the left offset. The new distance between the left side of the element and the left side of its parent canvas. Sets the uniform resource identifier (URI) to navigate to when a hyperlink is clicked. The element on which to set the URI offset. The URI to navigate to when a hyperlink is clicked. Sets the distance between the right side of an element and the right side of its parent . The element on which to set the right offset. The new distance between the right side of the element and the right side of its parent canvas. Sets the distance between the top of an element and the top of its parent . The element on which to set the top offset. The new distance between the top side of the element and the top side of its parent canvas. Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets or sets the used for rendering the page background. The brush for rendering the page background. Gets or sets a rectangle defining the overflow area for bleeds, registration marks, and crop marks. The defining the overflow area. Gets or sets the distance between the bottom of the page and the bottom of the parent . Gets a collection of the child elements. The of the child elements. Gets or sets the bounding rectangle of the content area; that is, the area of the page within the margins, if any. The that defines the content area. Gets or sets the distance between the left edge of the page and the left edge of the parent . Gets or sets the URI associated with the page. Gets or sets the that is associated with the page. The for the page. Gets or sets the distance between the right edge of the page and the right edge of the parent . Gets or sets the base URI of the current application context. The base URI of the application context. Gets or sets the distance between the top of the page and the top of the parent . Provides an inline-level flow content element used to host a floater. A floater displays images and other content parallel to the main content flow in a . Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Initializes a new instance of the class with the specified object as its initial content, and a that specifies an insertion position for the new . The initial content of the new . This parameter can be , in which case no is inserted. The position at which to insert the element after it is created. Initializes a new instance of the class with the specified object as its initial content. The initial content of the new . Gets or sets a value that indicates the horizontal alignment for a object. A member of the enumeration specifying the horizontal alignment for the . The default is . Gets or sets a value that indicates the width of a object. The width of the , in device independent pixels. The default value is (equivalent to an attribute value of Auto), which indicates that the line height is determined automatically. Hosts and formats flow content with advanced document features, such as pagination and columns. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new, empty instance of the class. Initializes a new instance of the class, adding a specified element as the initial content. An object deriving from the abstract class, to be added as the initial content. is . When overridden in a derived class, provides specific implementations to the Windows Presentation Foundation (WPF) infrastructure. The type-specific implementation. Called when one or more of the dependency properties that exist on the element have had their effective values changed. Arguments for the associated event. Sets the DPI for the FlowDocument, causing it to be remeasured and rerendered. The DPI setting, from which a or is rendered. Gets the service object of the specified type. An object that specifies the type of service object to get. A service object of type . -or- if there is no service object of type . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets or sets the used to fill the background of content area. The brush used to fill the background of the content area, or to not use a background brush. The default is . Gets the top-level elements of the contents of the . A containing the elements that make up the contents of the . Gets or sets the column gap value, which indicates the spacing between columns in a . The column gap, in device independent pixels. A value of (equivalent to an attribute value of "Auto") indicates that the column gap is equal to the property. The default is . Gets or sets the used to draw the rule between columns. A to use when drawing the rule line between columns, or to not use a background brush. The default is . Gets or sets the column rule width. The column rule width, in device independent pixels. The default is 0.0. Gets or sets the minimum desired width of the columns in a . The minimum desired column width, in device independent pixels. A value of causes only one column to be displayed, regardless of the page width. The default is . Gets a that represents the end of the content in a . A representing the end of the contents in the . Gets a that represents the start of content within a . A representing the start of the contents in the . Gets or sets the relative direction for flow of content in a . One of the values that specifies the relative flow direction. The default is . Gets or sets the preferred top-level font family for the . A object specifying the preferred font family, or a primary preferred font family with one or more fallback font families. The default is the font determined by the value. Gets or sets the top-level font size for the . The desired font size to use, in device independent pixels). The default is determined by the value. Gets or sets the top-level font-stretching characteristics for the . A member of the class that specifies the desired font-stretching characteristics to use. The default is . Gets or sets the top-level font style for the . A member of the class that specifies the desired font style. The default is determined by the value. Gets or sets the top-level font weight for the . A member of the class that specifies the desired font weight. The default is determined by the value. Gets or sets the to apply to the text contents of the . The brush used to apply to the text contents. The default is . Gets or sets a value that indicates whether the value is flexible or fixed. if the column width is flexible; if the column width is fixed. The default is . Gets the value of the property for the . The value of the property for the . Gets or sets a value that indicates whether automatic hyphenation of words is enabled or disabled. if automatic breaking and hyphenation of words is enabled; otherwise, . The default is . Gets or sets a value that indicates whether optimal paragraph layout is enabled or disabled. if optimal paragraph layout is enabled; otherwise, . The default is . Gets or sets the height of each line of content. is set to a non-positive value. The height of each line, in device independent pixels, in the range 0.0034 to 160000. A value of (equivalent to an attribute value of "Auto") causes the line height to be determined automatically from the current font characteristics. The default is . Gets or sets the mechanism by which a line box is determined for each line of text within the . One of the values that specifies the mechanism by which a line box is determined for each line of text in the . The default is . Gets an enumerator that can iterate the logical children of the . An enumerator for the logical children. Gets or sets the maximum height for pages in a . The maximum height, in device independent pixels, for pages in the . The default is (no maximum page height). Gets or sets the maximum width for pages in a . The maximum width, in device independent pixels, for pages in the . The default is (no maximum page width). Gets or sets the minimum height for pages in a . The minimum height, in device independent pixels, for pages in the . The default is 0.0. Gets or sets the minimum width for pages in a . The minimum width, in device independent pixels, for pages in the . The default is 0.0. Gets or sets the preferred height for pages in a . The preferred height, in device independent pixels, for pages in the . A value of (equivalent to an attribute value of "Auto") causes the page height to be determined automatically. The default is . Gets or sets a value that indicates the thickness of padding space between the boundaries of a page and the page's content. A structure that specifies the amount of padding to apply, in device independent pixels. The default is a uniform thickness of zero (0.0). Gets or sets the preferred width for pages in a . The preferred width, in device independent pixels, for pages in the . A value of (equivalent to an attribute value of "Auto") causes the page width to be determined automatically. The default is . Defines the source object that performs actual content pagination. The object that performs the actual content pagination. Gets or sets a value that indicates the horizontal alignment of text content. One of the values that specifies the desired alignment. The default is . Gets or sets the effects to apply to the text of a . A containing one or more objects that define effects to apply to the text of the . The default is (no effects applied). Gets the currently effective typography variations for the text contents of the . A object that specifies the currently effective typography variations. For a list of default typography values, see . Represents a composition related to text input. You can use this class to find the text position of the composition or the result string. Gets the end position of the current composition text. The end position of the current composition text. Gets the start position of the current composition text. The start position of the current composition text. Gets the end position of the result text of the text input. The end position of the result text of the text input. Gets the start position of the result text of the text input. The start position of the result text of the text input. Represents a composition during the text input events of a . Finalizes the composition. Gets the length of the current composition in Unicode symbols. The length of the current composition in Unicode symbols. Gets the position at which the composition text occurs in the . The position at which the composition text occurs in the . Gets the length of the finalized text in Unicode symbols when the event occurs. The length of the finalized text in Unicode symbols when the event occurs. Gets the offset of the finalized text when the event occurs. The offset of the finalized text when the event occurs. Provides data for the event. Gets the content asynchronously requested by . The root element of the visual tree for the requested by . Represents the method that will handle the event of the class. The source of the event. The event data. Represents the set of glyphs that are used for rendering fixed text. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Creates a from the properties of the object. A that was created using the properties of the object. Gets or sets the bidirectional nesting level of . An value that represents the bidirectional nesting level. Gets or sets the caret stops that correspond to the code points in the Unicode string representing the . A value of type that represents whether the code points have caret stops. Gets or sets the specific device font for which the object has been optimized. A value that represents the name of the device font. Gets the sets the that is used for the fill of the class. A that is used for the fill of the class. Gets or sets the em size used for rendering the class. A value that represents the em size used for rendering. Gets or sets the that represents the location of the font used for rendering the class. A that represents the location of the font used for rendering the class. Gets or sets a collection of glyph specifications that represents the object. A collection of glyph specifications that represents the object. Determines whether to rotate the object. if the glyphs that make up the object are rotated 90° counter-clockwise; otherwise, . Gets or sets the value of the x origin for the object. The x origin for the object. Gets or sets the value of the y origin for the object. The y origin for the object. Gets or sets the for the class. The for the class. For a description of this member, see . The base URI of the current context. Gets or sets the that represents the Unicode string for the object. A Unicode string for the object. An inline-level flow content element that provides facilities for hosting hyperlinks within flow content. Occurs when the left mouse button is clicked on a . Occurs when navigation events are requested. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Initializes a new, default instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new , and a specifying an insertion position for the new . An object specifying the initial contents of the new . This parameter may be , in which case no is inserted. A specifying an insertion position at which to insert the element after it is created, or for no automatic insertion. Initializes a new instance of the class, taking a specified object as the initial contents of the new . An object specifying the initial contents of the new . Initializes a new instance of the class, taking two objects that indicate the beginning and end of a selection of content to be contained by the new . A indicating the beginning of a selection of content to be contained by the new . A indicating the end of a selection of content to be contained by the new . or is . and do not resolve to a range of content suitable for enclosure by a element; for example, if and indicate positions in different paragraphs. Simulates the act of a user clicking the . Handles the routed event. Creates and returns an object for this . An object for this . Handles the routed event. Arguments associated with the event. Handles the routed event. Arguments associated with the event. Handles the routed event. Arguments associated with the event. Gets or sets a base URI for the . A base URI for the . Gets or sets a command to associate with the . A command to associate with the . The default is . Gets or sets command parameters associated with the command specified by the property. An object specifying parameters for the command specified by the property. The default is . Gets or sets a target element on which to execute the command specified by the property. A target element on which to execute the command specified by the property. The default is . Gets a value that indicates whether or not the is enabled. if the is enabled; otherwise, . Gets or sets a URI to navigate to when the is activated. The URI to navigate to when the is activated. The default is . Gets or sets a base URI for the . A base URI for the . Gets or sets the name of a target window or frame for the . A string specifying the name of a target window or frame for the . An abstract class that provides a base for all inline flow content elements. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes base class values when called by a derived class. Gets or sets the baseline alignment for the element. A member or the enumeration specifying the baseline alignment for the element. The default value is .Baseline. Gets or sets a value that specifies the relative direction for flow of content within a element. A member of the enumeration specifying the relative flow direction. Getting this property returns the currently effective flow direction. Setting this property causes the contents of the element to re-flow in the indicated direction. The default value is . Gets the next element that is a peer to this element. An object representing the next element that is a peer to this element, or null if there is no next element. This property has no default value. Gets the previous element that is a peer to this element. An object representing the previous element that is a peer to this element, or null if there is no previous element. This property has no default value. Gets an that contains the elements that are siblings (peers) to this element. An object that contains the elements that are siblings to this element. This property has no default value. Gets a that contains text decorations to apply to this element. A collection that contains text decorations to apply to this element. The default value is null (no text decorations applied). Represents a collection of elements. defines the allowable child content of the , , and elements. Adds an implicit element with the given text, supplied as a . Text set as the property for the implicit . Adds an implicit with the supplied already in it. set as the property for the implicit . Gets the first element within this instance of . The first element within this instance of . Gets the last element within this instance of . The last element within this instance of . An inline-level flow content element which enables elements (i.e. a ) to be embedded (hosted) in flow content. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new , and a specifying an insertion position for the new element. A object specifying the initial contents of the new . This parameter may be , in which case no is inserted. A specifying an insertion position at which to insert the element after it is created, or for no automatic insertion. Initializes a new instance of the class, taking a specified object as the initial contents of the new . An object specifying the initial contents of the new . Gets or sets the hosted by the . The hosted by the . Provides an inline-level flow content element that causes content to render with an italic font style. Initializes a new instance of the class. Initializes a new instance of the class with the specified object as its initial content, and a that specifies an insertion position for the new element. The initial content. This parameter can be , in which case no is inserted. The insertion position at which to insert the element after it is created. Initializes a new instance of the class with the specified object as its initial content. The initial content of the new . Initializes a new instance of the class with the specified objects that indicate the beginning and end of a content selection that the new will contain. The beginning of a selection of content that the new will contain. The end of a selection of content that the new will contain. or is . and do not resolve to a range of content suitable for enclosure by an element; for example, if and indicate positions in different paragraphs. An inline flow content element that causes a line break to occur in flow content. Initializes a new, default instance of the class. Initializes a new instance of the class, and inserts the new at a specified position. A specifying an insertion position at which to insert the element after it is created, or for no automatic insertion. Represents an element on a page that can be linked to from other documents or other places in the same document. Initializes a new instance of the class. Gets or sets the name of the element that this identifies as a linkable element. A that is identical to the property of the markup element that corresponds to this element. Provides a collection of all of the elements in a . Initializes a new instance of the class. Adds a specified to the collection. The link target that is added. The zero-based index in the collection of the added. Specifies a value that indicates whether a particular is in the collection. The link to test for. if is present; otherwise, . Copies the items in the collection to the specified array beginning at the specified index. The target array. The zero-based index of the array position where the first item is copied. Gets the index of the specified item. The object to locate in the collection. The index of if found in the collection; otherwise, -1. Inserts the specified item into the collection at the specified index. The point where the link target is inserted. The target to insert. Removes the first occurrence of a specific object from the . The link target to remove. Gets or sets the at the specified index. The index of the target being written or read. The at the specified index. A block-level flow content element that provides facilities for presenting content in an ordered or unordered list. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new . A object specifying the initial contents of the new . Gets a containing the elements that comprise the contents of the . A containing the elements that comprise the contents of the . This property has no default value. Gets or sets the desired distance between the contents of each element, and the near edge of the list marker. A double value specifying the desired distance between list content and the near edge of list markers, in device independent pixels. A value of (equivalent to an attribute value of "Auto") causes the marker offset to be determined automatically. The default value is . Gets or sets the marker style for the . A member of the enumeration specifying the marker style to use. The default value is . Gets or sets the starting index for labeling the items in an ordered list. The starting index for labeling items in an ordered list. The default value is 1. A flow content element that represents a particular content item in an ordered or unordered . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new . A object specifying the initial contents of the new . Returns a value that indicates whether the effective value of the property should be serialized during serialization of the object. A serialization service manager object for the object. is . if the property should be serialized; otherwise, . Gets a block collection that contains the top-level elements of the . A block collection that contains the elements of the Gets or sets a to use when painting the element's border. The brush used to apply to the element's border. The default is . Gets or sets the border thickness for the element. A structure that specifies the amount of border to apply, in device independent pixels. The default is a uniform thickness of zero (0.0). Gets or sets the relative direction for flow of content within a element. One of the values that specifies the relative flow direction. The default is . Gets or sets the height of each line of content. The height of each line in device independent pixels with a value range of 0.0034 to 160000. A value of (equivalent to an attribute value of "Auto") causes the line height to be determined automatically from the current font characteristics. The default is . Gets or sets the mechanism by which a line box is determined for each line of text within the . One of the values that specifies the mechanism by which a line box is determined for each line of text within the . The default is . Gets the that contains the . The list that contains the . Gets or sets the margin thickness for the element. A structure that specifies the amount of margin to apply, in device independent pixels. The default is a uniform thickness of zero (0.0). Gets the next in the containing . The next in the , or if there is no next . Gets or sets the padding thickness for the element. A structure that specifies the amount of padding to apply, in device independent pixels. The default is a uniform thickness of zero (0.0). Gets the previous in the containing . The previous in the , or if there is no previous . Gets a that contains the elements that are siblings of the current element. A that contains the child elements that are directly hosted by the parent of the current element, or if the current element has no parent. Gets or sets a value that indicates the horizontal alignment of text content. One of the values that specifies the desired alignment. The default is . Represents a collection of elements. defines the allowable child content of a element. Gets the first element within this instance of . The first element within this instance of . Gets the last element within this instance of . The last element within this instance of . Specifies a logical direction in which to perform certain text operations, such as inserting, retrieving, or navigating through text relative to a specified position (a ). Backward, or from right to left. Forward, or from left to right. Provides information about the elements within a . Occurs when has completed. Identifies the dependency property. Initializes a new instance of the class. Loads and returns the content element. to always reload the even if it has been previously loaded and cached; to load the only if there is no cached version. The root element of the visual tree for this page. Asynchronously loads and returns the content element. to always reload the even if it has been previously loaded and cached; to load the only if there is no cached version. Cancels any current operation in progress. Gets a value indicating whether the value of the property should be serialized when this is serialized. The serialization services provider. if is not and it does not have an XmlWriter; otherwise, . The default is . For a description of this member, see . The child to add. For a description of this member, see . The text to add to the object. Gets or sets the associated with this . The associated with this , or null when the is set by the property. Gets a collection of elements that identify the hyperlink-addressable locations on the page. The of elements that identify the hyperlink-addressable locations on the page. Gets or sets the uniform resource identifier (URI) to the content data stream. The of the corresponding . For a description of this member, see . The base URI of the current context. Provides collection support for a collection of document pages. Adds a new page to the page collection. The new page to add to the collection. was passed as . The page passed as already existed in the collection. The zero-based index within the collection where the page was added. Returns an enumerator for iterating through the page collection. An enumerator that can be used to iterate through the collection. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Use the type-safe method instead. The enumerator. Gets the number of elements contained in the page collection. The number of elements in the collection. Gets the element at the specified index within the collection. The zero-based index of the page to get. The page content element at the specified index within the collection. A block-level flow content element used to group content into a paragraph. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as its initial contents. An object specifying the initial contents of the new . Indicates whether the property should be persisted. A serialization service manager object for this object. is . if the property value has changed from its default; otherwise, . Gets an containing the top-level elements that comprise the contents of the . An containing the elements that comprise the contents of the . This property has no default value. Gets or sets a value that indicates whether the text of the paragraph may be broken by a page break or column break. to prevent the text of the paragraph from being broken; otherwise, . The default value is . Gets or sets a value that indicates whether a break may occur between this paragraph and the next paragraph. to prevent a break from occurring between this paragraph and the next paragraph; otherwise, . The default value is . Gets or sets a value that specifies the minimum number of lines that can be left before the break when a is broken by a page break or column break. An integer specifying the minimum number of lines that can be left before the break when a is broken by a page break or column break. A value of 0 indicates no minimum. The default value is 0. Gets or sets a value that specifies the minimum number of lines that can be placed after the break when a is broken by a page break or column break. An integer specifying the minimum number of lines that can be placed after the break when a is broken by a page break or column break. A value of 0 indicates no minimum. The default value is 0. Gets or sets a that contains text decorations to apply to this element. A collection that contains text decorations to apply to this element. A value of means no text decorations will be applied. The default value is . Gets or sets a value that indicates how far to indent the first line of a . A double value specifying the amount to indent the first line of the paragraph, in device independent pixels. The default value is 0. An inline-level flow content element intended to contain a run of formatted or unformatted text. Identifies the dependency property. Initializes a new, default instance of the class. Initializes a new instance of the class, taking a specified string as the initial contents of the text run, and a specifying an insertion position for the text run. A string specifying the initial contents of the object. A specifying an insertion position at which to insert the text run after it is created, or for no automatic insertion. Initializes a new instance of the class, taking a specified string as the initial contents of the text run. A string specifying the initial contents of the object. Returns a value that indicates whether or not the effective value of the property should be serialized during serialization of a object. A serialization service manager object for this object. is . if the property should be serialized; otherwise, . Gets or sets the unformatted text contents of this text . A string that specifies the unformatted text contents of this text . The default is . A block-level flow content element used for grouping other elements. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new . A object specifying the initial contents of the new . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. A serialization service manager object for this object. Raised when is . if the property should be serialized; otherwise, . Gets a containing the top-level elements that comprise the contents of the . A containing the elements that comprise the contents of the This property has no default value. Gets or sets a value that indicates whether or not a trailing paragraph break should be inserted after the last paragraph when placing the contents of a root element on the clipboard. to indicate that a trailing paragraph break should be included; otherwise, . Provides a means for creating a software component that can serialize any part of a Windows Presentation Foundation (WPF) application's content to a manufacturer's proprietary format. Initializes an object derived from the abstract class for the specified . The to which the returned object writes. An object of a class derived from . Gets the default extension for files of the manufacturer's proprietary format. A representing the proprietary format's default file extension. Gets the public name of the manufacturer's serializing component. A representing the public name of the serializing component. Gets the name of the serializing component's manufacturer. A representing the manufacturer's name. Gets the web address of the serializing component's manufacturer. A representing the manufacturer's website. Provides information about installed plug-in serializers. Creates a new through a given implementation. The source of data for the new . is null. One or more of the following properties of the is null: , , , and A new with its properties initialized with values from the given implementation. Tests two objects for equality. The object to be compared with this . if both are equal; otherwise, . Gets the unique hash code value of the serializer. The unique hash code value of the serializer. Gets the name of the assembly that contains the serializer. The name of the assembly (usually a DLL) that contains the plug-in serializer. Gets the path to the assembly file that contains the serializer. The path to the assembly file that contains the plug-in serializer. Gets the version of the assembly that contains the serializer. The version of the assembly that contains the plug-in serializer. Gets the default extension associated with files that the serializer outputs. The default extension associated with files that the serializer outputs. Gets the public display name of the serializer. The public display name of the serializer. Gets the name of the derived class that implements the serializer. The name of the derived class that implements the serializer. Gets a value indicating whether the serializer can be loaded with the currently installed version of .NET. if the serializer assembly can be loaded; otherwise, . The default is . Gets the name of the company that developed the serializer. The name of the company that developed the plug-in serializer. Gets the web address of the company that developed the serializer. The web address of the company that developed the serializer. Gets the version of .NET required by the serializer. The version of .NET required by the plug-in serializer. Manages serialization plug-ins created, using and , by manufacturers who have their own proprietary serialization formats. Initializes a new instance of the class. Initializes an object derived from the abstract class for the specified that will use the specified descriptor. A that contains serialization information for the . The to which the returned object writes. One of the parameters is null. The is specifying the wrong version. -or- It is not registered. -or- The assembly file cannot be found. -or- The assembly cannot be loaded. An object of a class derived from . Registers a serializer plug-in. The for the plug-in. to overwrite an existing registration for the same plug-in; otherwise, . is null. is and the plug-in is already registered. Deletes a serializer plug-in from the registry. The for the plug-in. is null. The plug-in is not registered. See Remarks. Gets a collection of the installed plug-in serializers. A of the objects already registered. Defines the abstract methods and events that are required to implement a plug-in document output serializer. When overridden in a derived class, occurs when a operation is performed. When overridden in a derived class, occurs when a write operation finishes. When overridden in a derived class, occurs just before a is added to a stream by a or method. When overridden in a derived class, occurs when the updates its progress. Initializes a new instance of the class. When overridden in a derived class, cancels an asynchronous write operation. When overridden in a derived class, returns a that writes collated elements. A that writes collated elements to the document output serialization . When overridden in a derived class, returns a that writes collated elements together with the given print tickets. The default print preferences for content. The default print preferences for content. A that writes collated elements to the document output serialization . When overridden in a derived class, synchronously writes paginated content together with an associated to the serialization . The document paginator that defines the content to write to the serialization . The default print preferences for the content. When overridden in a derived class, synchronously writes the content of a given to the serialization . The document paginator that defines the content to write to the serialization . When overridden in a derived class, synchronously writes a given together with an associated to the serialization . The document to write to the serialization . The default print preferences for the content. When overridden in a derived class, synchronously writes a given to the serialization . The document to write to the serialization . When overridden in a derived class, synchronously writes a given together with an associated to the serialization . The document sequence that defines the content to write to the serialization . The default print preferences for the content. When overridden in a derived class, synchronously writes a given to the serialization . The document sequence that defines the content to write to the serialization . When overridden in a derived class, synchronously writes a given together with an associated to the serialization . The page to write to the serialization . The default print preferences for the content. When overridden in a derived class, synchronously writes a given to the serialization . The page to write to the serialization . When overridden in a derived class, synchronously writes a given element together with an associated to the serialization . The element to write to the serialization . The default print preferences for the element. When overridden in a derived class, synchronously writes a given element to the serialization . The element to write to the serialization . When overridden in a derived class, asynchronously writes the content of a given to the serialization . The document paginator that defines the content to write to the serialization . A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes paginated content together with an associated to the serialization . The document paginator that defines the content to write to the serialization . The default print preferences for the content. A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes the content of a given to the serialization . The document paginator that defines the content to write to the serialization . The default print preferences for the content. When overridden in a derived class, asynchronously writes the content of a given to the serialization . The document paginator that defines the content to write to the serialization . When overridden in a derived class, asynchronously writes a given to the serialization . The document to write to the serialization . A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given together with an associated to the serialization . The document to write to the serialization . The default print preferences for the content. A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given together with an associated to the serialization . The document to write to the serialization . The default print preferences for the content. When overridden in a derived class, asynchronously writes a given to the serialization . The document to write to the serialization . When overridden in a derived class, asynchronously writes a given to the serialization . The document sequence that defines the content to write to the serialization . A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given together with an associated to the serialization . The document sequence that defines the content to write to the serialization . The default print preferences for the content. A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given together with an associated to the serialization . The document sequence that defines the content to write to the serialization . The default print preferences for the content. When overridden in a derived class, asynchronously writes a given to the serialization . The document sequence that defines the content to write to the serialization . When overridden in a derived class, asynchronously writes a given to the serialization . The page to write to the serialization . A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given together with an associated to the serialization . The page to write to the serialization . The default print preferences for the content. A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given together with an associated to the serialization . The page to write to the serialization . The default print preferences for the content. When overridden in a derived class, asynchronously writes a given to the serialization . The page to write to the serialization . When overridden in a derived class, asynchronously writes a given element to the serialization . The element to write to the serialization . A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given element together with an associated and identifier to the serialization . The element to write to the serialization . The default print preferences for the element. A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given element together with an associated to the serialization . The element to write to the serialization . The default print preferences for the element. When overridden in a derived class, asynchronously writes a given element to the serialization . The element to write to the serialization . Defines the abstract methods required to implement a plug-in document serialization collator. Initializes a new instance of the class. When overridden in a derived class, initiates the start of a batch write operation. When overridden in a derived class, cancels a synchronous operation. When overridden in a derived class, cancels an asynchronous operation. When overridden in a derived class, completes a batch write operation. When overridden in a derived class, synchronously writes a given element together with an associated print ticket to the serialization stream. A that is written to the stream. An object specifying preferences for how the material should be printed. When overridden in a derived class, synchronously writes a given element to the serialization stream. The visual element to write to the serialization . When overridden in a derived class, asynchronously writes a given element with a specified event identifier to the serialization stream. The visual element to write to the serialization . A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given element together with an associated print ticket and identifier to the serialization stream. The visual element to write to the serialization . The default print preferences for the element. A caller-specified object to identify the asynchronous write operation. When overridden in a derived class, asynchronously writes a given element together with an associated print ticket to the serialization stream. The visual element to write to the serialization . The default print preferences for the element. When overridden in a derived class, asynchronously writes a given element to the serialization stream. The visual element to write to the serialization . Provides data for the event. Initializes a new instance of the class. The exception that canceled the write operation. Gets the exception that canceled the write operation. The exception that canceled the write operation. Represents a method that will handle the event. The source of the event. The event data. Provides data for the event. Initializes a new instance of the class. if canceled; otherwise, if the write operation completed normally. The user-supplied state object that was passed to the method. Error that occurred during the write operation or if there is no error. Represents a method that handles the event of the class. The source of the event. The event data. Provides data for the event. Initializes a new instance of the class. An enumeration value that specifies scope of the as a page, document, or sequence of documents. Based on the scope of defined by , the number of pages or the number of documents associated with the . Gets or sets the default printer settings to use when the document is printed. The default printer settings to use when the document is printed. Gets a value that indicates the scope of the event. An enumeration that indicates the scope of the event as for a sequence of documents, a single document, or a single page. Gets the number of documents or pages output with the . The number of documents or pages output with the . Represents the method that handles the event of an . The source of the event. The event data. Provides data for the event. Initializes a new instance of the class. An enumeration value that specifies the scope of the progress changed event such as for an entire multiple document sequence, a single document, or a single page. Based on the scope defined by , the number of documents or the number of pages that have been written. The percentage of data that has been written. The user-supplied object that identifies the write operation. Gets the number of documents or pages that have been written. The number of documents or pages that have been written at the time of the event. Gets a value that indicates the scope of the writing progress. An enumeration that indicates the scope of writing a multiple document sequence, a single document, or single page. Represents a method that will handle the event of an . The source of the event. The event data. Specifies the scope of a event. The output progress of a multiple document sequence. The output progress of a single document. The output progress of a single page. The output progress is unspecified. Groups other flow content elements. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new , and a that specifies an insertion position for the new element. An object that specifies the initial contents of the new . This parameter may be null, in which case no is inserted. A that specifies the position at which to insert the element after it is created, or null for no automatic insertion. Initializes a new instance of the class with the specified object as the initial contents. The initial contents of the new . Initializes a new instance of the class, taking two objects that indicate the beginning and end of a selection of content that the new will contain. A that indicates the beginning of a selection of content that the new will contain. A that indicates the end of a selection of content that the new will contain. Raised when or is null. Raised when and do not resolve to a range of content suitable for enclosure by a element; for example, if and indicate positions in different paragraphs. Returns a value that indicates whether the content of a element should be serialized during serialization of a object. A serialization service manager object for this object. is null. if the content should be serialized; otherwise, . Gets an containing the top-level elements that comprise the contents of the . An containing the elements that comprise the contents of the . This property has no default value. A block-level flow content element that provides a grid-based presentation organized by rows and columns. Identifies the dependency property. Initializes a new instance of the class. Called before an element is initialized. Called immediately after an element is initialized. Creates and returns an object for this . An object for this . Gets a value that indicates whether or not the effective value of the property should be serialized during serialization of a object. if the property should be serialized; otherwise, . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets or sets the amount of spacing between cells in a table. The amount of spacing between cells in a table, in device independent pixels. The default value is 2.0. Gets a object that contains the columns hosted by the table. A object that contains the columns (represented by objects) hosted by the table. Note that this number might not be the actual number of columns rendered in the table. It is the objects in a table that determine how many columns are actually rendered. This property has no default value. Gets an enumerator that can be used to iterate the logical children of the . An enumerator for the logical children of the . Gets a collection object that contains the row groups hosted by the table. A collection object that contains the row groups (represented by objects) hosted by the table. This property has no default value. A flow content element that defines a cell of content within a . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new . A object specifying the initial contents of the new . Creates and returns an object for this . An object for this . Gets a containing the top-level elements that comprise the contents of the . A containing the elements that comprise the contents of the This property has no default value. Gets or sets a to use when painting the element's border. The brush used to apply to the element's border. The default value is a null brush. Gets or sets the border thickness for the element. A structure specifying the amount of border to apply, in device independent pixels. The default value is a uniform thickness of zero (0.0). Gets or sets the number of columns that the should span. The number of columns the should span. The default value is 1 (no spanning). Gets or sets a value that specifies the relative direction for flow of content within a element. A member of the enumeration specifying the relative flow direction. Getting this property returns the currently effective flow direction. Setting this property causes the contents of the element to re-flow in the indicated direction. The default value is . Gets or sets the height of each line of content. Raised if an attempt is made to set to a non-positive value. A double value specifying the height of line in device independent pixels. must be equal to or greater than 0.0034 and equal to or less then 160000. A value of (equivalent to an attribute value of "Auto") causes the line height to be determined automatically from the current font characteristics. The default value is . Gets or sets the mechanism by which a line box is determined for each line of text within the . The mechanism by which a line box is determined for each line of text within the . The default value is . Gets or sets the padding thickness for the element. A structure specifying the amount of padding to apply, in device independent pixels. The default value is a uniform thickness of zero (0.0). Gets or sets the number of rows that the should span. The number of rows the should span. The default value is 1 (no spanning). Gets or sets a value that indicates the horizontal alignment of text content. A member of the enumerations specifying the desired alignment. The default value is . Provides standard facilities for creating and managing a type-safe, ordered collection of objects. Appends a specified to the collection of table cells. The to append to the collection of table cells. Raised when already belongs to a collection. Raised when is null. Clears all items from the collection. Queries for the presence of a specified item in the collection. An item to query for the presence of in the collection. if the specified is present in the collection; otherwise, . Copies the contents of the collection and inserts them into a specified array starting at a specified index position in the array. A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing. A zero-based index in specifying the position at which to begin inserting the copied collection objects. Raised when includes items that are not compatible with the type , or if specifies a position that falls outside the bounds of . Raised when is null. Raised when is less than 0. Copies the contents of the collection and inserts them into a specified array of starting at a specified index position in the array. A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing. A zero-based index in that specifies the position at which to begin inserting the copied collection objects. Raised when includes items that are not compatible with the type , or if specifies a position that falls outside of the bounds of . Raised when is null. Raised when is less than 0. Returns the zero-based index of specified collection item. A collection item to return the index of. The zero-based index of the specified collection item, or -1 if the specified item is not a member of the collection. Inserts a specified item in the collection at a specified index position. A zero-based index that specifies the position in the collection at which to insert . An item to insert into the collection. Raised when is less than 0. Raised when is null. Removes a specified item from the collection. An item to remove from the collection. Raised if is not present in the collection. Raised when is null. if the specified item was found and removed; otherwise, . Removes an item, specified by index, from the collection. A zero-based index that specifies the collection item to remove. Raised when is less than zero, or when is greater than or equal to . Removes a range of items, specified by beginning index and count, from the collection. A zero-based index that indicates the beginning of a range of items to remove. The number of items to remove, beginning from the position specified by . Raised when or is less than zero, or when is greater than or equal to . Raised when and do not specify a valid range in this collection. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . The to add to the . The position into which the new element was inserted. For a description of this member, see . For a description of this member, see . The to locate in the . if the is found in the ; otherwise, . For a description of this member, see . The to locate in the . The index of if found in the list; otherwise, -1. For a description of this member, see . The zero-based index at which to insert the . The to insert into the . For a description of this member, see . The to remove from the . For a description of this member, see . The zero-based index of the item to remove. Optimizes memory consumption for the collection by setting the underlying collection equal to the of items currently in the collection. Gets or sets the preallocated collection item capacity for this collection. Raised when an attempt is made to set to a value that is less than the current value of . The preallocated collection item capacity for this collection. The default value is 8. Gets the number of items currently contained by the collection. The number of items currently contained by the collection. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Currently, this property always returns . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Currently, this property always returns . Gets or sets the collection item at a specified index. This is an indexed property. A zero-based index that specifies the position of the collection item. Raised when is less than zero, or when is greater than or equal to . The collection item at the specified index. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that can be used to synchronize access to the collection. For a description of this member, see . if the has a fixed size; otherwise, . For a description of this member, see . if the is read-only; otherwise, . For a description of this member, see . The zero-based index of the element to get or set. The element at the specified index. A flow content element that defines a column within a . Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets or sets the background used to fill the content of the . The background used to fill the content of the . Gets or sets the width of a element. The property measures the sum of the content, padding, and border from side to side. The width of the element, as a . Provides standard facilities for creating and managing a type-safe, ordered collection of objects. Appends a specified item to the collection. A table column to append to the collection of columns. Raised when already belongs to a collection. Raised when is . Clears all items from the collection. Queries for the presence of a specified item in the collection. An item to query for the presence of in the collection. if the specified is present in the collection; otherwise, . Copies the contents of the collection and inserts them into a specified array starting at a specified index position in the array. A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing. A zero-based index in specifying the position at which to begin inserting the copied collection objects. Raised when includes items that are not compatible with the type , or if specifies a position that falls outside of the bounds of . Raised when is . Raised when is less than 0. Copies the contents of the collection and inserts them into a specified array of starting at a specified index position in the array. A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing. A zero-based index in specifying the position at which to begin inserting the copied collection objects. Raised when includes items that are not compatible with the type , or if specifies a position that falls outside of the bounds of . Raised when is . Raised when is less than 0. Returns the zero-based index of specified collection item. A collection item to return the index of. The zero-based index of the specified collection item, or -1 if the specified item is not a member of the collection. Inserts a specified item in the collection at a specified index position. A zero-based index that specifies the position in the collection at which to insert . An item to insert into the collection. Raised when is less than 0. Raised when is . Removes a specified item from the collection. An item to remove from the collection. Raised if is not present in the collection. Raised when is . if the specified item was found and removed; otherwise, . Removes an item, specified by index, from the collection. A zero-based index that specifies the collection item to remove. Raised when is less than zero, or when is greater than or equal to . Removes a range of items, specified by beginning index and count, from the collection. A zero-based index indicating the beginning of a range of items to remove. The number of items to remove, beginning from the position specified by . Raised when or is less than zero, or when is greater than or equal to . Raised when and do not specify a valid range in this collection. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . Use the type-safe method instead. The to add to the . The position into which the new element was inserted. For a description of this member, see . Use the type-safe method instead. For a description of this member, see . Use the type-safe method instead. The to locate in the . if the is found in the ; otherwise, . For a description of this member, see . Use the type-safe method instead. The to locate in the . The index of if found in the list; otherwise, -1. For a description of this member, see . Use the type-safe method instead. The zero-based index at which to insert the . The to insert into the . For a description of this member, see . Use the type-safe , , or methods instead. The to remove from the . For a description of this member, see . Use the type-safe , , or methods instead. The zero-based index of the item to remove. Optimizes memory consumption for the collection by setting the underlying collection equal to the of items currently in the collection. Gets or sets the pre-allocated collection item capacity for this collection. Raised when an attempt is made to set to a value that is less than the current value of . The pre-allocated collection item capacity for this collection. The default value is 8. Gets the number of items currently contained by the collection. The number of items currently contained by the collection. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Currently, this property always returns . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Currently, this property always returns . Gets the collection item at a specified index. This is an indexed property. A zero-based index specifying the position of the collection item to retrieve. Raised when is less than zero, or when is greater than or equal to . The collection item at the specified index. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that can be used to synchronize access to the collection. For a description of this member, see . if the has a fixed size; otherwise, . For a description of this member, see . if the is read-only; otherwise, . For a description of this member, see . Use the type-safe property instead. The zero-based index of the element to get or set. The element at the specified index. A flow content element that defines a row within a . Initializes a new, empty instance of the class. Returns a value that indicates whether or not the effective value of the property should be serialized during serialization of a object. if the property should be serialized; otherwise, . property to add child elements to a . The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets a that contains cells of a . A collection of child cells. Provides standard facilities for creating and managing a type-safe, ordered collection of objects. Appends a specified item to the collection. A table row to append to the collection or rows. Raised when item already belongs to a collection. Raised when item is null. Clears all items from the collection. Queries for the presence of a specified item in the collection. An item to query for the presence of in the collection. if the specified item is present in the collection; otherwise, . Copies the contents of the collection and inserts them into a specified array starting at a specified index position in the array. A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing. A zero-based index in specifying the position at which to begin inserting the copied collection objects. Raised when array includes items that are not compatible with the type , or if arrayIndex specifies a position that falls outside of the bounds of array. Raised when array is null. Raised when arrayIndex is less than 0. Copies the contents of the collection and inserts them into a specified array of starting at a specified index position in the array. A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing. A zero-based index in specifying the position at which to begin inserting the copied collection objects. Raised when array includes items that are not compatible with the type , or if arrayIndex specifies a position that falls outside of the bounds of array. Raised when array is null. Raised when arrayIndex is less than 0. Returns the zero-based index of specified collection item. A collection item to return the index of. The zero-based index of the specified collection item, or -1 if the specified item is not a member of the collection. Inserts a specified item in the collection at a specified index position. A zero-based index that specifies the position in the collection at which to insert . An item to insert into the collection. Raised when index is less than 0. Raised when item is null. Removes a specified item from the collection. An item to remove from the collection. Raised if item is not present in the collection. Raised when item is null. if the specified item was found and removed; otherwise, . Removes an item, specified by index, from the collection. A zero-based index that specifies the collection item to remove. Raised when index is less than zero, or when index is greater than or equal to . Removes a range of items, specified by beginning index and count, from the collection. A zero-based index indicating the beginning of a range of items to remove. The number of items to remove, beginning form the position specified by . Raised when index or count is less than zero, or when index is greater than or equal to . Raised when index and count do not specify a valid range in this collection. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . The to add to the . The position into which the new element was inserted. For a description of this member, see . For a description of this member, see . The to locate in the . if the is found in the ; otherwise, . For a description of this member, see . The to locate in the . The index of if found in the list; otherwise, -1. For a description of this member, see . The zero-based index at which to insert the . The to insert into the . For a description of this member, see . The to remove from the . For a description of this member, see . The zero-based index of the item to remove. Optimizes memory consumption for the collection by setting the underlying collection equal to the of items currently in the collection. Gets or sets the pre-allocated collection item capacity for this collection. Raised when an attempt is made to set to a value that is less than the current value of . The pre-allocated collection item capacity for this collection. The default value is 8. Gets the number of items currently contained by the collection. The number of items currently contained by the collection. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Currently, this property always returns . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Currently, this property always returns . Gets the collection item at a specified index. This is an indexed property. A zero-based index specifying the position of the collection item to retrieve. Raised when index is less than zero, or when index is greater than or equal to . The collection item at the specified index. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that can be used to synchronize access to the collection. For a description of this member, see . if the has a fixed size; otherwise, . For a description of this member, see . if the is read-only; otherwise, . For a description of this member, see . The zero-based index of the element to get or set. The element at the specified index. Represents a flow content element used to group elements within a . Initializes a new instance of the class. Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Adds a table row to the collection. The to add to the collection. Adds the text content of a node to the object. The text to add to the object. Gets a that contains the objects that comprise the contents of the . A that contains the elements that comprise the contents of the . This property has no default value. Provides standard facilities for creating and managing a type-safe, ordered collection of objects. Appends a specified item to the collection. An item to append to the collection. Raised when item already belongs to a collection. Raised when item is null. Clears all items from the collection. Queries for the presence of a specified item in the collection. An item to query for the presence of in the collection. if the specified item is present in the collection; otherwise, . Copies the contents of the collection and inserts them into a specified array starting at a specified index position in the array. A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing. A zero-based index in specifying the position at which to begin inserting the copied collection objects. Raised when array includes items that are not compatible with the type , or if arrayIndex specifies a position that falls outside of the bounds of array. Raised when array is null. Raised when arrayIndex is less than 0. Copies the contents of the collection and inserts them into a specified array of starting at a specified index position in the array. A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing. A zero-based index in specifying the position at which to begin inserting the copied collection objects. Raised when array includes items that are not compatible with the type , or if arrayIndex specifies a position that falls outside of the bounds of array. Raised when array is null. Raised when arrayIndex is less than 0. Returns the zero-based index of specified collection item. A collection item to return the index of. The zero-based index of the specified collection item, or -1 if the specified item is not a member of the collection. Inserts a specified item in the collection at a specified index position. A zero-based index that specifies the position in the collection at which to insert . An item to insert into the collection. Raised when index is less than 0. Raised when item is null. Removes a specified item from the collection. An item to remove from the collection. Raised if item is not present in the collection. Raised when item is null. if the specified item was found and removed; otherwise, . Removes an item, specified by index, from the collection. A zero-based index that specifies the collection item to remove. Raised when index is less than zero, or when index is greater than or equal to . Removes a range of items, specified by beginning index and count, from the collection. A zero-based index indicating the beginning of a range of items to remove. The number of items to remove, beginning form the position specified by . Raised when index or count is less than zero, or when index is greater than or equal to . Raised when index and count do not specify a valid range in this collection. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . The to add to the . The position into which the new element was inserted. For a description of this member, see . For a description of this member, see . The to locate in the . if the is found in the ; otherwise, . For a description of this member, see . The to locate in the . The index of if found in the list; otherwise, -1. For a description of this member, see . The zero-based index at which to insert the . The to insert into the . For a description of this member, see . The to remove from the . For a description of this member, see . The zero-based index of the item to remove. Optimizes memory consumption for the collection by setting the underlying collection equal to the of items currently in the collection. Gets or sets the pre-allocated collection item capacity for this collection. Raised when an attempt is made to set to a value that is less than the current value of . The pre-allocated collection item capacity for this collection. The default value is 8. Gets the number of items currently contained by the collection. The number of items currently contained by the collection. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Currently, this property always returns . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Currently, this property always returns . Gets the collection item at a specified index. This is an indexed property. A zero-based index specifying the position of the collection item to retrieve. Raised when index is less than zero, or when index is greater than or equal to . The collection item at the specified index. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that can be used to synchronize access to the collection. For a description of this member, see . if the has a fixed size; otherwise, . For a description of this member, see . if the is read-only; otherwise, . For a description of this member, see . The zero-based index of the element to get or set. The element at the specified index. A helper class that sets text effects in a text container. Resolves text effect on a text range to a list of text effect targets. The starting text pointer. The end text pointer. The effect to apply on the text. Collection of objects corresponding to the text range. Result from using to set an effect on text. This consists of the created and the to which the should be set. Disables the on the effect target. Enables the on the target text. Gets the that the is targeting. The that the is targeting. Gets a value that determines whether the text effect is enabled on the target element. if the is enabled on the target; otherwise, . Gets the of the . The of the . An abstract class used as the base class for the abstract and classes. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. is . The current value of the attached property on the specified dependency object. Handles notifications that one or more of the dependency properties that exist on the element have had their effective values changed. Arguments associated with the property value change. The property specifies which property has changed, the property specifies the previous property value, and the property specifies the new property value. Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. is . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets or sets the brush used to fill the background of the content area. The brush used to fill the background of the content area, or to not use a background brush. The default is . Gets a text pointer that represents the end of the content in the element. The end of the content in the . Gets a text pointer that represents the start of content in the element. The start of the content in the . Gets a text pointer that represents the position just after the end of the element. The position just after the end of the . Gets a text pointer that represents the position just before the start of the element. The position just before the start of the . Gets or sets the preferred top-level font family for the content of the element. The preferred font family or a primary preferred font family with one or more fallback font families. The default is the font determined by the value. Gets or sets the font size for the content of the element. is set to a value greater than 35791 or less than or equal to 0.001. The desired font size to use in device independent pixels, greater than 0.001 and less than or equal to 35791. The default depends on current system settings and depends on the value. Gets or sets the font-stretching characteristics for the content of the element. The desired font-stretching characteristics to use. The default is . Gets or sets the font style for the content of the element. The desired font style. The default is determined by the value. Gets or sets the top-level font weight for the content of the element. The desired font weight. The default value is determined by the value. Gets or sets the brush to apply to the content of the element. The brush used to apply to the text contents. The default is . Gets an enumerator that can iterate the logical children of the element. An enumerator for the logical children. Gets or sets a collection of text effects to apply to the content of the element. A collection of text effects to apply to the content in this element. The default is (not an empty collection). Gets the currently effective typography variations for the content of the element. The currently effective typography variations. For a list of default typography values, see . Provides standard facilities for creating and managing a type-safe, ordered collection of objects. This is a generic collection for working with objects of a specified type that derives from . Type specifier for the generic collection. Acceptable types are constrained to a type of or a descendant of . Appends a specified item to the collection. An item to append to the collection. Raised when item already belongs to a collection. Raised when item is null. Appends a specified range of items to the collection. An object that implements the interface, and that specifies a range of items to add to the collection. Raised when range includes any null items. Raised when range is null. Clears all items from the collection. Queries for the presence of a specified item in the collection. An item to query for the presence of in the collection. if the specified item is present in the collection; otherwise, . Copies the contents of the collection and inserts them into a specified array starting at a specified index position in the array. A one-dimensional array to which the collection contents will be copied. This array must use zero-based indexing. A zero-based index in specifying the position at which to begin inserting the copied collection objects. Raised when array includes items that are not compatible with the type , or if arrayIndex specifies a position that falls outside of the bounds of array. Raised when array is null. Raised when arrayIndex is less than 0. Returns an enumerator for the contents of the collection. An enumerator for the contents of the collection. Inserts a specified item in the collection after a specified collection item. An item in the collection after which the new item will be inserted. An item to insert into the collection. Raised when newItem already belongs to a collection. Raised when previousSibling or newItem is null. Raised when previousSibling does not belong to this collection. Inserts a specified item in the collection before a specified collection item. An item in the collection before which the new item will be inserted. An item to insert into the collection. Raised when newItem already belongs to a collection. Raised when nextSibling or newItem is null. Raised when nextSibling does not belong to this collection. Removes a specified item from the collection. An item to be removed fro the collection. if the specified item was found and removed; otherwise, . Copies the elements of the to an , starting at a particular index. Use the type-safe method instead. The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. The zero-based index in at which copying begins. Returns an enumerator that iterates through a collection. Use the type-safe method instead. An object that can be used to iterate through the collection. Adds an item to the . Use the type-safe method instead. The object to add to the . The position into which the new element was inserted. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe method instead. Determines whether the contains a specific value. Use the type-safe method instead. The object to locate in the . if the is found in the ; otherwise, . Determines the index of a specific item in the . The object to locate in the . The index of if found in the list; otherwise, -1. Inserts an item to the at the specified index. Use the type-safe or methods instead. The zero-based index at which should be inserted. The object to insert into the . Removes the first occurrence of a specific object from the . Use the type-safe method instead. The object to remove from the . Removes the item at the specified index. The zero-based index of the item to remove. Gets the number of items currently in the collection. The number of items currently in the collection. Gets a value that indicates whether or not the collection is read-only. if the collection is read-only; otherwise, . Gets the number of elements contained in the . Use the type-safe property instead. The number of elements contained in the . Gets a value indicating whether access to the is synchronized (thread safe). if access to the is synchronized (thread safe); otherwise, . Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . Gets a value indicating whether the has a fixed size. if the has a fixed size; otherwise, . Gets a value indicating whether the is read-only. if the is read-only; otherwise, . Gets or sets the element at the specified index. The zero-based index of the element to get or set. The element at the specified index. Specifies how a should handle a custom text element. Initializes a new instance of the class. Gets or sets a value indicating whether the can merge two adjacent text elements. if a is free to merge adjacent custom text elements that have identical property values; otherwise, . Gets or sets a value indicating whether the text element provides formatting on a character basis, or if the formatting applies to the entire element. if formatting should apply to the individual characters; if the formatting should apply to the entire element. Represents a position within a or . Performs an ordinal comparison between the positions specified by the current and a second specified . A that specifies a position to compare to the current position. specifies a position outside of the text container associated with the current position. -1 if the current precedes ; 0 if the locations are the same; +1 if the current follows . Deletes the specified number of characters from the position indicated by the current . The number of characters to delete, starting at the current position. Specify a positive value to delete characters that follow the current position; specify a negative value to delete characters that precede the current position. The method is called at a position where text is not allowed. The number of characters actually deleted. Returns the element, if any, that borders the current in the specified logical direction. One of the values that specifies the logical direction in which to search for an adjacent element. The adjacent element in the specified , or if no adjacent element exists. Returns a bounding box () for content that borders the current in the specified logical direction. One of the values that specifies the logical direction in which to find a content bounding box. A bounding box for content that borders the current in the specified direction, or if current, valid layout information is unavailable. Returns a to the closest insertion position in the specified logical direction. One of the values that specifies the logical direction in which to search for the closest insertion position. A to the closest insertion position in the specified direction. Returns a to the beginning of a line that is specified relative to the current , and reports how many lines were skipped. The number of start-of-line markers to skip when determining the line for which to return the starting position. Negative values specify preceding lines, 0 specifies the current line, and positive values specify following lines. When this method returns, contains the actual number of start-of-line markers that were skipped when determining the line for which to return the starting position. This value may be less than if the beginning or end of content is encountered before the specified number of lines are skipped. This parameter is passed uninitialized. A pointing to the beginning of the specified line (with the set to ), or to the beginning of the line closest to the specified line if the specified line is out of range. Returns a to the beginning of a line that is specified relative to the current . The number of start-of-line markers to skip when determining the line for which to return the starting position. Negative values specify preceding lines, 0 specifies the current line, and positive values specify following lines. A pointing to the beginning of the specified line (with the set to ), or if the specified line is out of range or otherwise cannot be located. Returns a pointer to the next symbol in the specified logical direction. One of the values that specifies the logical direction in which to search for the next symbol. A to the next symbol in the requested direction, or if the current borders the start or end of content. Returns a to the next insertion position in the specified logical direction. One of the values that specifies the logical direction in which to search for the next insertion position. A that identifies the next insertion position in the requested direction, or if no next insertion position can be found. Returns the count of symbols between the current and a second specified . A that specifies a position to find the distance (in symbols) to. specifies a position outside of the text container associated with the current position. The relative number of symbols between the current and . A negative value indicates that the current follows the position specified by , 0 indicates that the positions are equal, and a positive value indicates that the current precedes the position specified by . Returns a category indicator for the content adjacent to the current in the specified logical direction. One of the values that specifies the logical direction in which to determine the category for adjacent content. One of the values that indicates the category for adjacent content in the specified logical direction. Returns a to the position indicated by the specified offset, in symbols, from the beginning of the current and in the specified direction. An offset, in symbols, for which to calculate and return the position. If the offset is negative, the returned precedes the current ; otherwise, it follows. One of the values that specifies the logical direction of the returned . A to the position indicated by the specified offset, or if the offset extends past the end of the content. Returns a to the position indicated by the specified offset, in symbols, from the beginning of the current . An offset, in symbols, for which to calculate and return the position. If the offset is negative, the position is calculated in the logical direction opposite of that indicated by the property. A to the position indicated by the specified offset, or if no corresponding position can be found. Copies the specified maximum number of characters from any adjacent text in the specified direction into a caller-supplied character array. One of the values that specifies the logical direction in which to find and copy any adjacent text. A buffer into which any text is copied. An index into at which to begin writing copied text. The maximum number of characters to copy. is less than 0 or greater than the property of . -or- is less than 0 or greater than the remaining space in (. minus ). The number of characters actually copied into . Returns a string containing any text adjacent to the current in the specified logical direction. One of the values that specifies the logical direction in which to find and return any adjacent text. A string containing any adjacent text in the specified logical direction, or if no adjacent text can be found. Returns the number of Unicode characters between the current and the next non-text symbol, in the specified logical direction. One of the values that specifies the logical direction in which to count the number of characters. The number of Unicode characters between the current and the next non-text symbol. This number may be 0 if there is no adjacent text. Inserts a line break at the current position. A positioned immediately after the element inserted by this method. Inserts a paragraph break at the current position. This method is called on a position that cannot be split to accommodate a new paragraph, such as in the scope of a or . A to the beginning () of the new paragraph. Inserts the specified text into the text at the current position. The text to insert. The current position is not within a element. is . Indicates whether the specified position is in the same text container as the current position. A that specifies a position to compare to the current position. is . if indicates a position that is in the same text container as the current position; otherwise, . This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The string that represents the object. Gets a at the end of content in the text container associated with the current position. A at the end of content in the text container associated with the current position. Gets a at the beginning of content in the text container associated with the current position. A at the beginning of content in the text container associated with the current position. Gets a value that indicates whether the text container associated with the current position has a valid (up-to-date) layout. if the layout is current and valid; otherwise, . Gets a value that indicates whether the current position is an insertion position. if the current position is an insertion position; otherwise, . Gets a value that indicates whether the current position is at the beginning of a line. if the current position is at the beginning of a line; otherwise, . Gets the logical direction associated with the current position which is used to disambiguate content associated with the current position. The value that is associated with the current position. Gets the paragraph that scopes the current position, if any. The that scopes the current position, or if no such paragraph exists. Gets the logical parent that scopes the current position. The logical parent that scopes the current position. Determines the category of content that is adjacent to a in a specified . The is adjacent to the closing tag of a . The is adjacent to the opening tag of a . The is adjacent to an embedded or . The is adjacent to the beginning or end of content. The is adjacent to text. Represents a selection of content between two positions. Occurs when the range is repositioned to cover a new span of content. Initializes a new instance of the class, taking two specified positions as the beginning and end positions for the new range. A fixed anchor position that marks one end of the selection used to form the new . A movable position that marks the other end of the selection used to form the new . Occurs when and are not positioned within the same document. Occurs when or is . Applies a specified formatting property and value to the current selection. A formatting property to apply. The value for the formatting property. Occurs when does not specify a valid formatting property, or specifies an invalid value for . Occurs when is . Checks whether the current selection can be loaded with content in a specified data format. A data format to check for load-compatibility into the current selection. See for a list of predefined data formats. if the current selection can be loaded with content in the specified data format; otherwise, . Checks whether the current selection can be saved as a specified data format. A data format to check for save compatibility with the current selection. See for a list of predefined data formats. if the current selection can be saved as the specified data format; otherwise, . Removes all formatting properties (represented by elements) from the current selection. Checks whether a position (specified by a ) is located within the current selection. A position to test for inclusion in the current selection. Occurs when textPointer is not in the same document as the current selection. if the specified position is located within the current selection; otherwise, . Returns the effective value of a specified formatting property on the current selection. A formatting property to get the value of with respect to the current selection. Occurs when does not specify a valid formatting property, or specifies an invalid value for . Occurs when is . An object specifying the value of the specified formatting property. Loads the current selection in a specified data format from a specified stream. A readable stream that contains data to load into the current selection. A data format to load the data as. Currently supported data formats are , , , and . Occurs when or is . Occurs when the specified data format is unsupported. May also be raised if content loaded from does not match the specified data format. Saves the current selection to a specified stream in a specified data format, with the option of preserving custom objects. An empty, writable stream to save the current selection to. A data format to save the current selection as. Currently supported data formats are , , , and . to preserve custom objects; otherwise, . Occurs when or is . Occurs when the specified data format is unsupported. May also be raised if content loaded from does not match the specified data format. Saves the current selection to a specified stream in a specified data format. An empty, writable stream to save the current selection to. A data format to save the current selection as. Currently supported data formats are , , , and . or is . The specified data format is unsupported. -or Content loaded from does not match the specified data format. Updates the current selection, taking two positions to indicate the updated selection. A fixed anchor position that marks one end of the updated selection. A movable position that marks the other end of the updated selection. Occurs when and are not positioned within the same document. Occurs when or is . Get the position that marks the end of the current selection. A that points to the end of the current selection. Gets a value indicating whether or not the current selection is empty. if the current selection is empty; otherwise, . Gets the position that marks the beginning of the current selection. A that points to the beginning of the current selection. Gets or sets the plain text contents of the current selection. Occurs when an attempt is made to set this property to . A string containing the plain text contents of the current selection. Encapsulates the selection state for the control. Provides access to a rich set of OpenType typography properties. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. Raised when is . The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Returns the value of the attached property for a specified dependency object. The dependency object for which to retrieve the value of the property. The current value of the attached property on the specified dependency object. Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Sets the value of the attached property for a specified dependency object. The dependency object for which to set the value of the property. The new value to set the property to. Raised when is . Gets or sets a value that specifies the index of an alternate annotation form. The index of the alternate annotation form. The default value is 0 (zero). Gets or sets a enumerated value that indicates the capital form of the selected font. A enumerated value. The default value is . Gets or sets a value that determines whether inter-glyph spacing for all-capital text is globally adjusted to improve readability. if spacing is adjusted; otherwise, . The default value is . Gets or sets a value that determines whether glyphs adjust their vertical position to better align with uppercase glyphs. if the vertical position is adjusted; otherwise, . The default value is . Gets or sets a value that determines whether custom glyph forms can be used based upon the context of the text being rendered. if custom glyph forms can be used; otherwise, . The default value is . Gets or sets a value that determines whether contextual ligatures are enabled. if contextual ligatures are enabled; otherwise, . The default value is . Gets or sets a value that specifies the index of a contextual swashes form. The index of the standard swashes form. The default value is 0 (zero). Gets or sets a value that determines whether discretionary ligatures are enabled. if discretionary ligatures are enabled; otherwise, . The default value is . Gets or sets a value that determines whether the standard Japanese font forms have been replaced with the corresponding preferred typographic forms. if standard Japanese font forms have been replaced with the corresponding preferred typographic forms; otherwise, . The default value is . Gets or sets a enumerated value that indicates the version of glyphs to be used for a specific writing system or language. A enumerated value. The default value is . Gets or sets a enumerated value that indicates the proportional width to be used for Latin characters in an East Asian font. A enumerated value. The default value is . Gets or sets a enumerated value that indicates the fraction style. A enumerated value. The default value is . Gets or sets a value that determines whether historical forms are enabled. if historical forms are enabled; otherwise, . The default value is . Gets or sets a value that indicates whether historical ligatures are enabled. if historical ligatures are enabled; otherwise, . The default value is . Gets or sets a value that indicates whether kerning is enabled. if kerning is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether standard typographic font forms of Greek glyphs have been replaced with corresponding font forms commonly used in mathematical notation. if mathematical Greek forms are enabled; otherwise, . The default value is . Gets or sets a enumerated value that indicates the alignment of widths when using numerals. A enumerated value. The default value is . Gets or sets a enumerated value that determines the set of glyphs that are used to render numeric alternate font forms. A enumerated value. The default value is . Gets or sets a value that indicates whether a nominal zero font form should be replaced with a slashed zero. if slashed zero forms are enabled; otherwise, . The default value is . Gets or sets a value that indicates whether standard ligatures are enabled. if standard ligatures are enabled; otherwise, . The default value is . Gets or sets a value that specifies the index of a standard swashes form. The index of the standard swashes form. The default value is 0 (zero). Gets or sets a value that specifies the index of a stylistic alternates form. The index of the stylistic alternates form. The default value is 0 (zero). Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a value that indicates whether a stylistic set of a font form is enabled. if the stylistic set of the font form is enabled; otherwise, . The default value is . Gets or sets a enumerated value that indicates a variation of the standard typographic form to be used. A enumerated value. The default value is . An inline-level flow content element which causes content to render with an underlined text decoration. Initializes a new, empty instance of the class. Initializes a new instance of the class, taking a specified object as the initial contents of the new , and a specifying an insertion position for the new element. An object specifying the initial contents of the new . This parameter may be , in which case no is inserted. A specifying an insertion position at which to insert the element after it is created, or for no automatic insertion. Initializes a new instance of the class, taking a specified object as the initial contents of the new . An object specifying the initial contents of the new . Initializes a new instance of the class, taking two objects that indicate the beginning and end of a selection of content to be contained by the new . A indicating the beginning of a selection of content to be contained by the new . A indicating the end of a selection of content to be contained by the new . Raised when or is null. Raised when and do not resolve to a range of content suitable for enclosure by a element, for example, if and indicate positions in different paragraphs. Implements a type converter for converting (used as the value of ) to and from other types. Initializes a new instance of the class. Converts the (used as the value of ) to an object of the specified type. The current value of . The type to which is to be converted. This must be or . . The language and culture assumed during the conversion. when the converter cannot produce a value; for example, when is or when is not or . -or- The new of the designated type. As implemented in this class, this must be either a or a . If it is a string, it will be formatted appropriately for the . Returns a previously converted value of back to a that can be assigned to . The object that is to be converted back to a . The type of . This must be or . . The language and culture assumed during the conversion. when the converter cannot produce a value; for example, when is not a valid percentage when is not or . -or- A representing the zoom percentage of a . Implements a markup extension that supports dynamic resource references made from XAML. Initializes a new instance of the class. Initializes a new instance of the class, with the provided initial key. The key of the resource that this markup extension references. Returns an object that should be set on the property where this extension is applied. For , this is the object found in a resource dictionary in the current parent chain that is keyed by the . Object that can provide services for the markup extension. Attempted to provide a value for an extension that did not provide a . The object to set on the property where the extension is applied. Rather than the actual value, this will be an expression that will be evaluated at a later time. Gets or sets the key specified by this dynamic resource reference. The key is used to lookup a resource in resource dictionaries, by means of an intermediate expression. The resource key that this dynamic resource reference specifies. Converts from parsed XAML to and supports dynamic resource references made from XAML. Initializes a new instance of the class. Returns a value indicating whether this converter can convert an object to the given destination type using the context. Context in which the provided type should be evaluated. The type of the destination/output of conversion. if is type of ; otherwise, . Converts the specified object to another type. An object that provides a format context. A object that specifies the culture to represent the number. Value to be converted. This is expected to be type . Type that should be converted to. could not be assigned as . is . The returned converted object. Cast this to the requested type. Ordinarily this should be cast to . Represents an event setter in a style. Event setters invoke the specified event handlers in response to events. Initializes a new instance of the class. Initializes a new instance of the class, using the provided event and handler parameters. The particular routed event that the responds to. The handler to assign in this setter. Gets or sets the particular routed event that this responds to. Attempted to set this property on a sealed . The identifier field of the routed event. Gets or sets a value that determines whether the handler assigned to the setter should still be invoked, even if the event is marked handled in its event data. if the handler should still be invoked; otherwise, . Gets or sets the reference to a handler for a routed event in the setter. Reference to the handler that is attached by this . Represents a trigger that applies a set of actions in response to an event. Initializes a new instance of the class. Initializes a new instance of the class with the specified event. The that activates this trigger. Adds the specified object to the collection of the current event trigger. A object to add to the collection of this trigger. This method is not supported and results in an exception. This parameter is not used. Returns whether serialization processes should serialize the effective value of the property on instances of this class. Returns if the property value should be serialized; otherwise, . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets the collection of actions to apply when the event occurs. The default is an empty collection. Gets or sets the that will activate this trigger. The property cannot be null. The default value is . Gets or sets the name of the object with the event that activates this trigger. This is only used by element triggers or template triggers. After an is in use, it cannot be modified. The default value is . If this property value is , then the element being monitored for the raising of the event is the templated parent or the logical tree root. Provides data for the and failed events. Gets the exception that caused the error condition. The attempt to access the media file is denied. The media file is not found. The media file format is not supported by any installed codec. -or- The file format is not recognized. Windows Media Player version 10 or later is not detected. -or- Video resources are insufficient for media playback. A COM error code appears. The exception that details the specific error condition. Event arguments for the event. Gets or sets the exit code that an application returns to the operating system when the application exits. The exit code that an application returns to the operating system when the application exits. Represents the method that handles the event. The source of the event. The event data. Describes a position reference for a figure in a horizontal direction. Anchor the figure in the center of the column content area. Anchor the figure to the left of the column content area. Anchor the figure to the right of the column content area. Anchor the figure in the center of the page content area. Anchor the figure to the left of the page content area. Anchor the figure to the right of the page content area. Anchor the figure in the center of the page area. Anchor the figure to the left of the page area. Anchor the figure to the right of the page area. Describes the height or width of a . Initializes a new instance of the class with the specified and . The of the class. The of the class. Initializes a new instance of the class with the specified number of pixels in length. The number of device-independent pixels (96 pixels-per-inch) that make up the length. Determines whether the specified is a and whether it is identical to this . The to compare to this instance. if is a and is identical to this ; otherwise, . Compares two structures for equality. The to compare to this instance. if is identical to this ; otherwise, . Returns the hash code for this . The hash code for this structure. Compares two structures for equality. The first structure to compare. The second structure to compare. if and are equal; otherwise, . Compares two structures for inequality. The first structure to compare. The second structure to compare. if and are not equal; otherwise, . Creates a representation of this . A representation of this . Gets the unit type of the . The unit type of this . The default value is . Gets a value that determines whether this holds an absolute value (in pixels). if this holds an absolute value (in pixels); otherwise, . The default value is . Gets a value that determines whether this is automatic (not specified). if this is automatic (not specified); otherwise, . The default value is . Gets a value that determines whether this has a property value of . if this has a property value of ; otherwise, . The default value is . Gets a value that determines whether this has a property value of . Returns if this has a property value of ; otherwise, . The default value is . Gets a value that determines whether this has a property value of . if this has a property value of ; otherwise, . The default value is . Gets the value of this . The value of this . The default value is 1. Converts instances of other types to and from a . Initializes a new instance of the class. Indicates whether an object can be converted from a given type to an instance of a . Describes the context information of a type. The source that is being queried for conversion support. if object of the specified type can be converted to a ; otherwise, . Determines whether instances of can be converted to the specified type. Describes the context information of a type. The desired type this is being evaluated to be converted to. if instances of can be converted to ; otherwise, . Converts the specified object to a . Describes the context information of a type. Describes the of the type being converted. The object being converted. The created from converting . Converts the specified to the specified type. Describes the context information of a type. Describes the of the type being converted. The to convert. The type to convert the to. The object created from converting this . Describes the unit type associated with the width or height of a . Default value when the is not specified which creates a value for the width or height of the that is calculated without constraints. Note: When is set to , the property of is set to 1. The value of the width or height of the is expressed as a fraction (including fractions greater then 1) of the width of the column the is in. The value of the width or height of the is expressed as a fraction (including fractions greater then 1) of the content width of the . Note: Note: When is set to , the property of must be set to a value between 0 and 1. The value of the width or height of the is expressed as a fraction (including fractions greater then 1) of the page width of that the is in. Note: Note: When is set to , the property of must be set to a value between 0 and 1. The value of the width or height of the is expressed in pixels (96 pixels-per-inch). Describes the point of reference of a figure in the vertical direction. Anchor the figure to the bottom of the page content area. Anchor the figure to the center of the page content area. Anchor the figure to the top of the page content area. Anchor the figure to the bottom of the page area. Anchor the figure to the center of the page area. Anchor the figure to the top of the page area. Anchor the figure to the top of the current paragraph. Converts font size values to and from other type representations. Initializes a new instance of the class. Determines if conversion from a specified type to a value is possible. Describes context information of a component such as its container and . Identifies the data type to evaluate for purposes of conversion. if can be converted to ; otherwise, . Determines if conversion of a font size value to a specified type is possible. Context information of a component such as its container and . The data type to evaluate for purposes of conversion. if this type can be converted; otherwise, . Converts a specified type to a . Context information of a component such as its container and . Cultural specific information, including the writing system and calendar used. The value which is being converted to a font size value. A value that represents the converted font size value. Converts a value to a specified type. Context information of a component such as its container and . Cultural specific information, including writing system and calendar used. The being converted. The data type this font size value is being converted to. A new that is the value of the conversion. Contains properties that specify how an application should behave relative to WPF features that are in the PresentationFramework assembly. Gets or sets a value that indicates whether the application should use the and properties for the colors of inactive selected items. if the application should use the and properties for the colors of inactive selected items; otherwise, Gets or sets a value that indicates whether a data-bound should display a string that is identical to the value of the source its property. if a data-bound should display a string that is identical to the value of the source its property; otherwise, . Gets or sets a value that indicates whether a failed copy or cut operation in a instance results in a . if a failed copy or cut operation in a instance results in a ; otherwise, . is the WPF framework-level implementation and expansion of the base class. adds support for additional input APIs (including tooltips and context menus), storyboards, data context for data binding, styles support, and logical tree helper APIs. Occurs just before any context menu on the element is closed. Occurs when any context menu on the element is opened. Occurs when this element's data context changes. Occurs when this is initialized. This coincides with cases where the value of the property changes from (or undefined) to . Occurs when the element is laid out, rendered, and ready for interaction. Occurs when any associated data source participating in a binding on this element changes. Occurs when any associated target property participating in a binding on this element changes. Occurs just before any tooltip on the element is closed. Occurs when any tooltip on the element is opened. Occurs when the element is removed from an element tree of loaded elements. Identifies the dependency property. Identifies the Routed Events Overview. Identifies the Routed Events Overview. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the Routed Events Overview. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the Routed Events Overview. Identifies the Routed Events Overview. Identifies the dependency property. Identifies the Routed Events Overview. Initializes a new instance of the class. Adds the provided element as a child of this element. The child element to be added. Called before an element is initialized. Begins the sequence of actions that are contained in the provided storyboard, with specified state for control of the animation after it is started. The storyboard to begin. A value of the enumeration that describes behavior to use if a property described in the storyboard is already animated. Declares whether the animation is controllable (can be paused) after it is started. Begins the sequence of actions that are contained in the provided storyboard, with options specified for what should occur if the property is already animated. The storyboard to begin. A value of the enumeration that describes behavior to use if a property described in the storyboard is already animated. Begins the sequence of actions that are contained in the provided storyboard. The storyboard to begin. Attempts to bring this element into view, within any scrollable regions it is contained within. Called immediately after an element is initialized. Finds an element that has the provided identifier name. Name of the element to search for. The requested element. May be if no matching element was found. Searches for a resource with the specified key, and will throw an exception if the requested resource is not found. Key identifier of the resource to be found. The requested resource key was not found. is . The found resource, or if no matching resource was found (but will also throw an exception if ). Gets the for the specified property's binding. The target from which to get the binding. Returns a if the target is data bound; otherwise, . Returns an alternative logical parent for this element if there is no visual parent. In this case, a parent is always the same value as the property. Returns something other than whenever a WPF framework-level implementation of this method has a non-visual parent connection. Moves the keyboard focus from this element to another element. The direction that focus is to be moved, as a value of the enumeration. Returns if focus is moved successfully; if the target element in direction as specified does not exist. Invoked whenever the routed event reaches this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever the routed event reaches this class in its route. Implement this method to add class handling for this event. Event data for the event. Class handler for the event. Event data for the event. Raises the event. This method is invoked whenever is set to . Event data for the event. Invoked whenever the effective value of any dependency property on this has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides . The event data that describes the property that changed, including the old and new values. Invoked when the style that is in use on this element changes. The old style. The new style. Invoked whenever the routed event reaches this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever the routed event reaches this class in its route. Implement this method to add class handling for this event. Provides data about the event. Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. This method is sealed and cannot be overridden. The direction for which a prospective focus change should be determined. Specified one of the following directions in the : , , , . These directions are not legal for (but they are legal for ). The next element that focus would move to if focus were actually traversed. May return if focus cannot be moved relative to this element for the provided direction. Provides an accessor that simplifies access to the registration method. Name to use for the specified name-object mapping. Object for the mapping. Removes the specified element from the logical tree for this element. The element to remove. Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. Identifies the bound property. The source property name or the path to the property used for the binding. Records the conditions of the binding. This return value can be useful for error checking. Attaches a binding to this element, based on the provided binding object. Identifies the bound property. Represents a data binding. Records the conditions of the binding. This return value can be useful for error checking. Searches for a resource with the specified name and sets up a resource reference to it for the specified property. The property to which the resource is bound. The name of the resource. Returns whether serialization processes should serialize the contents of the property on instances of this class. if the property value should be serialized; otherwise, . Returns whether serialization processes should serialize the contents of the property on instances of this class. if the property value should be serialized; otherwise, . For a description of this member, see the method. The name of the requested ambient property. if is available; otherwise, . Searches for a resource with the specified key, and returns that resource if found. Key identifier of the resource to be found. The found resource. If no resource was found, is returned. Simplifies access to the de-registration method. Name of the name-object pair to remove from the current scope. Reapplies the default style to the current . Gets or sets the that is used for the element. The that is used for the element. Gets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element. The context menu that this element uses. Gets or sets the cursor that displays when the mouse pointer is over this element. The cursor to display. The default value is defined as per this dependency property. However, the practical default at run time will come from a variety of factors. Gets or sets the data context for an element when it participates in data binding. The object to use as data context. Gets or sets the key to use to find the style template for this control in themes. The style key. To work correctly as part of theme style lookup, this value is expected to be the of the element being styled. is an accepted value for a certain case. Gets or sets an object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. The desired style to apply on focus. The default value as declared in the dependency property is an empty static . However, the effective value at run time is often (but not always) a style as supplied by theme support for controls. Gets or sets a value indicating whether this should force the user interface (UI) to render the cursor as declared by this instance's property. to force cursor presentation while over this element to use this instance's setting for the cursor (including on all child elements); otherwise . The default value is . Gets or sets the context for input used by this . The input scope, which modifies how input from alternative input methods is interpreted. The default value is (which results in a default handling of commands). Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its method called. if the element is initialized per the aforementioned loading or method calls; otherwise, . Gets a value indicating whether this element has been loaded for presentation. if the current element is attached to an element tree and has been rendered; if the element has never been attached to a loaded element tree. Gets or sets localization/globalization language information that applies to an individual element. The culture information for this element. The default value is an instance with its value set to the string "en-US". Gets an enumerator for the logical child elements of this element. An enumerator for logical child elements of this element. Gets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. The name of the element. Gets or sets a value indicating whether this element incorporates style properties from theme styles. if this element does not use theme style properties; all style-originating properties come from local application styles, and theme style properties do not apply. if application styles apply first, and then theme styles apply for properties that were not specifically set in application styles. Gets the parent in the logical tree for this element. The logical parent for this element. Gets or sets the current locally-defined resource dictionary. The current locally-defined resources. This is a dictionary of resources, where resources within the dictionary are accessed by key. Gets or sets the style to be used by this element. The applied, nondefault style for the element, if present. Otherwise, . The default for a default-constructed is . Gets or sets an arbitrary object value that can be used to store custom information about this element. The intended value. This property has no default value. Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. The element whose caused this element to be created. This value is frequently . Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). The tooltip object. Provides a WPF framework-level set of properties, events, and methods for Windows Presentation Foundation (WPF) elements. This class represents the provided WPF framework-level implementation that is built on the WPF core-level APIs that are defined by . Occurs just before any context menu on the element is closed. Occurs when any context menu on the element is opened. Occurs when the data context for this element changes. Occurs when this is initialized. This event coincides with cases where the value of the property changes from (or undefined) to . Occurs when the element is laid out, rendered, and ready for interaction. Occurs when is called on this element. Occurs when either the or the properties change value on this element. Occurs when the source value changes for any existing property binding on this element. Occurs when the target value changes for any property binding on this element. Occurs just before any tooltip on the element is closed. Occurs when any tooltip on the element is opened. Occurs when the element is removed from within an element tree of loaded elements. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the routed event. Identifies the routed event. Identifies the dependency property. Identifies the routed event. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Adds the provided object to the logical tree of this element. Child element to be added. Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. if visuals were added to the tree; returns otherwise. Implements (defined as virtual in ) and seals the implementation. The final area within the parent that this element should use to arrange itself and its children. When overridden in a derived class, positions child elements and determines a size for a derived class. The final area within the parent that this element should use to arrange itself and its children. The actual size used. Starts the initialization process for this element. Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started. The storyboard to begin. A value of the enumeration that describes behavior to use if a property described in the storyboard is already animated. Declares whether the animation is controllable (can be paused) after it is started. Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated. The storyboard to begin. A value of the enumeration that describes behavior to use if a property described in the storyboard is already animated. Begins the sequence of actions that are contained in the provided storyboard. The storyboard to begin. Attempts to bring this element into view, within any scrollable regions it is contained within. Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within. Specified size of the element that should also be brought into view. Indicates that the initialization process for the element is complete. was called without having previously been called on the element. Finds an element that has the provided identifier name. The name of the requested element. The requested element. This can be if no matching element was found. Searches for a resource with the specified key, and throws an exception if the requested resource is not found. The key identifier for the requested resource. was not found and an event handler does not exist for the event. -or- was not found and the property is in the event. is . The requested resource. If no resource with the provided key was found, an exception is thrown. An value might also be returned in the exception case. Returns the that represents the binding on the specified property. The target to get the binding from. A if the target property has an active binding; otherwise, returns . Gets the value of the attached property for the specified . The element to return a for. The requested flow direction, as a value of the enumeration. Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. The size of the part of the element that does visual presentation. The clipping geometry. Returns the named element in the visual tree of an instantiated . Name of the child to find. The requested element. May be if no element of the requested name exists. Returns an alternative logical parent for this element if there is no visual parent. Returns something other than whenever a WPF framework-level implementation of this method has a non-visual parent connection. Overrides , and returns a child at the specified index from a collection of child elements. The zero-based index of the requested child element in the collection. The requested child element. This should not return ; if the provided index is out of range, an exception is thrown. Implements basic measure-pass layout system behavior for . The available size that the parent element can give to the child elements. The desired size of this element in layout. When overridden in a derived class, measures the size in layout required for child elements and determines a size for the -derived class. The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available. The size that this element determines it needs during layout, based on its calculations of child element sizes. Moves the keyboard focus away from this element and to another element in a provided traversal direction. The direction that focus is to be moved, as a value of the enumeration. Returns if focus is moved successfully; if the target element in direction as specified does not exist or could not be keyboard focused. When overridden in a derived class, is invoked whenever application code or internal processes call . Invoked whenever an unhandled routed event reaches this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever an unhandled routed event reaches this class in its route. Implement this method to add class handling for this event. The that contains the event data. Invoked whenever an unhandled event reaches this element in its route. The that contains the event data. Raises the event. This method is invoked whenever is set to internally. The that contains the event data. Invoked whenever the effective value of any dependency property on this has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides . The event data that describes the property that changed, as well as old and new values. Raises the event, using the specified information as part of the eventual event data. Details of the old and new size involved in the change. Invoked when the style in use on this element changes, which will invalidate the layout. The old style. The new style. Invoked whenever an unhandled routed event reaches this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked whenever the routed event reaches this class in its route. Implement this method to add class handling for this event. Provides data about the event. Invoked when the parent of this element in the visual tree is changed. Overrides . The old parent element. May be to indicate that the element did not have a visual parent previously. Supports incremental layout implementations in specialized subclasses of . is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout. The child element reporting the change. Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. The direction for which a prospective focus change should be determined. Specified one of the following directions in the : , , , . These directions are not legal for (but they are legal for ). The next element that focus would move to if focus were actually traversed. May return if focus cannot be moved relative to this element for the provided direction. Provides an accessor that simplifies access to the registration method. Name to use for the specified name-object mapping. Object for the mapping. Removes the provided object from this element's logical tree. updates the affected logical tree parent pointers to keep in sync with this deletion. The element to remove. Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. Identifies the destination property where the binding should be established. The source property name or the path to the property used for the binding. Records the conditions of the binding. This return value can be useful for error checking. Attaches a binding to this element, based on the provided binding object. Identifies the property where the binding should be established. Represents the specifics of the data binding. Records the conditions of the binding. This return value can be useful for error checking. Sets the value of the attached property for the provided element. The element that specifies a flow direction. A value of the enumeration, specifying the direction. Searches for a resource with the specified name and sets up a resource reference to it for the specified property. The property to which the resource is bound. The name of the resource. Returns whether serialization processes should serialize the contents of the property. if the property value should be serialized; otherwise, . Returns whether serialization processes should serialize the contents of the property. if the property value should be serialized; otherwise, . Returns whether serialization processes should serialize the contents of the property. if the property value should be serialized; otherwise, . For a description of this member, see the method. The name of the requested ambient property. if is available; otherwise, . Searches for a resource with the specified key, and returns that resource if found. The key identifier of the resource to be found. The found resource, or if no resource with the provided is found. Simplifies access to the de-registration method. Name of the name-object pair to remove from the current scope. Reapplies the default style to the current . Gets the rendered height of this element. The element's height, as a value in device-independent units (1/96th inch per unit). The default value is 0 (zero). Gets the rendered width of this element. The element's width, as a value in device-independent units (1/96th inch per unit). The default value is 0 (zero). Gets or sets the that is used for the element. The that is used for the element. Gets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. The context menu assigned to this element. Gets or sets the cursor that displays when the mouse pointer is over this element. The cursor to display. The default value is defined as per this dependency property. However, the practical default at run time will come from a variety of factors. Gets or sets the data context for an element when it participates in data binding. The object to use as data context. Gets or sets the key to use to reference the style for this control, when theme styles are used or defined. The style key. To work correctly as part of theme style lookup, this value is expected to be the of the control being styled. Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. The direction that text and other UI elements flow within their parent element, as a value of the enumeration. The default value is . Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. The desired style to apply on focus. The default value as declared in the dependency property is an empty static . However, the effective value at run time is often (but not always) a style as supplied by theme support for controls. Gets or sets a value that indicates whether this should force the user interface (UI) to render the cursor as declared by the property. if cursor presentation while over this element is forced to use current settings for the cursor (including on all child elements); otherwise . The default value is . Gets or sets the suggested height of the element. The height of the element, in device-independent units (1/96th inch per unit). The default value is . This value must be equal to or greater than 0.0. Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. A horizontal alignment setting, as a value of the enumeration. The default is . Gets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. A value of the enumeration. The default is . Gets or sets the context for input used by this . The input scope, which modifies how input from alternative input methods is interpreted. The default value is (which results in a default handling of commands). Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its method called. if the element is initialized per the aforementioned XAML processing or method calls; otherwise, . Gets a value that indicates whether this element has been loaded for presentation. if the current element is attached to an element tree; if the element has never been attached to a loaded element tree. Gets or sets localization/globalization language information that applies to an element. The language information for this element. The default value is an with its value set to the string "en-US". Gets or sets a graphics transformation that should apply to this element when layout is performed. The transform this element should use. The default is . Gets an enumerator for logical child elements of this element. An enumerator for logical child elements of this element. Gets or sets the outer margin of an element. Provides margin values for the element. The default value is a with all properties equal to 0 (zero). Gets or sets the maximum height constraint of the element. The maximum height of the element, in device-independent units (1/96th inch per unit). The default value is . This value can be any value equal to or greater than 0.0. is also valid. Gets or sets the maximum width constraint of the element. The maximum width of the element, in device-independent units (1/96th inch per unit). The default value is . This value can be any value equal to or greater than 0.0. is also valid. Gets or sets the minimum height constraint of the element. The minimum height of the element, in device-independent units (1/96th inch per unit). The default value is 0.0. This value can be any value equal to or greater than 0.0. However, is NOT valid, nor is . Gets or sets the minimum width constraint of the element. The minimum width of the element, in device-independent units (1/96th inch per unit). The default value is 0.0. This value can be any value equal to or greater than 0.0. However, is not valid, nor is . Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. The name of the element. The default is an empty string. Gets or sets a value that indicates whether this element incorporates style properties from theme styles. if this element does not use theme style properties; all style-originating properties come from local application styles, and theme style properties do not apply. if application styles apply first, and then theme styles apply for properties that were not specifically set in application styles. The default is . Gets the logical parent element of this element. This element's logical parent. Gets or sets the locally-defined resource dictionary. The current locally-defined dictionary of resources, where each resource can be accessed by key. Gets or sets the style used by this element when it is rendered. The applied, nondefault style for the element, if present. Otherwise, . The default for a default-constructed is . Gets or sets an arbitrary object value that can be used to store custom information about this element. The intended value. This property has no default value. Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. The element whose caused this element to be created. This value is frequently . Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). The tooltip object. Gets the collection of triggers established directly on this element, or in child elements. A strongly typed collection of objects. Gets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout. if layout rounding is applied; otherwise, . The default is . Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. A vertical alignment setting. The default is . Gets the number of visual child elements within this element. The number of visual child elements for this element. Gets or sets the width of the element. The width of the element, in device-independent units (1/96th inch per unit). The default value is . This value must be equal to or greater than 0.0. See Remarks for upper bound information. Supports the creation of templates. Initializes a new instance of the class. Initializes a new instance of the class with the specified text to produce. The text string to produce. Initializes a new instance of the class with the specified and name. The type of instance to create. The style identifier. Initializes a new instance of the class with the specified . The type of instance to create. Adds an event handler for the given routed event to the instances created by this factory, with the option of having the provided handler be invoked even in cases of routed events that had already been marked as handled by another element along the route. Identifier object for the routed event being handled. A reference to the handler implementation. Whether to invoke the handler in cases where the routed event has already been marked as handled in its arguments object. to invoke the handler even when the routed event is marked handled; otherwise, . The default is . Asking to handle already-handled routed events is not common. Adds an event handler for the given routed event to the instances created by this factory. Identifier object for the routed event being handled. A reference to the handler implementation. Adds a child factory to this factory. The object to add as a child. Removes an event handler from the given routed event. This applies to the instances created by this factory. Identifier object for the routed event. The handler to remove. Sets up data binding on a property. Identifies the property where the binding should be established. Description of the binding. Set up a dynamic resource reference on a child property. The property to which the resource is bound. The name of the resource. Sets the value of a dependency property. The dependency property identifier of the property to set. The new value. Gets the first child factory. A the first child factory. Gets a value that indicates whether this object is in an immutable state. if this object is in an immutable state; otherwise, . Gets or sets the name of a template item. A string that is the template identifier. Gets the next sibling factory. A that is the next sibling factory. Gets the parent . A that is the parent factory. Gets or sets the text string to produce. The text string to produce. Gets or sets the type of the objects this factory produces. The type of the objects this factory produces. Reports or applies metadata for a dependency property, specifically adding framework-specific property system characteristics. Initializes a new instance of the class. Initializes a new instance of the class with the provided default value and framework metadata options, specified callbacks, a Boolean that can be used to prevent animation of the property, and a data-binding update trigger default. The default value of the dependency property, usually provided as a specific type. The metadata option flags (a combination of values). These options specify characteristics of the dependency property that interact with systems such as layout or data binding. A reference to a handler implementation that the property system will call whenever the effective value of the property changes. A reference to a handler implementation that will be called whenever the property system calls against this property. to prevent the property system from animating the property that this metadata is applied to. Such properties will raise a run-time exception originating from the property system if animations of them are attempted. The default is . The to use when bindings for this property are applied that have their set to . is set to . Initializes a new instance of the class with the provided default value and framework metadata options, specified callbacks, and a Boolean that can be used to prevent animation of the property. The default value of the dependency property, usually provided as a specific type. The metadata option flags (a combination of values). These options specify characteristics of the dependency property that interact with systems such as layout or data binding. A reference to a handler implementation that the property system will call whenever the effective value of the property changes. A reference to a handler implementation that will be called whenever the property system calls on this dependency property. to prevent the property system from animating the property that this metadata is applied to. Such properties will raise a run-time exception originating from the property system if animations of them are attempted. to permit animating the property. The default is . is set to . Initializes a new instance of the class with the provided default value and framework metadata options, and specified callbacks. The default value of the dependency property, usually provided as a specific type. The metadata option flags (a combination of values). These options specify characteristics of the dependency property that interact with systems such as layout or data binding. A reference to a handler implementation that the property system will call whenever the effective value of the property changes. A reference to a handler implementation that will be called whenever the property system calls against this property. is set to . Initializes a new instance of the class with the provided default value and framework metadata options, and specified callback. The default value of the dependency property, usually provided as a value of a specific type. The metadata option flags (a combination of values). These options specify characteristics of the dependency property that interact with systems such as layout or data binding. A reference to a handler implementation that the property system will call whenever the effective value of the property changes. is set to . Initializes a new instance of the class with the provided default value and framework-level metadata options. The default value of the dependency property, usually provided as a value of a specific type. The metadata option flags (a combination of values). These options specify characteristics of the dependency property that interact with systems such as layout or data binding. is set to . Initializes a new instance of the class with the provided default value and specified callbacks. The default value of the dependency property, usually provided as a specific type. A reference to a handler implementation that the property system will call whenever the effective value of the property changes. A reference to a handler implementation that will be called whenever the property system calls for this dependency property. is set to . Initializes a new instance of the class with the provided default value and specified callback. The default value of the dependency property, usually provided as a value of a specific type. A reference to a handler implementation that the property system will call whenever the effective value of the property changes. is set to . Initializes a new instance of the class with the specified default value. The default value of the dependency property, usually provided as a value of a specific type. is set to . Initializes a new instance of the class with the specified callbacks. A reference to a handler implementation that the property system will call whenever the effective value of the property changes. A reference to a handler implementation will be called whenever the property system calls for this dependency property. Initializes a new instance of the class with the specified callback. A reference to a handler implementation that the property system will call whenever the effective value of the property changes. Enables a merge of the source metadata with base metadata. The base metadata to merge. The dependency property this metadata is being applied to. Called when this metadata has been applied to a property, which indicates that the metadata is being sealed. The dependency property to which the metadata has been applied. The type associated with this metadata if this is type-specific metadata. If this is default metadata, this value can be . Gets or sets a value that indicates whether a dependency property potentially affects the arrange pass during layout engine operations. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if the dependency property on which this metadata exists potentially affects the arrange pass; otherwise, . The default is . Gets or sets a value that indicates whether a dependency property potentially affects the measure pass during layout engine operations. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if the dependency property on which this metadata exists potentially affects the measure pass; otherwise, . The default is . Gets or sets a value that indicates whether a dependency property potentially affects the arrange pass of its parent element's layout during layout engine operations. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if the dependency property on which this metadata exists potentially affects the arrange pass specifically on its parent element; otherwise, . The default is . Gets or sets a value that indicates whether a dependency property potentially affects the measure pass of its parent element's layout during layout engine operations. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if the dependency property on which this metadata exists potentially affects the measure pass specifically on its parent element; otherwise, . The default is . Gets or sets a value that indicates whether a dependency property potentially affects the general layout in some way that does not specifically influence arrangement or measurement, but would require a redraw. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if the dependency property on which this metadata exists affects rendering; otherwise, . The default is . Gets or sets a value that indicates whether the property binds two-way by default. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if the dependency property on which this metadata exists binds two-way by default; otherwise, . The default is . Gets or sets the default for to use when bindings for the property with this metadata are applied, which have their set to . This property is set to ; the value you set is supposed to become the default when requested by bindings. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. A value of the enumeration, other than . Gets or sets a value that indicates whether the value of the dependency property is inheritable. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if the property value is inheritable; otherwise, . The default is . Gets a value that indicates whether data binding is supported for the dependency property. if data binding is supported on the dependency property to which this metadata applies; otherwise, . The default is . Gets or sets a value that indicates whether the dependency property supports data binding. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if the property does not support data binding; otherwise, . The default is . Gets or sets a value that indicates whether this property contains journaling information that applications can or should store as part of a journaling implementation. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if journaling should be performed on the dependency property that this metadata is applied to; otherwise, . The default is . Gets or sets a value that indicates whether the property value inheritance evaluation should span across certain content boundaries in the logical tree of elements. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if the property value inheritance should span across certain content boundaries; otherwise, . The default is . Gets or sets a value that indicates whether sub-properties of the dependency property do not affect the rendering of the containing object. The metadata has already been applied to a dependency property operation, so that metadata is sealed and properties of the metadata cannot be set. if changes to sub-property values do not affect rendering if changed; otherwise, . The default is . Specifies the types of framework-level property behavior that pertain to a particular dependency property in the Windows Presentation Foundation (WPF) property system. The arrange pass of layout composition is affected by value changes to this dependency property. The measure pass of layout compositions is affected by value changes to this dependency property. The arrange pass on the parent element is affected by value changes to this dependency property. The measure pass on the parent element is affected by value changes to this dependency property. Some aspect of rendering or layout composition (other than measure or arrange) is affected by value changes to this dependency property. The for data bindings on this dependency property defaults to . The values of this dependency property are inherited by child elements. The values of this dependency property should be saved or restored by journaling processes, or when navigating by Uniform resource identifiers (URIs). No options are specified; the dependency property uses the default behavior of the WPF property system. Data binding to this dependency property is not allowed. The values of this dependency property span separated trees for purposes of property value inheritance. The subproperties on the value of this dependency property do not affect any aspect of rendering. Enables the instantiation of a tree of and/or objects. Initializes a new instance of the class. Finds the element associated with the specified name defined within this template. The string name. The context of the where this template is applied. The element associated with the specified name. Loads the content of the template as an instance of an object and returns the root element of the content. The root element of the content. Calling this multiple times returns separate instances. Registers a new name/object pair into the current name scope. The name to register. The object to be mapped to the provided name. Locks the template so it cannot be changed. Returns a value that indicates whether serialization processes should serialize the value of the property on instances of this class. The . if the property value should be serialized; otherwise, . Returns a value that indicates whether serialization processes should serialize the value of the property on instances of this class. if the property value should be serialized; otherwise, . Returns an object that has the provided identifying name. The name identifier for the object being requested. The object, if found. Returns if no object of that name was found. Queries whether a specified ambient property is available in the current scope. The name of the requested ambient property. if the requested ambient property is available; otherwise, . Removes a name/object mapping from the XAML namescope. The name of the mapping to remove. When overridden in a derived class, supplies rules for the element this template is applied to. The element this template is applied to. Gets a value that indicates whether this template has optimized content. if this template has optimized content; otherwise, . Gets a value that indicates whether this object is in an immutable state so it cannot be changed. if this object is in an immutable state; otherwise, . Gets or sets the collection of resources that can be used within the scope of this template. The resources that can be used within the scope of this template. Gets or sets a reference to the object that records or plays the XAML nodes for the template when the template is defined or applied by a writer. A reference to the object that records or plays the XAML nodes for the template. Gets or sets the root node of the template. The root node of the template. Represents the length of elements that explicitly support unit types. Initializes a new instance of the structure and specifies what kind of value it holds. The initial value of this instance of . The held by this instance of . is equal to , , or . Initializes a new instance of the structure using the specified absolute value in pixels. The number of device-independent pixels (96 pixels-per-inch). is equal to , , or . Determines whether the specified object is equal to the current instance. The object to compare with the current instance. if the specified object has the same value and as the current instance; otherwise, . Determines whether the specified is equal to the current . The structure to compare with the current instance. if the specified has the same value and as the current instance; otherwise, . Gets a hash code for the . A hash code for the current structure. Compares two structures for equality. The first instance of to compare. The second instance of to compare. if the two instances of have the same value and ; otherwise, . Compares two structures to determine if they are not equal. The first instance of to compare. The second instance of to compare. if the two instances of do not have the same value and ; otherwise, . Returns a representation of the . A representation of the current structure. Gets an instance of that holds a value whose size is determined by the size properties of the content object. A instance of whose property is set to . Gets the associated for the . One of the values. The default is . Gets a value that indicates whether the holds a value that is expressed in pixels. if the property is ; otherwise, . Gets a value that indicates whether the holds a value whose size is determined by the size properties of the content object. if the property is ; otherwise, . Gets a value that indicates whether the holds a value that is expressed as a weighted proportion of available space. if the property is ; otherwise, . Gets a that represents the value of the . A that represents the value of the current instance. Converts instances of other types to and from instances. Initializes a new instance of the class. Determines whether a class can be converted from a given type to an instance of . Describes the context information of a type. The type of the source that is being evaluated for conversion. if the converter can convert from the specified type to an instance of ; otherwise, . Determines whether an instance of can be converted to a different type. Describes the context information of a type. The desired type that this instance of is being evaluated for conversion. if the converter can convert this instance of to the specified type; otherwise, . Attempts to convert a specified object to an instance of . Describes the context information of a type. Cultural specific information that should be respected during conversion. The object being converted. object is . object is not and is not a valid type that can be converted to a . The instance of that is created from the converted . Attempts to convert an instance of to a specified type. Describes the context information of a type. Cultural specific information that should be respected during conversion. The instance of to convert. The type that this instance of is converted to. is not one of the valid types for conversion. is . The object that is created from the converted instance of . Describes the kind of value that a object is holding. The size is determined by the size properties of the content object. The value is expressed as a pixel. The value is expressed as a weighted proportion of available space. Represents a that supports , such as or . Initializes a new instance of the class. Initializes a new instance of the class with the specified type for which the template is intended. The type for which this template is intended. Gets or sets the number of alternating item containers for the child items. The number of alternating item containers for the next level of items. Gets or sets the that is copied to each child item. The that is copied to each child item. Gets or sets the that is applied to the item container for each child item. The that is applied to the item container for each child item. Gets or sets custom style-selection logic for a style that can be applied to each item container. A that chooses which style to use as the . The default is . Gets or sets the binding for this data template, which indicates where to find the collection that represents the next level in the data hierarchy. The default is . Gets or sets a composite string that specifies how to format the items in the next level in the data hierarchy if they are displayed as strings. A composite string that specifies how to format the items in the next level of the data hierarchy if they are displayed as strings. Gets or sets the to apply to the property on a generated (such as a or a ), to indicate how to display items from the next level in the data hierarchy. The to apply to the property on a generated (such as a or a ), to indicate how to display items from the next level in the data hierarchy. Gets or sets the to apply to the property on a generated (such as a or a ), to indicate how to select a template to display items from the next level in the data hierarchy. The object to apply to the property on a generated (such as a or a ), to indicate how to select a template to display items from the next level in the data hierarchy. Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element. An element aligned to the center of the layout slot for the parent element. An element aligned to the left of the layout slot for the parent element. An element aligned to the right of the layout slot for the parent element. An element stretched to fill the entire layout slot of the parent element. Declares a namescope contract for framework elements. Gets or sets the name of an element. The element name, which is unique in the namescope and can be used as an identifier for certain operations. Indicates the current mode of lookup for property value inheritance, resource lookup, and RelativeSource FindAncestor lookup. A RelativeSource FindAncestor lookup occurs when a binding uses a that has its property set to the value. Property value inheritance lookup will query the current element and continue walking up the element tree to the page root. A resource lookup will query through the current element and further. Property value inheritance lookup or resource lookup will query the current element but not any further. A resource lookup will query the current element but not any further. Property value inheritance lookup, resource lookup, or RelativeSource FindAncestor lookup will not query the current element or any further. Property value inheritance lookup will query the current element but not any further. A resource lookup will query the current element and will then skip over to the application and theme dictionaries, rather than walking up the element tree toward the page root. Property value inheritance lookup will not query the current element or any further. A resource lookup will not query the current element but will skip over to the application and then the theme dictionaries, rather than walking up the element tree toward the page root. A RelativeSource FindAncestor lookup will not query the current element or any further. Property value inheritance lookup will query the current element but not any further. A resource lookup will query the current element and will then skip over to the theme dictionaries, rather than walking up the element tree toward the page root, or checking application dictionaries. Property value inheritance lookup will not query the current element or any further. A resource lookup will not query the current element but will skip over to the theme dictionaries, rather than walking up the element tree toward the page root, or checking application dictionaries. A RelativeSource FindAncestor lookup will not query the current element or any further. Converts an object to and from other types. Initializes a new instance of the class. Determines whether an object of the specified type can be converted to an instance of , using the specified context. A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. if is of type ; otherwise, . Determines whether an instance of can be converted to the specified type, using the specified context. A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. if is of type ; otherwise, . Attempts to convert the specified object to an , using the specified context. A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. cannot be converted. The converted object, or if is an empty string. Attempts to convert an to the specified type, using the specified context. A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. The type to convert the object to. is . cannot be converted. The converted object, or an empty string. Provides logical and directional navigation between focusable objects. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Gets the value of the attached property for the specified element. The element from which to read the attached property. is . The value of the property. Gets the value of the attached property for the specified element. Element from which to get the attached property. is . The value of the property. Gets the value of the attached property for the specified element. Element from which to get the attached property. is . The value of the property. Gets the value of the attached property for the specified element. The element from which to read the attached property. is . The value of the property. Gets the value of the attached property for the specified element. The element from which to read the attached property. is . The value of the property. Gets the value of the attached property for the specified element. Element from which to get the attached property. is . The value of the property. Sets the value of the attached property for the specified element. The element to write the attached property to. The property value to set. is . Sets the value of the attached property for the specified element. Element on which to set the attached property. The property value to set. is . Sets the value of the attached property for the specified element. Element on which to set the attached property. Property value to set. is . Sets the value of the attached property for the specified element. The element to which to write the attached property. The property value to set. is . Set the value of the attached property for the specified element. The element on which to set the attached property to. The property value to set. is . Sets the value of the attached property for the specified element. Element on which to set the attached property. Property value to set. is . Gets or sets a value indicating whether the Return character is accepted by a control. Gets or sets the logical control tab navigation behavior for the children of the element that this property is set on. Gets or sets the directional navigation behavior for the children of the element that this property is set on. Gets or sets a value indicating whether the element that this property is set on is a tab stop. Gets or sets the tab index for the element that this property is set on. Gets or sets the logical tab navigation behavior for the children of the element that this property is set on. Specifies the possible values for changes in focus when logical and directional navigation occurs. Depending on the direction of the navigation, focus returns to the first or the last item when the end or the beginning of the container is reached, but does not move past the beginning or end of the container. Each element receives keyboard focus, as long as it is a navigation stop. Navigation leaves the containing element when an edge is reached. Depending on the direction of the navigation, the focus returns to the first or the last item when the end or the beginning of the container is reached. Focus cannot leave the container using logical navigation. Tab Indexes are considered on local subtree only inside this container and behave like after that. No keyboard navigation is allowed inside this container. The container and all of its child elements as a whole receive focus only once. Either the first tree child or the or the last focused element in the group receives focus. Hosts an ActiveX control as an element within Windows Presentation Foundation (WPF) content. Creates the window and assigns it to a parent. The parent window. A to the window. Destroys the hosted window. A structure that contains the window handle. Releases the unmanaged resources that are used by the and optionally releases the managed resources. to release both managed and unmanaged resources; to release only unmanaged resources. Returns the size of the window represented by the object, as requested by layout engine operations. The size of the object. The size of the object. Provides class handling for when an access key that is meaningful for this element is invoked. The event data to the access key event. The event data reports which key was invoked, and indicate whether the object that controls the sending of these events also sent this access key invocation to other elements. Invoked whenever the effective value of any dependency property on this has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides . The event data that describes the property that changed, as well as old and new values. Called when the hosted window's position changes. The window's position. Gets a value that indicates whether the method has been called on the instance. if the instance has been disposed; otherwise, . The default is . A helper class that provides information about the browser environment in which a XAML browser application (XBAP) application is hosted. Returns a reference to an object that can be used to access the host browser via its OLE container interfaces (for example, IOleClientSite::GetContainer();). An object that can be cast to . Gets a script object that provides access to the HTML window object, custom script functions, and global variables for the HTML page, if the XAML browser application (XBAP) is hosted in a frame. A script object that provides access to the HTML window object, custom script functions, and global variables for the HTML page, if the XAML browser application (XBAP) is hosted in a frame; otherwise, . Gets a value that specifies whether the current Windows Presentation Foundation (WPF) application is browser hosted. if the application is browser hosted; otherwise, . Gets the uniform resource identifier (URI) for the location from which a XAML browser application (XBAP) application was launched. The for the location from which a XAML browser application (XBAP) application was launched; otherwise, . Enables calls from a XAML browser application (XBAP) to the HTML window that hosts the application. Attempts to convert the script object to a string representation. A string representation of the script object, if the object can be converted; otherwise, a string representation of the object's default property or method. Gets an indexed value from the script object by using the first index value from the collection. The binder provided by the call site. The index to be retrieved. The method result. is . -or- is . The length of is not equal to 1. The first value is . The member does not exist. Always returns . Gets an member value from the script object. The binder provided by the call site. The method result. is . The member does not exist. Always returns . Calls the default script method. The binder provided by the call site. The arguments to pass to the default method. The method result. is . The method does not exist. Always return . Calls a method on the script object. The binder provided by the call site. The arguments to pass to the default method. The method result. is . The method does not exist. Always return . Sets a member on the script object by using the first index specified in the collection. The binder provided by the call site. The index to be retrieved. The method result. is . -or- is . The length of is not equal to 1. The first value is . The member does not exist. Always returns . Sets a member on the script object to the specified value. The binder provided by the call site. The value to set for the member. is . -or- is . The length of is not equal to 1. The first value is . The member does not exist. Always returns . Hosts a Win32 window as an element within Windows Presentation Foundation (WPF) content. Occurs after the DPI of the screen on which the HwndHost is displayed changes. Occurs for each unhandled message that is received by the hosted window. A for when the DPI of the screen the HwndHost is on changes. Initializes a new instance of the class. When overridden in a derived class, creates the window to be hosted. The window handle of the parent window. The handle to the child Win32 window to create. When overridden in a derived class, destroys the hosted window. A structure that contains the window handle. Immediately frees any system resources that the object might hold. Immediately frees any system resources that the object might hold. Set to if called from an explicit disposer and otherwise. Performs the final cleanup before the garbage collector destroys the object. Gets a value that indicates whether the sink or one of its contained components has focus. if the sink or one of its contained components has focus; otherwise, . Returns the size of the window represented by the object, as requested by layout engine operations. The size of the object. The size of the object. Creates an for . The type-specific implementation. Called when the DPI at which this HwndHost is rendered changes. The original DPI scale setting. The new DPI scale setting. Called when the hosted window receives a WM_KEYDOWN message. The event data. Called when the hosted window receives a WM_KEYUP message. The event data. Called when one of the mnemonics (access keys) for this sink is invoked. The message for the mnemonic and associated data. Modifier keys. Always returns . Called when the hosted window's position changes. The window's position. Registers the interface of a contained component. The sink of the contained component. The site of the contained component. For a description of this member, see . if the sink or one of its contained components has focus; otherwise, . For a description of this member, see . The message for the mnemonic and associated data. Do not modify this message structure. It is passed by reference for performance reasons only. Modifier keys. if the message was handled; otherwise, . For a description of this member, see . The sink of the contained component. The site of the contained component. For a description of this member, see . Specifies whether focus should be set to the first or the last tab stop. if the focus has been set as requested; , if there are no tab stops. For a description of this member, see . The message and associated data. Do not modify this structure. It is passed by reference for performance reasons only. Modifier keys. if the message was handled by the method implementation; otherwise, . For a description of this member, see . The message and associated data. Do not modify this structure. It is passed by reference for performance reasons only. Modifier keys. if the message was processed and should not be called; otherwise, . Sets focus on either the first tab stop or the last tab stop of the sink. Specifies whether focus should be set to the first or the last tab stop. Always returns . Processes keyboard input at the keydown message level. The message and associated data. Do not modify this structure. It is passed by reference for performance reasons only. Modifier keys. Always returns . Processes WM_CHAR, WM_SYSCHAR, WM_DEADCHAR, and WM_SYSDEADCHAR input messages before the method is called. The message and associated data. Do not modify this structure. It is passed by reference for performance reasons only. Modifier keys. Always returns . Updates the child window's size, visibility, and position to reflect the current state of the element. When overridden in a derived class, accesses the window process (handle) of the hosted child window. The window handle of the hosted window. The message to act upon. Information that may be relevant to handling the message. This is typically used to store small pieces of information, such as flags. Information that may be relevant to handling the message. This is typically used to reference an object. Whether events resulting should be marked handled. The window handle of the child window. Gets the window handle of the hosted window. The window handle. For a description of this member, see . A reference to the container's interface. Defines the interaction between Windows Presentation Foundation (WPF) applications that are hosting interoperation content and interpreted by the Windows Presentation Foundation (WPF) executable, and a host supplied error page. Gets or sets the path to an application's deployment manifest. The path to an application's deployment manifest. Gets or sets a value that indicates whether this represents an error or some other condition such as a warning. denotes an error. denotes an error; denotes another condition such as a warning. Gets or sets a verbose description of the error. Description of the error. Gets or sets the string title of the error page. The string title of the error page. Gets or sets a reference to a handler, which can handle requests for .NET runtime downloads. A handler. Gets or sets the string path to the error's log file, if any. Path to an associated error file. May be an empty string. Gets or sets a reference to a handler, that can handle refresh of the error page. A handler to handle refresh of error page. Gets or sets a uniform resource identifier (URI) for support information associated with the error. A link for support information. Defines the interaction between Windows Presentation Foundation (WPF) applications that are hosting interoperation content, and a host supplied progress page. Provides upload progress numeric information that can be used to update the progress indicators. Total bytes downloaded thus far. Total bytes that need to be downloaded for the application. Gets or sets the application's name. Name of the application that originates the progress page. Gets or sets the path to the application deployment manifest. The application deployment manifest path. Gets or sets the application's publisher. The publisher identifying string. Gets or sets a reference to a handler, that can handle the case of a user-initiated Refresh command. The callback reference. Gets or sets a reference to a handler, that can handle the case of a user-initiated Stop command. The callback reference. Assists interoperation between Windows Presentation Foundation (WPF) and Win32 code. Initializes a new instance of the class for a specified Windows Presentation Foundation (WPF) window. A WPF window object. Creates the HWND of the window if the HWND has not been created yet. An that represents the HWND. Gets the window handle for a Windows Presentation Foundation (WPF) window that is used to create this . The Windows Presentation Foundation (WPF) window handle (HWND). Gets or sets the handle of the Windows Presentation Foundation (WPF) owner window. The owner window handle (HWND). Converts instances of other types to and from instances of a that represent an object's length. Initializes a new instance of the class. Determines whether conversion is possible from a specified type to a that represents an object's length. Provides contextual information about a component. Identifies the data type to evaluate for conversion. if conversion is possible; otherwise, . Determines whether conversion is possible to a specified type from a that represents an object's length. Provides contextual information about a component. Identifies the data type to evaluate for conversion. if conversion to the is possible; otherwise, . Converts instances of other data types into instances of that represent an object's length. Provides contextual information about a component. Represents culture-specific information that is maintained during a conversion. Identifies the object that is being converted to . Occurs if the is . Occurs if the is not and is not a valid type for conversion. An instance of that is the value of the conversion. Converts other types into instances of that represent an object's length. Describes context information of a component, such as its container and . Identifies culture-specific information, including the writing system and the calendar that is used. Identifies the that is being converted. The data type that this instance of is being converted to. Occurs if the is . Occurs if the is not and is not a , or the is not valid. A new that is the value of the conversion. Describes a mechanism by which a line box is determined for each line. The stack height is determined by the block element line-height property value. The stack height is the smallest value that containing all the inline elements on that line when those elements are properly aligned. The class defines attached properties for localization attributes and comments. Identifies the attached property. Identifies the attached property. Gets the value of the attached property from a specified element. A that represents the element whose attached property you want to retrieve. A value that represents the localization attribute. Gets the value of the attached property from a specified element. A that represents the element whose attached property you want to retrieve. A value that represents the localization comment. Sets the attached property for the specified element. A that represents the element whose attached property you want to set. A that specifies the localization attributes. Sets the attached property to the specified element. A that represents the element whose attached property you want to set. A that specifies the localization comments. Provides static helper methods for querying objects in the logical tree. Attempts to bring the requested UI element into view and raises the event on the target in order to report the results. The UI element to bring into view. Attempts to find and return an object that has the specified name. The search starts from the specified object and continues into subnodes of the logical tree. The object to start searching from. This object must be either a or a . The name of the object to find. The object with the matching name, if one is found; returns if no matching name was found in the logical tree. Returns the collection of immediate child objects of the specified object, by processing the logical tree. The object from which to start processing the logical tree. This is expected to be either a or . The enumerable collection of immediate child objects from the logical tree of the specified object. Returns the collection of immediate child objects of the specified by processing the logical tree. The object from which to start processing the logical tree. The enumerable collection of immediate child objects starting from in the logical tree. Returns the collection of immediate child objects of the specified by processing the logical tree. The object from which to start processing the logical tree. The enumerable collection of immediate child objects starting from in the logical tree. Returns the parent object of the specified object by processing the logical tree. The object to find the parent object for. This is expected to be either a or a . The requested parent object. Provides a implementation so that you can use the "weak event listener" pattern to attach listeners for the or events. Adds the specified event handler, which is called when specified source raises the or event. The source object that the raises the or event. The delegate that handles the or event. is . Adds the provided listener to the list of listeners on the provided source. The object with the event. The object to add as a listener. Returns a new object to contain listeners to the or event. A new object to contain listeners to the or event. Removes the specified event handler from the specified source. The source object that the raises the or event. The delegate that handles the or event. is . Removes the specified listener from the list of listeners on the provided source. The object to remove the listener from. The listener to remove. Begins listening for the event on the given source, attaching an internal class handler to that source. The object on which to start listening for the pertinent event. Stops listening for the event on the given source. The source object on which to stop listening for . Implements a type converter for objects, which deliberately have no type conversion pathways. The type converter enforces and reports that behavior. Initializes a new instance of the class. Determines whether an object of the specified type can be converted to an instance of , using the specified context. Always returns . A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. is . in all cases. Determines whether an instance of can be converted to the specified type, using the specified context. Always returns . A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. is . in all cases. Attempts to convert the specified object to a , using the specified context. Throws an exception in all cases. A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. Cannot perform the conversion. Throws an exception in all cases. Attempts to convert a to the specified type, using the specified context. Throws an exception in all cases. A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. The type to convert the object to. Cannot perform the conversion. is not type of . is . Throws an exception in all cases. Converts from a string to a object. Initializes a new instance of the class. Determines whether an object of the specified type can be converted to an instance of . A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. if this converter can perform the operation; otherwise, . Determines whether an instance of can be converted to the specified type. A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. if this converter can perform the operation; otherwise, . Attempts to convert the specified object to a , using the specified context. A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. cannot be converted. or is . The converted object. If the conversion is successful, this is a . Attempts to convert a to the specified type, using the specified context. Always throws an exception. A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. The type to convert the object to. In all cases. Always throws an exception. Converts the string name of an event setter handler to a delegate representation. Initializes a new instance of the class. Returns whether this converter can convert an object of one type to a . An that provides a format context. A that represents the type you want to convert from. if this converter can perform the conversion; otherwise, . Returns whether this converter can convert the object to the specified type. An that provides a format context. A that represents the type you want to convert to. Always returns . Converts the specified string to a new for the event handler. An that provides a format context. The to use as the current culture. The source string to convert. The necessary services are not available. -or- Could not perform the specific conversion. or is . A new that represents the referenced event handler. Converts the specified value object to the specified type. Always throws an exception. An that provides a format context. The to use as the current culture. The value to convert. The type to convert the parameter to. Thrown in all cases. Always throws an exception. Provides methods used internally by the WPF XAML parser to attach events and event setters in compiled XAML. Attaches events on event setters and templates in compiled content. The unique connection ID for event wiring purposes. The target for event wiring. Resolves localizable settings for classes and properties in binary XAML (BAML). Initializes a new instance of the class. Returns a value that indicates whether a specified type of element can be localized and, if so, whether it can be formatted inline. The full name of the assembly that contains BAML to be localized. The full class name of the element that you want to retrieve localizability information for. An object that contains the localizability information for the specified assembly and element. Returns a value that indicates whether a specified property of a specified type of element can be localized. The full name of the assembly that contains BAML to be localized. The full class name of the element that you want to retrieve localizability information for. The name of the property that you want to retrieve localizability information for. An object that specifies whether and how the property can be localized. Returns the full name of the assembly that contains the specified class. The full class name. The full name of the assembly that contains the class. Returns the full class name of a XAML tag that has not been encountered in BAML. The name of the tag. The full class name associated with the tag. Represents a localizable resource in a BAML stream. Initializes a new instance of the class. Initializes a new instance of the class, with the specified localizable value, localization comments, resource category, localization lock status, and visibility of the resource. The localizable value. Comments used for localizing. The string category of the resource. if the resource should be modifiable; otherwise, . if the resource should be visible for translation purposes because it is potentially readable as text in the UI; otherwise, . Determines whether a specified object is equal to this object. The object test for equality. if is equal to this object; otherwise, . Returns an integer hash code representing this instance. An integer hash code. Gets or sets the localization category of a resource. The localization category, as a value of the enumeration. Gets or sets the localization comments associated with a resource. The localization comment string. Gets or sets the localizable content. The localizable content string. Gets or sets a value that indicates whether the localizable resource is modifiable. if the resource is modifiable; otherwise, . Gets or sets whether the resource is visible for translation. if the resource is visible for translation; otherwise, . Represents a key that is used to identify localizable resources in a . Initializes a new instance of the class with the supplied Uid, class name, and property name. The Uid of an element that has a localizable resource. The class name of a localizable resource in binary XAML (BAML). The property name of a localizable resource in BAML. Compares an object to an instance of for equality. The object to compare for equality. if the two instances are equal; otherwise, . Compares two instances of for equality. The other instance of to compare for equality. if the two instances are equal; otherwise, . Returns an integer hash code representing this instance. An integer hash code. Gets the name of the assembly that defines the type of the localizable resource as declared by its . The name of the assembly. Gets the class name component of this . The class name component of this . Gets the property name component of this . The property name component of this . Gets the Uid component of this . The Uid component of this . Contains all the localizable resources in a BAML record. Initializes a new instance of the class. Adds an item with the provided key and value to the . A key for the resource. An object that contains the resource. is . An item with the same key already exists. Deletes all resources from the object. Determines whether a object contains a resource with a specified key. The resource key to find. key is . if the object contains a resource with the specified key; otherwise, . Copies the contents of a object to a one-dimensional array of objects, starting at a specified index. An array of objects to hold the data. The starting index value. is less than zero. exceeds the destination array length. -or- Copy cannot fit in the remaining array space between and the destination array length. Returns an enumerator that iterates through the . A specialized that can iterate the contents of the dictionary. Removes a specified localizable resource from the . The key for the resource to be removed. key is . For a description of this member, see . A zero-based that receives the copied items. The first position in the specified to receive the copied contents. For a description of this member, see . The key of the element to add. The object value to add to the . For a description of this member, see . The key to locate in the dictionary. if the is found in the ; otherwise, . For a description of this member, see . An enumerator object that can be used to iterate through the collection. For a description of this member, see . The to remove from the . For a description of this member, see . An object that can be used to iterate through the collection. Gets the number of localizable resources in the . The number of localizable resources. Gets a value that indicates whether the object has a fixed size. Always returns . Gets a value that indicates whether the object is read-only. Always returns . Gets or sets a localizable resource specified by its key. The key value of the resource. The value of the resource. Gets a collection that contains all the keys in the object. A collection that contains all the keys in the object. Gets the key of the root element, if it is localizable. The key of the root element, if it is localizable. Otherwise, the value is set to . For a description of this member, see . The number of items in the collection. For a description of this member, see . if access to the is synchronized (thread safe); otherwise, . For a description of this member, see . An object that can be used to synchronize access to the . For a description of this member, see . The key of the item to get or set. The item with the specified key. Gets a collection that contains all the values in the . A collection that contains all the values in the object. Defines a specialized enumerator that can enumerate over the content of a object. Moves to the next item in the collection. if the enumerator successfully advances to the next element. If there are no remaining elements, this method returns . Returns the enumerator to its initial position, which is before the first object in the collection. Gets the current object in the collection. The current object. Gets the current position's object. An object containing the key and value of the entry at the current position. Gets the key of the current entry. The key of the current entry. For a description of this member, see . The key of the current element of the enumeration. For a description of this member, see . The value of the current element of the enumeration. For a description of this member, see . The current element in the collection. Gets the value of the current entry. The value of the current entry. Extracts resources from a BAML file and generates a localized version of a BAML source. Occurs when the encounters abnormal conditions. Initializes a new instance of the class with the specified localizability resolver, BAML source stream, and . A file stream that contains the BAML input to be localized. An instance of . Reads the localized XML comments associated with this BAML input. is . Initializes a new instance of the class with the specified localizability resolver and BAML source stream. A file stream that contains the BAML input to be localized. An instance of . is . Initializes a new instance of the class with the specified BAML source stream. A file stream that contains the BAML input to be localized. is . Extracts all localizable resources from a BAML stream. A copy of the localizable resources from a BAML stream, in the form of a . Raises the event. Required event arguments. Applies resource updates to the BAML source and writes the updated version to a specified stream in order to create a localized version of the source BAML. The stream that will receive the updated BAML. The resource updates to be applied to the source BAML. or is . Specifies error conditions that may be encountered by the . The localized BAML contains more than one reference to the same element. More than one element has the same value. The element's substitution contains incomplete child placeholders. XML comments do not have the correct format. The localization commenting text contains invalid attributes. The localization commenting text contains invalid comments. The does not correspond to any element in the BAML source. Indicates a mismatch between substitution and source. The substitution must contain all the element placeholders in the source. The substitution of an element's content cannot be parsed as XML, therefore any formatting tags in the substitution are not recognized. The substitution is instead applied as plain text. A child element does not have a . As a result, it cannot be represented as a placeholder in the parent's content string. A formatting tag in the substitution is not recognized. Provides required event data for the event. Gets the specific error condition encountered by . The error condition encountered by , as a value of the enumeration. Gets the key associated with the resource that generated the error condition. The key associated with the resource that generated the error condition. Represents the method that will handle the event. The source of the event. The event data. Represents localizability settings for an element in BAML. Initializes a new instance of the class. Initializes a new instance of the class with a specified formatting tag and localizability attribute. A formatting tag name. Assign a non-empty value to this parameter to indicate inline formatting. The associated element's localizability attribute. Gets or sets the associated element's localizability attribute. The associated element's localizability attribute. Gets or sets the associated element's formatting tag. The formatting tag string. Provides information that the uses for mapping between an XML namespace, a CLR namespace, and the assembly that contains the relevant types for that CLR namespace. Initializes a new instance of the class. Initializes a new instance of the class, using provided XML namespace, CLR namespace, and assembly information. The mapping prefix for the XML namespace. The assembly that contains the CLR namespace and types to map to the XML namespace. The CLR namespace in the assembly that contains the relevant types. is -or- is -or- is . Gets or sets the assembly name that contains the types in the CLR namespace. The value is being set to is . The assembly name. Gets or sets the CLR namespace that contains the types being mapped. The value is being set to is . The CLR namespace. Gets or sets the mapping prefix for the XML namespace being mapped to. The value is being set to is . The mapping prefix for the XML namespace. Provides context information required by a XAML parser. Initializes a new instance of the class. Initializes a new instance of the class by using the specified . The XML processing context to base the new on. is . Converts a XAML to an . The XAML parser context to convert to an . is . The converted XML parser context. Converts an to an . The context to convert to an . is . The XML parser context. Gets or sets the base URI for this context. The base URI, as a string. Gets or sets the to use with this . The type mapper to use when mapping XAML elements to CLR types. Gets or sets the string for this context. The string value. Gets the XAML namespace dictionary for this XAML parser context. The XAML namespace dictionary. Gets or sets the character for or this context. The character for or this context. Provides methods to write an object to XAML format. Releases the resources used by the . Creates an instance of a from the specified object and the specified serialization manager. An object that will be the root of the serialized tree. The serialization manager. or is . A markup object that enables navigating through the tree of objects. Creates an instance of a from the specified object. An object that will be the root of the serialized tree. is . A markup object that enables navigating through the tree of objects. Converts instances of to and from other types. Initializes a new instance of the class. Returns a value that indicates whether the converter can convert from a source object to a object. An that provides a format context. The type to convert from. if the converter can perform the conversion; otherwise, . Returns a value that indicates whether the converter can convert a object to the specified destination type. An that provides a format context. The type to convert to. is . if the converter can perform the conversion; otherwise, . Converts the specified value to the type. An that provides a format context. The to use as the current culture. The object to convert. The converted value. Converts the specified object to the specified type. An that provides a format context. The to use as the current culture. The object to convert. The type to convert to. is . must be of type . The converted value. Converts a object from a string. Initializes a new instance of the class. Determines whether an object of the specified type can be converted to an instance of . A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. if this converter can perform the operation; otherwise, . Determines whether an instance of can be converted to the specified type. A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. Always returns . Attempts to convert the specified object to a object, using the specified context. A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. is not a string or cannot be converted. The conversion result. Attempts to convert a to the specified type. Throws an exception in all cases. A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. The type to convert the object to. cannot be converted. This is not a functioning converter for a save path. or is . Always throws an exception. Provides type conversion analogous behavior for , and types that deal with values. This converter only supports . Initializes a new instance of the class. Returns a value that indicates whether the converter can convert from a source object to a side-effect-produced , or . An that provides a format context. The type to convert from. if the converter can perform the conversion; otherwise, . Returns a value that indicates whether the converter can convert to the specified destination type. Always returns . An that provides a format context. The type to convert to. Always returns . Converts the converted source value if an underlying type converter can be obtained from context. Otherwise returns an unconverted source. An that provides a format context. The to use as the current culture. The object to convert. or is . No service available. The converter object, or possibly an unconverted source. Converts the specified object to the specified type. Always throws an exception. An that provides a format context. The to use as the current culture. The object to convert. The type to convert to. Thrown in all cases. Always throws an exception. Implements a type converter for objects, which deliberately have no type conversion pathways. The type converter enforces and reports that behavior. Initializes a new instance of the class. Determines whether an object of the specified type can be converted to an instance of . A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. Always returns . Determines whether an instance of can be converted to the specified type. A format context that provides information about the environment from which this converter is being invoked. The type being evaluated for conversion. Always returns . Attempts to convert the specified object (string) to a . A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. cannot be converted. Always throws an exception. Attempts to convert a to the specified type, using the specified context. A format context that provides information about the environment from which this converter is being invoked. Culture specific information. The object to convert. The type to convert the object to. cannot be converted. Always throws an exception. Provides services for XAML serialization by XAML designers or other callers that require advanced serialization. Initializes a new instance of the class. The XML writer implementation to use as basis for the . Gets or sets the XAML writer mode. Not a valid member of the enumeration. The XAML writer mode. Abstract class that provides a means to store parser records for later instantiation. Initializes a new instance of the class. When overridden in a derived class, creates a new object to store parser records. The created object. Represents the exception class for parser-specific exceptions from a WPF XAML parser. This exception is used in XAML API or WPF XAML parser operations from .NET Framework 3.0 and .NET Framework 3.5, or for specific use of the WPF XAML parser by calling API. Initializes a new instance of the class. Initializes a new instance of the class. Contains all the information that is required to serialize or deserialize the object. The source and destination of a serialized stream. Initializes a new instance of the class, using the specified exception message string and inner exception. The exception message. The initial exception that occurred. Initializes a new instance of the class, using the specified exception message, inner exception, line number, and position in the line. The exception message. The line number where the exception occurred. The position in the line at which the exception occurred. The initial exception that occurred. Initializes a new instance of the class, using the specified exception message string, and the specified line number and position in the line. The exception message. The line number where the exception occurred. The position in the line at which the exception occurred. Initializes a new instance of the class, using the specified exception message string. The exception message. Gets the data that is required to serialize the specified object by populating the specified object. The serialization information object to add the serialization data to. The destination for this serialization. Gets base URI information when the exception is thrown. The parser context base URI. Gets or sets the key value of the item in a dictionary where the exception occurred. The relevant XAML value. Gets the line number where the exception occurred. The line number. Gets the position in the line where the exception occurred. The line position. Gets or sets the XAML name of the object where the exception occurred. The XAML name of the object. Gets or sets the x:Uid Directive of the object where the exception occurred. The value of the string. Reads XAML input and creates an object graph, using the WPF default XAML reader and an associated XAML object writer. Occurs when an asynchronous load operation completes. Initializes a new instance of the class. Aborts the current asynchronous load operation, if there is an asynchronous load operation pending. Returns a object that represents the WPF schema context settings for a . A object that represents the WPF schema context settings for a . Reads the XAML input in the specified and returns an object that is the root of the corresponding object tree. The stream that contains the XAML input to load. Context information used by the parser. is . -or- is . The object that is the root of the created object tree. Reads the XAML input in the specified and returns an that is the root of the corresponding object tree. The XAML to load, in stream form. is . The object at the root of the created object tree. Reads the XAML input through a provided and returns an object that is the root of the corresponding object tree. A object. This is expected to be initialized with input XAML. is . The object that is the root of the created object tree. Reads the XAML input in the specified and returns an object that is the root of the corresponding object tree. The that has already loaded the XAML input to load in XML form. is . The object that is the root of the created object tree. Reads the XAML input in the specified and returns the root of the corresponding object tree. A stream containing the XAML input to load. Context information used by the parser. is . Multiple load operations are performed concurrently with the same . The root of the created object tree. Reads the XAML input in the specified and returns the root of the corresponding object tree. The stream containing the XAML input to load. is . Multiple load operations are pending concurrently with the same . The object that is the root of the created object tree. Reads the XAML input in the specified and returns the root of the corresponding object tree. An existing that has already loaded/read the XAML input. is . Multiple load operations are performed concurrently with the same . The root of the created object tree. Reads the XAML markup in the specified text string (using a specified ) and returns an object that corresponds to the root of the specified markup. The input XAML, as a single text string. Context information used by the parser. The root of the created object tree. Reads the XAML input in the specified text string and returns an object that corresponds to the root of the specified markup. The input XAML, as a single text string. The root of the created object tree. Maps a XAML element name to the appropriate CLR in assemblies. Initializes a new instance of the class, using the specified array of assembly names and the specified namespace maps. The array of assembly names the should use. The array of namespace maps the should use. is . Initializes a new instance of the class by specifying an array of assembly names that the should use. The array of assembly names the should use. is . Defines a mapping between an XML namespace and CLR namespaces in assemblies, and adds these to the information. The prefix for the XML namespace. The CLR namespace that contains the types to map. The assembly that contains the CLR namespace. is -or- is -or- is . Requests permission for a derived type that is called under full trust to access a specific internal type. The type to access. if the internal type can be accessed; otherwise, . Gets the CLR that a given XAML element is mapped to, using the specified XML namespace prefix and element name. The specified XML namespace prefix. The "local" name of the XAML element to obtain the mapped for. Local in this context means as mapped versus the provided . is -or- is . The for the object, or if no mapping could be resolved. Specifies the path to use when loading an assembly. The short name of the assembly without an extension or path specified (equivalent to ). The file path of the assembly. The assembly path must be a full file path containing a file extension. is -or- is . is -or- is -or- is not a full file path containing a file extension. Gets an instance of the to use if one has not been specified. The default type mapper. Provides a single static method (multiple overloads) that can be used for limited XAML serialization of provided run-time objects into XAML markup. Saves XAML information into a specified stream to serialize the specified object and its properties. The element to be serialized. Typically, this is the root element of a page or application. Destination stream for the serialized XAML information. or is . The application is not running in full trust. Saves XAML information as the source for a provided object. The output of the can then be used to serialize the provided object and its properties. The element to be serialized. Typically, this is the root element of a page or application. A instance as the destination where the serialized XAML information is written. or is . The application is not running in full trust. Saves XAML information into a custom serializer. The output of the serializer can then be used to serialize the provided object and its properties. The element to be serialized. Typically, this is the root element of a page or application. A custom serialization implementation. or is . The application is not running in full trust. Saves XAML information as the source for a provided object. The output of the can then be used to serialize the provided object and its properties. The element to be serialized. Typically, this is the root element of a page or application. Writer to use to write the serialized XAML information. or is . The application is not running in full trust. Returns a XAML string that serializes the specified object and its properties. The element to be serialized. Typically, this is the root element of a page or application. is . The application is not running in full trust. A XAML string that can be written to a stream or file. The logical tree of all elements that fall under the provided element will be serialized. Specifies the XAML writer mode for serializing values that are expressions (such as binding declarations). The is serialized. The evaluated value of the is serialized. Describes possible writing states for a custom XAML writer. The has completed its operation. The has started its operation. Encapsulates the XML language-related attributes of a . Identifies the attached property. Identifies the attached property. Identifies the attached property. Identifies the attached property. Gets the value of the attached property of the specified . The object to obtain the property from. is . The value of the property for the specified object. Gets the value of the attached property of the specified . The object to obtain the attached property value from. is . The value of the attached property for the specified object. Gets the value of the attached property of the specified . The object to obtain the attached property value from. is . The value of the attached property for the specified object. Gets the value of the attached property of the specified . The object to obtain the attached property value from. is . The value of the attached property for the specified object. Sets the value of the attached property of the specified . The object on which to set the property. The XML namespace definition in string form. is . Sets the value of the attached property of the specified . The object on which to set the attached property. The dictionary in string form. is . Sets the value of the attached property of the specified . The object on which to set the attached property. The string to use for an XML space. is . Gets or sets an attached property value that stores XML namespace maps for use by the WPF XAML parser for .NET Framework 3.0 and .NET Framework 3.5. Gets or sets the attached property value that stores definitions for use by the WPF XAML parser for .NET Framework 3.0 and .NET Framework 3.5. Gets or sets the attached property value that stores dictionaries for use by the WPF XAML parser for .NET Framework 3.0 and .NET Framework 3.5. Gets or sets the mapped value of the property. Represents a dictionary that contains xmlns mappings for XAML namespaces in WPF. Initializes a new instance of the class. Initializes a new instance of the class by using the specified dictionary as a copy source. The dictionary on which to base the new . is . Adds a prefix-URI pair to this . The prefix of the XAML namespace to be added. The XAML namespace URI the prefix maps to. or is not a string. or is . The is sealed. Adds a prefix-URI pair to this . The prefix of this XML namespace. The XML namespace URI the prefix maps to. or is . The is sealed. Removes all entries from this . The is sealed. Returns a value that indicates whether the specified prefix key is in this . The prefix key to search for. if the requested prefix key is in the dictionary; otherwise, . Copies the entries in the to the specified array. The array to copy the table data into. The zero-based index in the destination array where copying starts. Copies the entries in the to the specified array. The array to copy the table data into. The zero-based index in the destination array where copying starts. Looks up the XAML namespace that corresponds to the default XAML namespace. The namespace that corresponds to the default XML namespace if one exists; otherwise, . Returns a dictionary enumerator that iterates through this . The dictionary enumerator for this dictionary. Returns an enumerator that iterates through this . The enumerator for this dictionary. Retrieves a XAML namespace for the provided prefix string. The prefix to retrieve the XAML namespace for. The requested XAML namespace URI. Returns all possible prefix-XAML namespace mappings ( values) that are available in the active schema context. An enumerable set of values. To get the prefix strings specifically, get the value from each value returned. Returns the XAML namespace URI that corresponds to the specified XML namespace prefix. The XAML namespace prefix to look up. is . The XAML namespace URI that corresponds to the specified prefix if it exists in this ; otherwise, . Returns the prefix that corresponds to the specified XAML namespace URI. The XAML namespace URI to look up. is . The XML prefix that corresponds to the given namespace; otherwise, . Pops the scope of the . The is sealed. Pushes the scope of the . The is sealed. Removes the item with the specified prefix key from the . The prefix key to remove. The is sealed. Removes the item with the specified prefix key from the . The prefix key to remove. The is sealed. Locks the dictionary so that it cannot be changed. For a description of this member, see . An object that can be used to iterate through the collection. For a description of this member, see . An object that can be used to iterate through the collection. Gets the number of items in the . The number of items in the . Gets a value that indicates whether the size of the is fixed. if the size is fixed; otherwise, . Gets a value that indicates whether the is read-only. if the dictionary is read-only; otherwise, . Gets a value that indicates whether access to this is thread safe. if access to this dictionary is thread-safe; otherwise, . Gets or sets the XAML namespace URI associated with the specified prefix. The prefix from which to get or set the associated XML namespace URI. is not a string -or- The value to set is not a string. is -or- The value to set is . The corresponding XAML namespace URI. Gets or sets the XAML namespace URI associated with the specified prefix. The prefix from which to get or set the associated namespace. is -or- The value to set is . The corresponding XML namespace URI. Gets a collection of all the keys in the . The collection of all the keys in the dictionary. Gets a value that indicates whether the is sealed. if the dictionary is sealed; otherwise, . Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . Gets a collection of all the values in the . A collection of all the values in the . Represents data returned from calling the method. Gets the visual that was hit. The visual that was hit. A trigger action that begins a and distributes its animations to their targeted objects and properties. Identifies the dependency property. Creates a new instance of the class. Gets or sets the proper hand-off behavior to start an animation clock in this storyboard. One of the enumeration values. The default value is . Gets or sets the name of the object. By naming the object, the can be controlled after it is started. The name of the . The default is . Gets or sets the that this starts. The that the starts. The default is . Manipulates a that has been applied by a action. Gets or sets the of the that began the you want to interactively control. The of the that began the you want to interactively control. The default value is . Animates from the value of the previous key frame to its own using discrete interpolation. Initializes a new instance of the class. Initializes a new instance of the class with the specified ending value and key time. The ending value (also known as "target value") for the key frame. The key time for the key frame. The key time determines when the target value is reached, which is also when the key frame ends. Initializes a new instance of the class with the specified ending value. The ending value (also known as "target value") for the key frame. Creates a new instance of . The new instance. Interpolates, between the previous key frame value and the value of the current key frame using discrete interpolation. The value to animate from. A value from 0.0 through 1.0 that specifies the percentage of time that has elapsed for this key frame. The output value of this key frame given the specified base value and progress. A class that enables you to associate easing functions with a key frame animation. Identifies the dependency property. Initializes a new instance of the class. Initializes a new instance of the class with the specified value, key time, and easing function. The initial value. The initial key time. The easing function. Initializes a new instance of the class with the specified value and key time. The initial value. The initial key time. Initializes a new instance of the class with the specified value. The initial value. Creates a new instance of the derived class. When creating a derived class, you must override this method. The new instance. Interpolates, according to the easing function used, between the previous key frame value and the value of the current key frame, using the supplied progress increment. The value to animate from. A value between 0.0 and 1.0, inclusive, that specifies the percentage of time that has elapsed for this key frame. The output value of this key frame given the specified base value and progress. Gets or sets the easing function applied to the key frame. The easing function applied to the key frame. Animates from the value of the previous key frame to its own using linear interpolation. Initializes a new instance of the class. Initializes a new instance of the class with the specified ending value and key time. Ending value (also known as "target value") for the key frame. Key time for the key frame. The key time determines when the target value is reached which is also when the key frame ends. Initializes a new instance of the class with the specified ending value. Ending value (also known as "target value") for the key frame. Creates a new instance of . The new instance. Interpolates, in a linear fashion, between the previous key frame value and the value of the current key frame, using the supplied progress increment. The value to animate from. A value between 0.0 and 1.0, inclusive, that specifies the percentage of time that has elapsed for this key frame. The output value of this key frame given the specified base value and progress. A trigger action that pauses a . Initializes a new instance of the class. A trigger action that removes a . Initializes a new instance of the class. A trigger action that resumes a paused . Initializes a new instance of the class. A trigger action that provides functionality for seeking (skipping) to a specified time within the active period of a . Initializes a new instance of the class. Returns a value that indicates whether the property of this should be serialized. if the property of this should be serialized; otherwise, . Gets or sets the amount by which the storyboard should move forward or backward from the seek origin . A positive or negative value that specifies the amount by which the storyboard should move forward or backward from the seek origin . The default value is 0. Gets or sets the position from which this seek operation's is applied. The position from which this seek operation's is applied. The default value is . A trigger action that changes the speed of a . Initializes a new instance of the class. Gets or sets a new animation speed as a ratio of the old animation speed. The speed ratio for the . The default value is 1.0. A trigger action that advances a to the end of its fill period. Initializes a new instance of the class. Animates from the value of the previous key frame to its own using splined interpolation. Identifies the dependency property. Initializes a new instance of the class. Initializes a new instance of the class with the specified ending value, key time, and . Ending value (also known as "target value") for the key frame. Key time for the key frame. The key time determines when the target value is reached which is also when the key frame ends. for the key frame. The represents a Bezier curve which defines animation progress of the key frame. Initializes a new instance of the class with the specified ending value and key time. Ending value (also known as "target value") for the key frame. Key time for the key frame. The key time determines when the target value is reached which is also when the key frame ends. Initializes a new instance of the class with the specified ending value. Ending value (also known as "target value") for the key frame. Creates a new instance of . The new instance. Uses splined interpolation to transition between the previous key frame value and the value of the current key frame. The value to animate from. A value between 0.0 and 1.0, inclusive, that specifies the percentage of time that has elapsed for this key frame. The output value of this key frame given the specified base value and progress. Gets or sets the two control points that define animation progress for this key frame. The two control points that specify the cubic Bezier curve which defines the progress of the key frame. A trigger action that stops a . Initializes a new instance of the class. A container timeline that provides object and property targeting information for its child animations. Identifies the attached property. Identifies the attached property. Identifies the attached property. Initializes a new instance of the class. Applies the animations associated with this to their targets and initiates them. Applies the animations associated with this to their targets and initiates them. An object contained within the same name scope as the targets of this storyboard's animations. Animations without a are applied to . if the storyboard should be interactively controllable; otherwise, . Applies the animations associated with this to their targets and initiates them, using the specified . An object contained within the same name scope as the targets of this storyboard's animations. Animations without a specified are applied to . The behavior the new animation should use to interact with any current animations. Declares whether the animation is controllable (can be paused) once started. Applies the animations associated with this to their targets and initiates them, using the specified . An object contained within the same name scope as the targets of this storyboard's animations. Animations without a are applied to . The behavior the new animation should use to interact with any current animations. Applies the animations associated with this to their targets and initiates them. An object contained within the same name scope as the targets of this storyboard's animations. Animations without a are applied to . Applies the animations associated with this to their targets and initiates them. An object contained within the same name scope as the targets of this storyboard's animations. Animations without a are applied to . if the storyboard should be interactively controllable; otherwise, . Applies the animations associated with this to their targets within the specified template and initiates them. The object to which the specified has been applied. Animations without a are applied to . The template to animate. if the storyboard should be interactively controllable; otherwise, . Applies the animations associated with this to their targets within the specified template and initiates them. The object to which the specified has been applied. Animations without a are applied to . The template to animate. The behavior the new animation should use to interact with any current animations. if the storyboard should be interactively controllable; otherwise, . Applies the animations associated with this to their targets within the specified template and initiates them. The object to which the specified has been applied. Animations without a are applied to . The template to animate. The behavior the new animation should use to interact with any current animations. Applies the animations associated with this to their targets within the specified template and initiates them. The object to which the specified has been applied. Animations without a are applied to . The template to animate. Applies the animations associated with this to their targets and initiates them. An object contained within the same name scope as the targets of this storyboard's animations. Animations without a specified are applied to . The behavior the new animation should use to interact with any current animations. Declares whether the animation is controllable (can be paused) once started. Applies the animations associated with this to their targets and initiates them, using the specified . An object contained within the same name scope as the targets of this storyboard's animations. Animations without a specified are applied to . The behavior the new animation should use to interact with any current animations. Applies the animations associated with this to their targets and initiates them. An object contained within the same name scope as the targets of this storyboard's animations. Animations without a are applied to . Creates a modifiable clone of this , making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. A modifiable clone of the current object. The cloned object's property is even if the source's property is . Creates a new instance of the class. A new instance. Retrieves the of the that was created for this . The current global speed, or 0 if the clock is stopped. Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. The current global speed, or if the clock is stopped. Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. The current global speed, or if the clock is stopped. Retrieves the of the that was created for this . This clock's current iteration within its current active period, or if this clock is stopped. Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. This clock's current iteration within its current active period, or if this clock is stopped. Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. This clock's current iteration within its current active period, or if this clock is stopped. Retrieves the of the that was created for this . if this clock is , or 0.0 if this clock is active and its has a of ; otherwise, a value between 0.0 and 1.0 that indicates the current progress of this clock within its current iteration. A value of 0.0 indicates no progress, and a value of 1.0 indicates that the clock is at the end of its current iteration. Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. if this clock is , or 0.0 if this clock is active and its has a of ; otherwise, a value between 0.0 and 1.0 that indicates the current progress of this clock within its current iteration. A value of 0.0 indicates no progress, and a value of 1.0 indicates that the clock is at the end of its current iteration. Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. if this clock is , or 0.0 if this clock is active and its has a of ; otherwise, a value between 0.0 and 1.0 that indicates the current progress of this clock within its current iteration. A value of 0.0 indicates no progress, and a value of 1.0 indicates that the clock is at the end of its current iteration. Retrieves the of the that was created for this . The current state of the clock created for this storyboard: , , or . Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. The current state of the clock created for this storyboard: , , or . Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. The current state of the clock created for this storyboard: , , or . Retrieves the of the that was created for this . if this storyboard's clock is ; otherwise, the current time of the storyboard's clock. Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. if this storyboard's clock is ; otherwise, the current time of the storyboard's clock. Retrieves the of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. if this storyboard's clock is ; otherwise, the current time of the storyboard's clock. Retrieves a value that indicates whether the that was created for this is paused. if the created for this is paused; otherwise, . Retrieves a value that indicates whether the that was created for this is paused. The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. if the created for this is paused; otherwise, . Retrieves a value that indicates whether the that was created for this is paused. The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. if the created for this is paused; otherwise, . Retrieves the value of the specified . The timeline from which to retrieve the . The dependency object targeted by . Retrieves the value of the specified . The timeline from which to retrieve the . The name of the dependency object targeted by . Retrieves the value of the specified . The dependency object from which to get the . The property targeted by . Pauses the that was created for this . Pauses the of the specified associated with this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Pauses the of the specified associated with this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Removes the objects that were created for this . Animations that belong to this no longer affect the properties they once animated, regardless of their setting. Removes the objects that were created for this . Animations that belong to this no longer affect the properties they once animated, regardless of their setting. The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Removes the objects that were created for this . Animations that belong to this no longer affect the properties they once animated, regardless of their setting. The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Resumes the that was created for this . Resumes the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Resumes the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Seeks this to the specified position. The performs the requested seek when the next clock tick occurs. A positive or negative value that describes the amount by which the timeline should move forward or backward from the specified . The position from which is applied. Seeks this to the specified position. The performs the requested seek when the next clock tick occurs. A positive or negative value that describes the amount by which the timeline should move forward or backward. Seeks this to the specified position. The performs the requested seek when the next clock tick occurs. The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. A positive or negative value that describes the amount by which the timeline should move forward or backward from the specified . The position from which is applied. Seeks this to the specified position. The performs the requested seek when the next clock tick occurs. The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. A positive or negative value that describes the amount by which the timeline should move forward or backward from the specified . The position from which is applied. Seeks this to a new position immediately (synchronously). A positive or negative value that describes the amount by which the timeline should move forward or backward from the specified . The position from which is applied. Seeks this to a new position immediately (synchronously). A positive or negative value that describes the amount by which the timeline should move forward or backward. Seeks this to a new position immediately (synchronously). The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. A positive or negative value that describes the amount by which the timeline should move forward or backward from the specified . The position from which is applied. Seeks this to a new position immediately (synchronously). The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. A positive or negative value that describes the amount by which the timeline should move forward or backward from the specified . The position from which is applied. Sets the interactive speed ratio for the that was created for this . A finite value greater than zero that is the new interactive speed ratio of the storyboard. This value is multiplied against the storyboard's value to determine the storyboard's effective speed. This value does not overwrite the storyboard's property. For example, calling this method and specifying an interactive speed ratio of 3 on a storyboard with a of 0.5 gives the storyboard an effective speed of 1.5. Sets the interactive speed ratio of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. A finite value greater than zero that is the new interactive speed ratio of the storyboard. This value is multiplied against the storyboard's value to determine the storyboard's effective speed. This value does not overwrite the storyboard's property. For example, calling this method and specifying an interactive speed ratio of 3 on a storyboard with a of 0.5 gives the storyboard an effective speed of 1.5. Sets the interactive speed ratio of the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. A finite value greater than zero that is the new interactive speed ratio of the storyboard. This value is multiplied against the storyboard's value to determine the storyboard's effective speed. This value does not overwrite the storyboard's property. For example, calling this method and specifying an interactive speed ratio of 3 on a storyboard with a of 0.5 gives the storyboard an effective speed of 1.5. Makes the specified target the dependency object. The that should target the specified dependency object. The dependency object to target. Makes the specified target the dependency object with the specified name. The that should target the specified dependency object. The name of the dependency object to target. Makes the specified target the specified dependency property. The with which to associate the specified dependency property. A path that describe the dependency property to be animated. Advances the current time of this storyboard's to the end of its active period. Advances the current time of this storyboard's to the end of its active period. The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Advances the current time of this storyboard's to the end of its active period. The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Stops the that was created for this . Stops the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Stops the that was created for this . The object specified when the method was called. This object contains the objects that were created for this storyboard and its children. Gets or sets the object that should be animated. Gets or sets the name of the object to animate. The object must be a , , or . Animates the value of a property between two target values using linear interpolation over a specified . Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Initializes a new instance of the class that animates to the specified value over the specified duration and has the specified fill behavior. The starting value for the animation is the base value of the property being animated or the output from another animation. The destination value of the animation. The length of time the animation takes to play from start to finish, once. See the property for more information. Specifies how the animation behaves when it is not active. Initializes a new instance of the class that animates to the specified value over the specified duration. The starting value for the animation is the base value of the property being animated or the output from another animation. The destination value of the animation. The length of time the animation takes to play from start to finish, once. See the property for more information. Initializes a new instance of the class that animates from the specified starting value to the specified destination value over the specified duration and has the specified fill behavior. The starting value of the animation. The destination value of the animation. The length of time the animation takes to play from start to finish, once. See the property for more information. Specifies how the animation behaves when it is not active. Initializes a new instance of the class that animates from the specified starting value to the specified destination value over the specified duration. The starting value of the animation. The destination value of the animation. The length of time the animation takes to play from start to finish, once. See the property for more information. Creates a modifiable clone of this , making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. A modifiable clone of the current object. The cloned object's property will be even if the source's property was . Creates a new instance of the . The new instance. Calculates a value that represents the current value of the property being animated, as determined by the . The suggested origin value, used if the animation does not have its own explicitly set start value. The suggested destination value, used if the animation does not have its own explicitly set end value. An that generates the or used by the animation. The calculated value of the property, as determined by the current animation. Gets or sets the total amount by which the animation changes its starting value. The total amount by which the animation changes its starting value. The default value is null. Gets or sets the easing function applied to this animation. The easing function applied to this animation. Gets or sets the animation's starting value. The starting value of the animation. The default value is null. Gets or sets a value that indicates whether the target property's current value should be added to this animation's starting value. if the target property's current value should be added to this animation's starting value; otherwise, . The default value is . Gets or sets a value that specifies whether the animation's value accumulates when it repeats. if the animation accumulates its values when its property causes it to repeat its simple duration. otherwise, . The default value is . Gets or sets the animation's ending value. The ending value of the animation. The default value is null. Abstract class that, when implemented, animates a value. Initializes a new instance of the class. Creates a modifiable clone of this , making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. A modifiable clone of the current object. The cloned object's property will be even if the source's property was . Gets the current value of the animation. The origin value provided to the animation if the animation does not have its own start value. The destination value provided to the animation if the animation does not have its own destination value. The which can generate the or value to be used by the animation to generate its output value. The current value of the animation. Gets the current value of the animation. The origin value provided to the animation if the animation does not have its own start value. The destination value provided to the animation if the animation does not have its own destination value. The which can generate the or value to be used by the animation to generate its output value. The current value of this animation. Calculates a value that represents the current value of the property being animated, as determined by the host animation. The suggested origin value, used if the animation does not have its own explicitly set start value. The suggested destination value, used if the animation does not have its own explicitly set end value. An that generates the or used by the host animation. The current value of this animation. Gets the type of value this animation generates. The type of value produced by this animation. Animates the value of a property along a set of . Initializes a new instance of the class. Adds a child to this . The object to be added as the child of this . The parameter is not a . Adds a text string as a child of this . The text added to the . A does not accept text as a child, so this method will raise this exception unless a derived class has overridden this behavior which allows text to be added. Creates a modifiable clone of this , making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. A modifiable clone of the current object. The cloned object's property will be even if the source's property was . Makes this instance a deep copy of the specified . When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. The to clone. Creates a modifiable clone of this object, making deep copies of this object's current values. Resource references, data bindings, and animations are not copied, but their current values are. A modifiable clone of the current object. The cloned object's property will be even if the source's property was . Makes this instance a modifiable deep copy of the specified using current property values. Resource references, data bindings, and animations are not copied, but their current values are. The to clone. Creates a new instance of . A new instance of . Makes this instance of object unmodifiable or determines whether it can be made unmodifiable. to check if this instance can be frozen; to freeze this instance. If is true, this method returns if this instance can be made read-only, or if it cannot be made read-only. If is false, this method returns if this instance is now read-only, or if it cannot be made read-only, with the side effect of having begun to change the frozen status of this object. Makes this instance a clone of the specified object. The object to clone. Makes this instance a frozen clone of the specified . Resource references, data bindings, and animations are not copied, but their current values are. The to copy and freeze. Calculates a value that represents the current value of the property being animated, as determined by this instance of . The suggested origin value, used if the animation does not have its own explicitly set start value. The suggested destination value, used if the animation does not have its own explicitly set end value. An that generates the or used by the host animation. The calculated value of the property, as determined by the current instance. Provide a custom natural when the property is set to . The whose natural duration is desired. If the last key frame of this animation is a , then this value is used as the ; otherwise it will be one second. Called when the current object is modified. Returns true if the value of the property of this instance of should be value-serialized. if the property value should be serialized; otherwise, . Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets a value that specifies whether the animation's output value is added to the base value of the property being animated. if the animation adds its output value to the base value of the property being animated instead of replacing it; otherwise, . The default value is . Gets or sets a value that specifies whether the animation's value accumulates when it repeats. if the animation accumulates its values when its property causes it to repeat its simple duration; otherwise, . The default value is . Gets or sets the collection of objects that define the animation. The collection of objects that define the animation. The default value is . Gets or sets an ordered collection P:System.Windows.Media.Animation.IKeyFrameAnimation.KeyFrames associated with this animation sequence. An of . Abstract class that, when implemented, defines an animation segment with its own target value and interpolation method for a . Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Initializes a new instance of the class that has the specified target and . The of the new instance. The of the new instance. Initializes a new instance of the class that has the specified target . The of the new instance. Returns the interpolated value of a specific key frame at the progress increment provided. The value to animate from. A value between 0.0 and 1.0, inclusive, that specifies the percentage of time that has elapsed for this key frame. Occurs if is not between 0.0 and 1.0, inclusive. The output value of this key frame given the specified base value and progress. Calculates the value of a key frame at the progress increment provided. The value to animate from; typically the value of the previous key frame. A value between 0.0 and 1.0, inclusive, that specifies the percentage of time that has elapsed for this key frame. The output value of this key frame given the specified base value and progress. Gets or sets the time at which the key frame's target should be reached. The time at which the key frame's current value should be equal to its property. The default value is . Gets or sets the value associated with a instance. The current value for this property. Gets or sets the key frame's target value. The key frame's target value, which is the value of this key frame at its specified . The default value is 0. Represents a collection of objects. Initializes a new instance of the class. Adds a to the end of the collection. The to add to the end of the collection. The index at which the was added. Removes all objects from the collection. Creates a modifiable clone of this , making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. A modifiable clone of the current object. The cloned object's property will be even if the source's property was . Makes this instance a deep copy of the specified . When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. The to clone. Makes this instance a modifiable deep copy of the specified using current property values. Resource references, data bindings, and animations are not copied, but their current values are. The to clone. Gets a value that indicates whether the collection contains the specified . The to locate in the collection. if the collection contains ; otherwise, . Copies all of the objects in a collection to a specified array. Identifies the array to which content is copied. Index position in the array to which the contents of the collection are copied. Creates a new, frozen instance of . A frozen instance of . Makes this instance of read-only or determines whether it can be made read-only. to check if this instance can be frozen; to freeze this instance. If is true, this method returns if this instance can be made read-only, or if it cannot be made read-only. If is false, this method returns if this instance is now read-only, or if it cannot be made read-only, with the side effect of having begun to change the frozen status of this object. Makes this instance a clone of the specified object. The object to clone. Makes this instance a modifiable deep copy of the specified using current property values. Resource references, data bindings, and animations are not copied, but their current values are. The to clone. Returns an enumerator that can iterate through the collection. An that can iterate through the collection. Searches for the specified and returns the zero-based index of the first occurrence within the entire collection. The to locate in the collection. The zero-based index of the first occurrence of within the entire collection, if found; otherwise, -1. Inserts a into a specific location within the collection. The index position at which the is inserted. The object to insert in the collection. Removes a object from the collection. Identifies the to remove from the collection. Removes the at the specified index position from the collection. Index position of the to be removed. Copies the elements of the to an , starting at a particular index. The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. The zero-based index in at which copying begins. Adds an item to the . The object to add to the . The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection. Determines whether the contains a specific value. The object to locate in the . if the is found in the ; otherwise, . Determines the index of a specific item in the . The object to locate in the . The index of if found in the list; otherwise, -1. Inserts an item to the at the specified index. The zero-based index at which value should be inserted. The object to insert into the . Removes the first occurrence of a specific object from the . The object to remove from the . Gets the number of key frames contained in the . The number of key frames contained in the . Gets an empty . An empty . Gets a value that indicates if the collection size can ever change. if the collection is frozen; otherwise, . Gets a value that indicates if the collection is read-only. if the collection is read-only; otherwise, . Gets a value that indicates whether access to the collection is synchronized (thread-safe). if access to the collection is synchronized (thread-safe); otherwise, . Gets or sets the at the specified index position. The zero-based index of the to get or set. The attempt to modify the collection is invalid because the collection is frozen (its property is ). is less than zero. -or- is equal to or greater than . The at the specified index. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Gets or sets the element at the specified index. The zero-based index of the element to get or set. The element at the specified index. Defines a set of attached properties that affect the way text is displayed in an element. Identifies the attached property. Identifies the attached property. Identifies the attached property. Gets the for the specified element. The element to get the for. The for . Gets the for the specified element. The element to get the for. The for . Gets the for the specified element. The element to get the for. The for . Sets the for the specified element. The element to set the for. The to set on . is . Sets the for the specified element. The element to set the for. The to set on . is . Sets the for the specified element. The element to set the for. The to set on . is . Gets the for the element. This is an attached property. Gets the for the element. This is an attached property. Sets the for the element. This is an attached property. Provides data for the and events. Gets the type of script command that was raised. The type of script command that was raised. Gets the arguments associated with the script command type. The arguments associated with the script command type. Displays a message box. Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result, complies with the specified options, and returns a result. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which button or buttons to display. A value that specifies the icon to display. A value that specifies the default result of the message box. A value object that specifies the options. A value that specifies which message box button is clicked by the user. Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result and returns a result. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which button or buttons to display. A value that specifies the icon to display. A value that specifies the default result of the message box. A value that specifies which message box button is clicked by the user. Displays a message box that has a message, title bar caption, button, and icon; and that returns a result. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which button or buttons to display. A value that specifies the icon to display. A value that specifies which message box button is clicked by the user. Displays a message box that has a message, title bar caption, and button; and that returns a result. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which button or buttons to display. A value that specifies which message box button is clicked by the user. Displays a message box that has a message and title bar caption; and that returns a result. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which message box button is clicked by the user. Displays a message box that has a message and that returns a result. A that specifies the text to display. A value that specifies which message box button is clicked by the user. Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result, complies with the specified options, and returns a result. A that represents the owner window of the message box. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which button or buttons to display. A value that specifies the icon to display. A value that specifies the default result of the message box. A value object that specifies the options. A value that specifies which message box button is clicked by the user. Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result and returns a result. A that represents the owner window of the message box. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which button or buttons to display. A value that specifies the icon to display. A value that specifies the default result of the message box. A value that specifies which message box button is clicked by the user. Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and it also returns a result. A that represents the owner window of the message box. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which button or buttons to display. A value that specifies the icon to display. A value that specifies which message box button is clicked by the user. Displays a message box in front of the specified window. The message box displays a message, title bar caption, and button; and it also returns a result. A that represents the owner window of the message box. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which button or buttons to display. A value that specifies which message box button is clicked by the user. Displays a message box in front of the specified window. The message box displays a message and title bar caption; and it returns a result. A that represents the owner window of the message box. A that specifies the text to display. A that specifies the title bar caption to display. A value that specifies which message box button is clicked by the user. Displays a message box in front of the specified window. The message box displays a message and returns a result. A that represents the owner window of the message box. A that specifies the text to display. A value that specifies which message box button is clicked by the user. Specifies the buttons that are displayed on a message box. Used as an argument of the method. The message box displays an OK button. The message box displays OK and Cancel buttons. The message box displays Yes and No buttons. The message box displays Yes, No, and Cancel buttons. Specifies the icon that is displayed by a message box. The message box contains a symbol consisting of a lowercase letter i in a circle. The message box contains a symbol consisting of white X in a circle with a red background. The message box contains a symbol consisting of an exclamation point in a triangle with a yellow background. The message box contains a symbol consisting of a white X in a circle with a red background. The message box contains a symbol consisting of a lowercase letter i in a circle. The message box contains no symbols. The message box contains a symbol consisting of a question mark in a circle. The question mark message icon is no longer recommended because it does not clearly represent a specific type of message and because the phrasing of a message as a question could apply to any message type. In addition, users can confuse the question mark symbol with a help information symbol. Therefore, do not use this question mark symbol in your message boxes. The system continues to support its inclusion only for backward compatibility. The message box contains a symbol consisting of white X in a circle with a red background. The message box contains a symbol consisting of an exclamation point in a triangle with a yellow background. Specifies special display options for a message box. The message box is displayed on the default desktop of the interactive window station. Specifies that the message box is displayed from a .NET Windows Service application in order to notify the user of an event. No options are set. The message box text and title bar caption are right-aligned. All text, buttons, icons, and title bars are displayed right-to-left. The message box is displayed on the currently active desktop even if a user is not logged on to the computer. Specifies that the message box is displayed from a .NET Windows Service application in order to notify the user of an event. Specifies which message box button that a user clicks. is returned by the method. The result value of the message box is Cancel. The result value of the message box is No. The message box returns no result. The result value of the message box is OK. The result value of the message box is Yes. Represents a trigger that applies property values or performs actions when the bound data meet a set of conditions. Initializes a new instance of the class. Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets a collection of objects. Changes to property values are applied when all the conditions in the collection are met. A collection of objects. The default is an empty collection. Gets a collection of objects that describe the property values to apply when all the conditions of the are met. A collection of objects. The default value is an empty collection. Represents a trigger that applies property values or performs actions when a set of conditions are satisfied. Initializes a new instance of the class. Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets a collection of objects. Changes to property values are applied when all of the conditions in the collection are met. The default is an empty collection. Gets a collection of objects, which describe the property values to apply when all of the conditions of the are met. The default value is null. enables the ability to navigate through different states of a single piece of source content without reloading the source content for each subsequent navigation. Initializes a new instance of the class. Called to reapply state to a piece of content when navigation occurs. The owned by the navigator responsible for the content to which this is being applied. A that specifies how the content to which the is being applied was navigated to. Gets the name for the content that is stored in navigation history. The value of is displayed from , , and browser navigation UI. The name of the content that's stored in navigation history. Provides data for the FragmentNavigation event. Gets the uniform resource identifier (URI) fragment. The URI fragment. If you set the property to an empty string, the top of the content will be navigated to by default. Gets or sets a value that indicates whether the fragment navigation has been handled. if the navigation has been handled; otherwise, . Gets the navigator that raised the event. The navigator (browser, , or ) that's navigating to the content fragment. Represents the method that will handle events. The source of the event. The event data. Implemented by a class that needs to add custom state to the navigation history entry for content before the content is navigated away from. Returns an instance of a custom state class that is to be associated with content in navigation history. An instance of a custom class that is to be associated with content in navigation history. Represents an entry in either back or forward navigation history. Identifies the attached property. Identifies the attached property. Initializes a new instance of the class. The serialization information. The streaming context. Returns the attached property of the journal entry for the specified element. The element from which to get the attached property value. The value of the attached property of the journal entry for the specified element. Gets the attached property of the journal entry for the specified element. The element from which to get the attached property value. The attached property of the journal entry for the specified element. Called when this object is serialized. The data that is required to serialize the target object. The streaming context. Sets the attached property of the specified element. The element on which to set the attached property value. to keep the journal entry in memory; otherwise, . Sets the attached property of the specified element. The element on which to set the attached property value. The name to be assigned to the attached property. Gets or sets the object that is associated with this journal entry. The object that is associated with this journal entry. If one is not associated, is returned. Gets or sets a value that indicates whether the content of a journal entry is either retained or re-created when navigated to in navigation history. Gets or sets the name of the journal entry. The name of the journal entry. Gets or sets the URI of the content that was navigated to. The URI of the content that was navigated to, or if no URI is associated with the entry. This type or member supports the Microsoft .NET infrastructure and is not intended to be used directly from your code. This type or member supports the Microsoft .NET infrastructure and is not intended to be used directly from your code. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The value produced by the binding source. The type of the binding target property. The converter parameter to use. The culture to use in the converter. A converted value. This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The value produced by the binding target. The type of the binding source property. The converter parameter to use. The culture to use in the converter. A converted value. Specifies the position in navigation history of a piece of content with respect to current content. is used by . Content is in back navigation history relative to current content. Content is the current content. Content is in forward navigation history with respect to current content. merges navigation back history and navigation forward history (as exposed by or ) into a single navigation menu. Identifies the attached property. Initializes a new instance of the class. Merges two navigation history stacks. An array of two navigation stacks. This parameter is not used. This parameter is not used. This parameter is not used. An that can be used to enumerate the merged list of navigation history stacks if neither passed navigation stack is . , otherwise. Not implemented. This parameter is not used. This parameter is not used. This parameter is not used. This parameter is not used. Always returns . Gets the attached property for the specified element. The element from which to get the attached property value. The value of the attached property of the journal entry for the specified element. Sets the attached property of the specified element. The element on which to set the attached property value. Position of the object. Gets or sets a value that specifies whether an entry is in back navigation history, forward navigation history, or is the current content of a navigator. Specifies whether a uses its own journal. is used by the property. Whether or not this will create and use its own journal depends on its parent. The maintains its own journal. The uses the journal of the next available navigation host up the content tree, if available. Otherwise, navigation history is not maintained for the . Represents the method that will handle events. The source of the event. The event data. Represents the method that will handle events. The source of the event. The event data. Provides data for the Navigating event. Gets a reference to the content object that is being navigated to. A reference to the content object that is being navigated to; otherwise, . Gets or sets the object that is associated with the back navigation history entry for the page being navigated from. The object that is associated with the back navigation history entry for the page being navigated from. Gets the optional data that was passed when navigation started. The optional data that was passed when navigation started. Indicates whether the navigator (, ) that is specified by is servicing this navigation, or whether a parent navigator is doing so. A value that is if the navigator that is specified by is servicing this navigation. Otherwise, is returned, such as during a nested navigation. Gets a value that indicates the type of navigation that is occurring. A value that indicates the type of navigation that is occurring. The navigator that raised this event. An that is the navigator that raised this event. Gets the object that is to be applied to the content being navigated to. The object that is to be applied to the content being navigated to. Gets the uniform resource identifier (URI) for the content being navigated to. The for the content being navigated to. If navigating to an object, is . Gets the object that is used to request the specified content. Gets the object that is used to request the specified content. Represents the method that will handle events. The source of the event. The event data. Provides data for non-cancelable navigation events, including , , and . Gets the root node of the target page's content. The root element of the target page's content. Gets an optional user-defined data object. The data object. Gets a value that indicates whether the current navigator initiated the navigation. if the navigation was initiated inside the current frame; if the parent navigator is also navigating. Gets the navigator that raised the event. The navigator that raised the event. Gets the uniform resource identifier (URI) of the target page. The URI of the target page. Gets the Web response to allow access to HTTP headers and other properties. The Web response. Provides data for the NavigationFailed event. Gets the that was raised as the result of a failed navigation. The that was raised as the result of a failed navigation. Gets the optional data that was passed when navigation commenced. The optional data that was passed when navigation commenced. Gets or sets whether the failed navigation exception has been handled. if the exception is handled; otherwise, (default). The navigator that raised this event. An that is the navigator that raised this event. Gets the uniform resource identifier (URI) for the content that could not be navigated to. The for the content that could not be navigated to. Gets the web request that was used to request the specified content. Gets the object that was used to request the specified content. If navigating to an object, is . Gets the web response that was returned after attempting to download the requested the specified content. The that was returned after attempting to download the requested the specified content. If the navigation failed, is . Represents the method that will handle events. The source of the event. The event data. Specifies the type of navigation that is taking place is used by the property. Navigating back to the most recent content in back navigation history. This occurs when the GoBack method is called. Navigating to the most recent content on forward navigation history. This occurs when the GoForward method is called. Navigating to new content. This occurs when the Navigate method is called, or when Source property is set. Reloading the current content. This occurs when the Refresh method is called. Provides data for the and events. Gets the number of bytes that have been read. The number of bytes that have been read. Gets the maximum number of bytes. The maximum number of bytes. Gets the navigator that raised the event. The navigator that raised the event. Gets the uniform resource identifier (URI) of the target page. The URI of the target page. Represents the method that will handle events. The source of the event. The event data. Contains methods, properties, and events to support navigation. Occurs when navigation to a content fragment begins, which occurs immediately, if the desired fragment is in the current content, or after the source XAML content has been loaded, if the desired fragment is in different content. Occurs when content that was navigated to has been loaded, parsed, and has begun rendering. Occurs when the content that is being navigated to has been found, and is available from the property, although it may not have completed loading. Occurs when a new navigation is requested. Occurs when an error occurs while navigating to the requested content. Occurs periodically during a download to provide navigation progress information. Occurs when the method is called, or when a new navigation is requested while a current navigation is in progress. Adds an entry to back navigation history that contains a object. A object that represents application-defined state that is associated with a specific piece of content. is , and a object isn't returned from . Gets a reference to the for the navigator whose content contains the specified . The in content that is hosted by a navigator. The parameter is . A reference to the for the navigator whose content contains the specified ; can be in some cases. Navigates to the most recent entry in back navigation history, if there is one. is called when there are no entries in back navigation history. Navigate to the most recent entry in forward navigation history, if there is one. is called when there are no entries in forward navigation history. Navigate asynchronously to content that is contained by an object, and pass an object that contains data to be used for processing during navigation. An object that contains the content to navigate to. An object that contains data to be used for processing during navigation. if a navigation is not canceled; otherwise, . Navigate asynchronously to content that is contained by an object. An object that contains the content to navigate to. if a navigation is not canceled; otherwise, . Navigate asynchronously to source content located at a URI, pass an object containing navigation state for processing during navigation, and sandbox the content. A object initialized with the URI for the desired content. An object that contains data to be used for processing during navigation. Download content into a partial trust security sandbox (with the default Internet zone set of permissions, if . The default is . if a navigation is not canceled; otherwise, . Navigate asynchronously to source content located at a URI, and pass an object that contains data to be used for processing during navigation. A object initialized with the URI for the desired content. An object that contains data to be used for processing during navigation. if a navigation is not canceled; otherwise, . Navigate asynchronously to content that is specified by a URI. A object initialized with the URI for the desired content. if a navigation is not canceled; otherwise, . Reloads the current content. Removes the most recent journal entry from back history. The most recent in back navigation history, if there is one. Stops further downloading of content for the current navigation request. Gets a value that indicates whether there is at least one entry in back navigation history. if there is at least one entry in back navigation history; otherwise, . Gets a value that indicates whether there is at least one entry in forward navigation history. if there is at least one entry in forward navigation history; otherwise, . Gets or sets a reference to the object that contains the current content. An object that is a reference to the object that contains the current content. Gets the URI of the content that was last navigated to. A for the content that was last navigated to, if navigated to by using a URI; otherwise, . Gets or sets the URI of the current content, or the URI of new content that is currently being navigated to. A that contains the URI for the current content, or the content that is currently being navigated to. Represents the method that will handle events. The source of the event. The event data. Specifies whether a displays its navigation chrome. is used by the property. The navigation chrome is visible when a uses its own journal (see ). The navigation chrome is not visible. The navigation chrome is visible. Represents a window that supports content navigation. Occurs when navigation to a content fragment begins, which occurs immediately, if the desired fragment is in the current content, or after the source XAML content has been loaded, if the desired fragment is in different content. Occurs when content that was navigated to has been loaded, parsed, and has begun rendering. Occurs when the content that is being navigated to has been found, and is available from the property, although it may not have completed loading. Occurs when a new navigation is requested. Occurs when an error is raised while navigating to the requested content. Occurs periodically during a download to provide navigation progress information. Occurs when the method is called, or when a new navigation is requested while a current navigation is in progress. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Adds an entry to back navigation history that contains a object. A object that represents application-defined state that is associated with a specific piece of content. is , and a object isn't returned from . Adds a child object. The child object to add. when this method is called. This prevents content from being added to using XAML. Adds text to the object. The text to add to the object. if the text parameter value contains non-white-space characters. Navigates to the most recent item in back navigation history. is called when there are no entries in back navigation history. Navigates to the most recent item in forward navigation history. is called when there are no entries in forward navigation history. Navigates asynchronously to content that is contained by an object, and passes an object that contains data to be used for processing during navigation. An that contains the content to navigate to. A that contains data to be used for processing during navigation. if a navigation is not canceled; otherwise, . Navigates asynchronously to content that is contained by an object. An that contains the content to navigate to. if a navigation is not canceled; otherwise, . Navigates asynchronously to source content located at a uniform resource identifier (URI), and pass an object that contains data to be used for processing during navigation. A object initialized with the URI for the desired content. A that contains data to be used for processing during navigation. if a navigation is not canceled; otherwise, . Navigates asynchronously to content that is specified by a uniform resource identifier (URI). A object initialized with the URI for the desired content. if a navigation is not canceled; otherwise, . Called when the template generation for the visual tree is created. Raises the event. An that contains the event data. Creates and returns a object for this . A object for this . Reloads the current content. Removes the most recent journal entry from back history. The most recent in back navigation history, if there is one. Indicates whether the property should be persisted. if the property value has changed from its default; otherwise, . Stops further downloading of content for the current navigation request. Gets an that you use to enumerate the entries in back navigation history for a . if at least one entry has been added to back navigation history, or if there are not entries or the does not own its own navigation history. Gets a value that indicates whether there is at least one entry in back navigation history. if there is at least one entry in back navigation history; if there are no entries in back navigation history or the does not own its own navigation history. Gets a value that indicates whether there is at least one entry in forward navigation history. if there is at least one entry in forward navigation history; if there are no entries in forward navigation history, or the does not own its own navigation history. Gets the uniform resource identifier (URI) of the content that was last navigated to. The URI for the content that was last navigated to, if navigated to by using a URI; otherwise, . Gets an that you use to enumerate the entries in back navigation history for a . if at least one entry has been added to forward navigation history, or null if there are no entries or the does not own its own navigation history. Gets the that is used by this to provide navigation services to its content. The navigation service used by this . Gets or sets a value that indicates whether a isolates external Extensible Application Markup Language (XAML) content within a partial trust security sandbox (with default Internet zone permission set). is set when an application is executing in partial trust. if content is isolated within a partial trust security sandbox; otherwise, . The default is . Gets or sets a value that indicates whether a shows its navigation UI. if the navigation UI is displayed; otherwise, . The default is . Gets or sets the uniform resource identifier (URI) of the current content, or the URI of new content that is currently being navigated to. The URI for the current content, or the content that is currently being navigated to. Gets or sets the base uniform resource identifier (URI) of the current context. The base URI of the current context. Represents a special type of page that allows you to treat navigation to a page in a similar fashion to calling a method. The type of value that the returns to a caller. Occurs when a called returns, and can only be handled by the calling page. Initializes a new instance of the class. A calls to return to the caller, passing a return value via a object. A object that contains the return value (). An abstract base class that is the parent of all page function classes. Initializes a new instance of the type. Override this method to initialize a when it is navigated to for the first time. Gets or sets a value that indicates whether the page function should not be added to navigation history. A that indicates whether a page function should not be added to navigation history. The default value is . Provides data for the event. Initializes a new instance of the class. This constructor is protected. Initializes a new instance of the class with a uniform resource identifier (URI) and target name. The target URI. The target name. Invokes a specified event handler from a specified sender. The name of the handler. The object that is raising the event. The navigator that will host the content that is navigated to. The navigator ( or ) that will host the content that is navigated to. The uniform resource identifier (URI) for the content that is being navigated to. The URI for the content that is being navigated to. Represents the method that will handle the routed event of the class. The object where the event handler is attached. The event data. Provides data for the event. The type of the return value. Initializes a new instance of the class. Initializes a new instance of the class with the return value. The value to be returned. Gets or sets the value that is returned by the page function. The value that is returned by the page function. Represents the method that will handle the event of the class. The source of the event. The event data. The type specifier for the event. Converts to and from the type (using the type constraint on the generic). Initializes a new instance of the class. Returns a collection of standard values for the data type that this type converter is designed for. Provides contextual information about a component, such as its container and property descriptor. A collection that holds a standard set of valid values. For this implementation, those values are , , and . Returns whether the collection of standard values returned from is an exclusive list. Provides contextual information about a component, such as its container and property descriptor. This implementation always returns . Returns whether this object supports a standard set of values that can be picked from a list. Provides contextual information about a component, such as its container and property descriptor. This implementation always returns . Indicates whether the system power is online, or that the system power status is unknown. The system power is not on. The system power is on. The status of the system power cannot be determined. 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. Initializes a new instance of the class. A property path that either describes a path to a common language runtime (CLR) property, or a single dependency property. Initializes a new instance of the class, with the provided pathing token string and parameters. A string that specifies the , in a tokenized format. An array of objects that sets the . Gets or sets the string that describes the path. The string that describes the path. Gets the list of parameters to use when the path refers to indexed parameters. The parameter list. Provides a type converter for objects. Initializes a new instance of the class. Returns whether this converter can convert an object of one type to the type. An that provides a format context. A that represents the type you want to convert from. if is type ; otherwise, . Returns whether this converter can convert the object to the type. An that provides a format context. A that represents the type you want to convert to. if is type ; otherwise, . Converts the specified value to the type. An that provides a format context. The to use as the current culture. The object to convert to a . This is expected to be a string. The was provided as . The was not , but was not of the expected type. The converted . Converts the specified value object to the type. An that provides a format context. The to use as the current culture. The to convert. The destination type. This is expected to be the type. The was provided as . The was not , but was not of the expected type. -or- The was not the type. The converted destination . Specifies the reason for which the user's session is ending. Used by the property. The session is ending because the user is logging off. The session is ending because the user is shutting down Windows. Provides data for the routed event. Invokes event handlers in a type-specific way, which can increase event system efficiency. The generic handler to call in a type-specific way. The target to call the handler on. Gets the object that should be made visible in response to the event. The object that called . Gets the rectangular region in the object's coordinate space which should be made visible. The requested rectangular space. Represents the method that will handle the routed event. The object where the event handler is attached. The event data. Specifies whether a window can be resized and, if so, how it can be resized. Used by the property. A window can only be minimized and restored. The Minimize and Maximize buttons are both shown, but only the Minimize button is enabled. A window can be resized. The Minimize and Maximize buttons are both shown and enabled. A window can be resized. The Minimize and Maximize buttons are both shown and enabled. A resize grip appears in the bottom-right corner of the window. A window cannot be resized. The Minimize and Maximize buttons are not displayed in the title bar. Provides a hash table / dictionary implementation that contains WPF resources used by components and other elements of a WPF application. Initializes a new instance of the class. Adds a resource by key to this . The name of the key to add. The value of the resource to add. The is locked or read-only. An element with the same key already exists in the . Begins the initialization phase for this . Called more than once before was called. Clears all keys (and values) in the base . This does not clear any merged dictionary items. Determines whether the contains an element with the specified key. The key to locate in the . if contains a key-value pair with the specified key; otherwise, . Copies the elements to a one-dimensional at the specified index. The one-dimensional array that is the destination of the objects copied from the instance. The array must have zero-based indexing. The zero-based index of where copying begins. Ends the initialization phase, and invalidates the previous tree such that all changes made to keys during the initialization phase can be accounted for. Not supported by this Dictionary implementation. The name identifier for the object being requested. Always returns . Returns an that can be used to iterate through the . A specialized enumerator for the . Occurs when the receives a request for a resource. The key of the resource to get. The value of the requested resource. if the resource can be saved and used later; otherwise, . Not supported by this Dictionary implementation. Not supported. Not supported. In all cases when this method is called. Removes the entry with the specified key from the base dictionary. Key of the entry to remove. The is locked or read-only. For a description of this member, see . A zero-based that receives the copied items from the . The first position in the specified to receive the copied contents. For a description of this member, see . An object that can be used to iterate through the collection. Not supported by this Dictionary implementation. Not supported. Gets the number of entries in the base . The current number of entries in the base dictionary. Gets or sets the deferrable content for this resource dictionary. Always returns . Gets or sets a value that indicates whether the invalidations fired by the object cause objects to reevaluate their choice of template. The invalidations happen when an implicit data template resource changes. if the invalidations cause objects to reevaluate their choice of template; otherwise, . The default is . Gets whether this is fixed-size. if the hash table is fixed-size; otherwise, . Gets whether this is read-only. if the hash table is read-only; otherwise, . Gets or sets the value associated with the given key. The desired key to get or set. Value of the key. Gets a collection of all keys contained in this . The collection of all keys. Gets a collection of the dictionaries that constitute the various resource dictionaries in the merged dictionaries. The collection of merged dictionaries. Gets or sets the uniform resource identifier (URI) to load resources from. The source location of an external resource dictionary. For a description of this member, see . if access to is synchronized (thread safe); otherwise, . For a description of this member, see . An object that can be used to synchronize access to . For a description of this member, see . The base URI of the current context. Gets a collection of all values associated with keys contained in this . The collection of all values. Specifies the locations where theme resource dictionaries are located. Theme dictionaries exist in assemblies external to the one defining the types being themed. They are named based on the original assembly with the theme name appended to it; for example, PresentationFramework.Luna.dll. These dictionaries share the same version and key as the original assembly. No theme dictionaries exist. Theme dictionaries exist in the assembly that defines the types being themed. Provides an abstract base class for various resource keys. Initializes a new instance of a class derived from . Returns this . Instances of this class are typically used as a key in a dictionary. A service implementation that provides the desired value. Calling this method always returns the instance itself. Gets an assembly object that indicates which assembly's dictionary to look in for the value associated with this key. The retrieved assembly, as a reflection class. The exception that is thrown when a resource reference key cannot be found during parsing or serialization of markup extension resources. Initializes a new instance of the class. Initializes a new instance of the class with the specified serialization information and streaming context. Specific information from the serialization process. The context at the time the exception was thrown. Initializes a new instance of the class with the specified error message and resource key. A possible descriptive message. The key that was not found. Reports specifics of the exception to debuggers or dialogs. Specific information from the serialization process. The context at the time the exception was thrown. Gets the key that was not found and caused the exception to be thrown. The resource key. Supports Extensible Application Markup Language (XAML) as a content type and resource. Declares the Extensible Application Markup Language (XAML) content type. Initializes a new instance of the class. Stores information for a stream resource used in Windows Presentation Foundation (WPF), such as images. Initializes a new instance of the class. Initializes a new instance of the class based on a provided stream. The reference stream. The Multipurpose Internet Mail Extensions (MIME) content type of the stream. Gets or sets the content type of a stream. The Multipurpose Internet Mail Extensions (MIME) content type. Gets or sets the actual stream of the resource. The stream for the resource. 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. The type of the dependency property that has changed. Initializes a new instance of the class, with provided old and new values, and an event identifier. Previous value of the property, prior to the event being raised. Current value of the property at the time of the event. Identifier of the routed event that this arguments class carries information for. Initializes a new instance of the class, with provided old and new values. Previous value of the property, prior to the event being raised. Current value of the property at the time of the event. Invokes event handlers in a type-specific way, which can increase event system efficiency. The generic handler to call in a type-specific way. The target to call the handler on. Gets the new value of a property as reported by a property changed event. The generic value. In a practical implementation of the , the generic type of this property is replaced with the constrained type of the implementation. Gets the previous value of the property as reported by a property changed event. The generic value. In a practical implementation of the , the generic type of this property is replaced with the constrained type of the implementation. Represents methods that will handle various routed events that track property value changes. The object where the event handler is attached. The event data. Specific event definitions will constrain to a type, with the type parameter of the constraint matching the type parameter constraint of a delegate implementation. The type of the property value where changes in value are reported. Contains the event arguments for the event. Gets a value that indicates why the session is ending. A value that indicates why the session ended. Represents the method that handles the event. The object that raised the event. A object with the event arguments. Represents a setter that applies a property value. Initializes a new instance of the class. Initializes a new instance of the class with the specified property, value, and target name. The to apply the to. The value to apply to the property. The name of the child node this is intended for. Initializes a new instance of the class with the specified property and value. The to apply the to. The value to apply to the property. Handles cases where a markup extension provides a value for a property of object. The object where the markup extension sets the value. Data that is relevant for markup extension processing. Handles cases where a type converter provides a value for a property of a object. The object where the type converter sets the value. Data that is relevant for type converter processing. Signals the object that initialization is starting. Signals the object that initialization is complete. Gets or sets the property to which the will be applied. The property cannot be . The specified property cannot be read-only. If the specified is not valid for the type of the specified . A to which the will be applied. The default value is null. Gets or sets the name of the object this is intended for. The default value is . Gets or sets the value to apply to the property that is specified by this . If the specified is set to . The default value is . Represents the base class for value setters. Checks whether this object is read-only and cannot be changed. Gets a value that indicates whether this object is in an immutable state. if this object is in an immutable state; otherwise, . Represents a collection of objects. Initializes a new instance of the class. Gets a value that indicates whether this object is in a read-only state. if this object is in a read-only state and cannot be changed; otherwise, . Draws an ellipse. Initializes a new instance of the class. Gets the value of any transforms that are applied to the of an before it is rendered. The value of any transforms that are applied to the of an before it is rendered. Gets the final rendered of an . The final rendered of an . Draws a straight line between two points. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets or sets the x-coordinate of the start point. The x-coordinate for the start point of the line. The default is 0. Gets or sets the x-coordinate of the end point. The x-coordinate for the end point of the line. The default is 0. Gets or sets the y-coordinate of the start point. The y-coordinate for the start point of the line. The default is 0. Gets or sets the y-coordinate of the end point. The y-coordinate for the end point of the line. The default is 0. Draws a series of connected lines and curves. Identifies the dependency property. Initializes a new instance of the class. Gets or sets a that specifies the shape to be drawn. A description of the shape to be drawn. Draws a polygon, which is a connected series of lines that form a closed shape. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets or sets a enumeration that specifies how the interior fill of the shape is determined. One of the enumeration values. The default is . Gets or sets a collection that contains the vertex points of the polygon. A collection of structures that describe the vertex points of the polygon. The default is a null reference ( in Visual Basic). Draws a series of connected straight lines. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets or sets a enumeration that specifies how the interior fill of the shape is determined. One of the enumeration values. The default is . Gets or sets a collection that contains the vertex points of the . A collection of structures that describe the vertex points of the . The default is a null reference ( in Visual Basic). Draws a rectangle. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets the that is applied to this . The transform that is applied to this . Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle. The x-axis radius of the ellipse that is used to round the corners of the rectangle. Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle. The y-axis radius of the ellipse that is used to round the corners of the rectangle. The default is 0. Gets a object that represents the final rendered shape. The final rendered shape. Provides a base class for shape elements, such as , , and . Identifies the dependency property. This field is read-only. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Arranges a by evaluating its and properties. The final evaluated size of the . The final size of the arranged element. Measures a during the first layout pass prior to arranging it. A maximum to not exceed. The maximum for the . Provides a means to change the default appearance of a element. A object that is drawn during the rendering pass of this . Gets a value that represents the of the . The of the . Gets or sets the that specifies how the shape's interior is painted. A that describes how the shape's interior is painted. The default is . Gets a value that represents a that is applied to the geometry of a prior to when it is drawn. A that is applied to the geometry of a prior to when it is drawn. Gets a value that represents the final rendered of a . The final rendered of a . Gets or sets a enumeration value that describes how the shape fills its allocated space. One of the enumeration values. Gets or sets the that specifies how the outline is painted. A that specifies how the outline is painted. The default is . Gets or sets a collection of values that indicate the pattern of dashes and gaps that is used to outline shapes. A collection of values that specify the pattern of dashes and gaps. Gets or sets a enumeration value that specifies how the ends of a dash are drawn. One of the enumeration values for . The default is . Gets or sets a that specifies the distance within the dash pattern where a dash begins. A that represents the distance within the dash pattern where a dash begins. Gets or sets a enumeration value that describes the at the end of a line. One of the enumeration values for . The default is . Gets or sets a enumeration value that specifies the type of join that is used at the vertices of a . One of the enumeration values for Gets or sets a limit on the ratio of the miter length to half the of a element. The limit on the ratio of the miter length to the of a element. This value is always a positive number that is greater than or equal to 1. Gets or sets a enumeration value that describes the at the start of a . One of the enumeration values. The default is . Gets or sets the width of the outline. The width of the outline. Represents the base class for the and classes. Gets or sets the name of the category the is grouped with in the Windows 7 taskbar Jump List. The name of the category the is grouped with. The default is . Describes why a could not be added to the Jump List by the Windows shell. The references an invalid file path, or the operating system does not support Jump Lists. The reason is not specified. The application is not registered to handle the file name extension of the . The item was previously in the Jump List but was removed by the user. Provides data for the event. Initializes a new instance of the class. Initializes a new instance of the class that has the specified parameters. The list of Jump List items that could not be added to the Jump List by the Windows shell. The list of reasons why the rejected Jump List items could not be added to the Jump List. The count of does not equal the count of rejection . Gets the list of Jump List items that could not be added to the Jump List by the Windows shell. The list of Jump List items that could not be added to the Jump List by the Windows shell. Gets the list of reasons why the rejected Jump List items could not be added to the Jump List. The list of reasons why the rejected Jump List items could not be added to the Jump List. Provides data for the event. Initializes a new instance of the class. Initializes a new instance of the class that has the specified parameters. The list of Jump List items that have been removed by the user since was last called. Gets the list of Jump List items that have been removed by the user since the method was last called. The list of Jump List items that have been removed by the user since the method was last called. Represents a list of items and tasks displayed as a menu on a Windows 7 taskbar button. Occurs when jump items are not successfully added to the Jump List by the Windows shell. Occurs when jump items previously in the Jump List are removed from the list by the user. Initializes a new instance of the class. Initializes a new instance of the class with the specified parameters. The collection of objects that are displayed in the Jump List. A value that indicates whether frequently used items are displayed in the Jump List. A value that indicates whether recently used items are displayed in the Jump List. Adds the specified item path to the Recent category of the Jump List. The path to add to the Jump List. Adds the specified jump path to the Recent category of the Jump List. The to add to the Jump List. Adds the specified jump task to the Recent category of the Jump List. The to add to the Jump List. Sends the to the Windows shell in its current state. The is not completely initialized. Signals the start of the initialization. This call to is nested in a previous call to . Signals the end of the initialization. This call to is not paired with a call to . Returns the object associated with an application. The application associated with the . The object associated with the specified application. Sets the object associated with an application. The application associated with the . The to associate with the application. Gets the collection of objects that are displayed in the Jump List. The collection of objects displayed in the Jump List. The default is an empty collection. Gets or sets a value that indicates whether frequently used items are displayed in the Jump List. if frequently used items are displayed in the Jump List; otherwise, . The default is . Gets or sets a value that indicates whether recently used items are displayed in the Jump List. if recently used items are displayed in the Jump List; otherwise, . The default is . Represents a link to a file that is displayed in a Windows 7 taskbar Jump List. Initializes a new instance of the class. Gets or sets the path to the file to be included in the Jump List. The path to the file to be included in the Jump List. Represents a shortcut to an application in the Windows 7 taskbar Jump List. Initializes a new instance of the class. Gets or sets the path to the application. The path to the application. The default is . Gets or sets the arguments passed to the application on startup. The arguments passed to the application on startup. The default is . Gets or sets the text displayed in the tooltip for the task in the Jump List. The text displayed in the tooltip for the task. The default is . Gets or sets the zero-based index of an icon embedded in a resource. The zero-based index of the icon, or -1 if no icon is used. The default is 0. Gets or sets the path to a resource that contains the icon to display in the Jump List. The path to a resource that contains the icon. The default is . Gets or sets the text displayed for the task in the Jump List. The text displayed for the task in the Jump List. The default is . Gets or sets the working directory of the application on startup. The working directory of the application on startup. The default is . Specifies constants that indicate which edges of the window frame are not owned by the client. The bottom edge is not owned by the client (value = 8). The left edge is not owned by the client (value = 1). All edges are owned by the client (value = 0). The right edge is not owned by the client (value = 4). The top edge is not owned by the client (value = 2). Specifies constants that indicate the direction of the resize grip behavior on an input element. The window resizes from its bottom edge. The window resizes from its bottom-left corner. The window resizes from its bottom-right corner. The windows resizes from its left edge. No resize behavior is specified. The window resizes from its right edge. The window resizes from its top edge. The window resizes from its top-left corner. The window resizes from its top-right corner. Represents information about how the taskbar thumbnail is displayed. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets or sets the text for the taskbar item tooltip. The text for the taskbar item tooltip. The default is an empty string. Gets or sets the image that is displayed over the program icon in the taskbar button. The image that is displayed over the program icon in the taskbar button. The default is . Gets or sets a value that indicates how the progress indicator is displayed in the taskbar button. An enumeration value that indicates how the progress indicator is displayed in the taskbar button. The default is . Gets or sets a value that indicates the fullness of the progress indicator in the taskbar button. A value that indicates the fullness of the progress indicator in the taskbar button. The default is 0. Gets or sets the collection of objects that are associated with the . The collection of objects that are associated with the . The default is an empty collection. Gets or sets a value that specifies the part of the application window's client area that is displayed in the taskbar thumbnail. A value that specifies the part of the application window's client area that is displayed in the taskbar thumbnail. The default is an empty . Specifies the state of the progress indicator in the Windows taskbar. A red progress indicator is displayed in the taskbar button. A pulsing green indicator is displayed in the taskbar button. No progress indicator is displayed in the taskbar button. A green progress indicator is displayed in the taskbar button. A yellow progress indicator is displayed in the taskbar button. Represents information about how to display a button in the Windows 7 taskbar thumbnail. Occurs when the thumbnail button is clicked. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets or sets the command to invoke when this thumbnail button is clicked. The command to invoke when this thumbnail button is clicked. The default is . Gets or sets the parameter to pass to the property. The parameter to pass to the property. The default is . Gets or sets the element on which to raise the specified command. The element on which to raise the specified command. The default is . Gets or sets the text to display for the thumbnail button tooltip. The text to display for the thumbnail button tooltip. The default is an empty string. Gets or sets a value that indicates whether the taskbar thumbnail closes when the thumbnail button is clicked. if the thumbnail closes; otherwise, . The default is . Gets or sets the image that is displayed on the thumbnail button. The image that is displayed on the thumbnail button. The default is . Gets or sets a value that indicates whether a border and highlight is displayed around the thumbnail button. if a border and highlight is displayed around the thumbnail button; otherwise, . The default is . Gets or sets a value that indicates whether the thumbnail button is enabled. if the thumbnail button is enabled; otherwise, . The default is . Gets or sets a value that indicates whether the user can interact with the thumbnail button. if the user can interact with the thumbnail button; otherwise, . The default is . Gets or sets a value that specifies the display state of the thumbnail button. An enumeration value that specifies the display state of the thumbnail button. The default is . Represents a collection of objects that are associated with a . Initializes a new instance of the class. Creates a new instance of the collection. The new instance of the collection. Represents an object that describes the customizations to the non-client area of a window. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Creates a new instance of the class. The new instance of this class. Gets the value of the attached property from the specified input element. The input element from which to read the property value. is . is not a . The value of the attached property. Gets the value of the attached property from the specified input element. The input element from which to read the property value. is . is not a . The value of the attached property. Gets the value of the attached property from the specified . The from which to read the property value. is . The instance of that is attached to the specified . Sets the value of the attached property on the specified input element. The element on which to set the attached property. The property value to set. is . is not a . Sets the value of the attached property on the specified input element. The element on which to set the attached property. The property value to set. is . is not a . Sets the value of the attached property on the specified . The on which to set the attached property. The instance of to set. is . Gets or sets the height of the caption area at the top of a window. The height of the caption area. Gets or sets a value that indicates the amount that the corners of a window are rounded. A value that describes the amount that corners are rounded. Gets a uniform thickness of -1. A uniform thickness of -1 in all cases. Gets or sets a value that indicates the width of the glass border around a window. The width of the glass border around a window. Gets or sets a value that indicates which edges of the window frame are not owned by the client. 'Left, Right, Top, Bottom' is not a valid value. At least one edge must belong to the client. A bitwise combination of the enumeration values that specify which edges of the frame are not owned by the client. The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets a value that indicates the width of the border that is used to resize a window. The width of the border that is used to resize a window. Gets or sets a value that indicates whether hit-testing is enabled on the Windows Aero caption buttons. if hit-testing is enabled on the caption buttons; otherwise, . The registered default is . For more information about what can influence the value, see Dependency Property Value Precedence. Gets or sets the instance of that is attached to a window. Specifies how an application will shutdown. Used by the property. An application shuts down only when is called. An application shuts down when either the last window closes, or is called. An application shuts down when either the main window closes, or is called. Provides data related to the event. Invokes event handlers in a type-specific way, which can increase event system efficiency. The generic handler to call in a type-specific way. The target to call the handler on. Gets a value that indicates whether the component of the size changed. if the component of the size changed; otherwise, . Gets the new of the object. The new of the object. Gets the previous of the object. The previous of the object. Gets a value that indicates whether the component of the size changed. if the component of the size changed; otherwise, . Represents the method that will handle the routed event. The object where the event handler is attached. The event data. Contains the arguments for the event. Gets command line arguments that were passed to the application from either the command prompt or the desktop. A string array that contains the command line arguments that were passed to the application from either the command prompt or the desktop. If no command line arguments were passed, the string array as zero items. Represents the method that handles the event. The object that raised the event. The event data. Implements a markup extension that supports static (XAML load time) resource references made from XAML. Initializes a new instance of the class. Initializes a new instance of the class, with the provided initial key. The key of the resource that this markup extension references. parameter is , either through markup extension usage or explicit construction. Returns an object that should be set on the property where this extension is applied. For , this is the object found in a resource dictionary, where the object to find is identified by the . Object that can provide services for the markup extension. was , or failed to implement a required service. The object value to set on the property where the markup extension provided value is evaluated. Gets or sets the key value passed by this static resource reference. They key is used to return the object matching that key in resource dictionaries. Specified value as , either through markup extension usage or explicit construction. The resource key for a resource. Enables the sharing of properties, resources, and event handlers between instances of a type. Initializes a new instance of the class. Initializes a new instance of the class to use on the specified and based on the specified . The type to which the style will apply. The style to base this style on. Initializes a new instance of the class to use on the specified . The type to which the style will apply. Returns the hash code for this . The hash code for this . Registers a new name-object pair in the current namescope. The name to register. The object to map to the specified . Locks this style and all factories and triggers so they cannot be changed. Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Returns an object that has the provided identifying name. The name identifier for the object being requested. The object, if found. Returns if no object of that name was found. Queries whether a specified ambient property is available in the current scope. The name of the requested ambient property. if the requested ambient property is available; otherwise, . Removes a name-object mapping from the namescope. The name of the mapping to remove. Gets or sets a defined style that is the basis of the current style. A defined style that is the basis of the current style. The default value is . Gets a value that indicates whether the style is read-only and cannot be changed. if the style is sealed; otherwise . Gets or sets the collection of resources that can be used within the scope of this style. The resources that can be used within the scope of this style. Gets a collection of and objects. A collection of and objects. The default is an empty collection. Gets or sets the type for which this style is intended. The target type for this style. Gets a collection of objects that apply property values based on specified conditions. A collection of objects. The default is an empty collection. Represents an attribute that is applied to the class definition and determines the s of the properties that are of type . Initializes a new instance of the class. Gets or sets the name of the property that is of type . The name of the property that is of type . Gets or sets the of the this attribute is specifying. The of the this attribute is specifying. Contains system colors, system brushes, and system resource keys that correspond to system display elements. Gets the system accent color that's set by the user in OS settings. Gets the brush corresponding to the color. Gets the system resource key. Gets the dark shade of the system accent color. Gets the brush corresponding to the color. Gets the system resource key. Gets the system resource key. Gets the darker shade of the system accent color. Gets the brush corresponding to the color. Gets the system resource key. Gets the system resource key. Gets the darkest shade of the system accent color. Gets the brush corresponding to the color. Gets the system resource key. Gets the system resource key. Gets the system resource key. Gets the light shade of the system accent color. Gets the brush corresponding to the color. Gets the system resource key. Gets the system resource key. Gets the lighter shade of the system accent color. Gets the brush corresponding to the color. Gets the system resource key. Gets the system resource key. Gets the lightest shade of the system accent color. Gets the brush corresponding to the color. Gets the system resource key. Gets the system resource key. Gets a that is the color of the active window's border. A with its set to the color of the active window's border. The returned brush's property is , so it cannot be modified. Gets the for the used to paint the active window's border. The resource key for the used to paint the active window's border. This brush's property is , so it cannot be modified. Gets a structure that is the color of the active window's border. The color of the active window's border. Gets the for the of the active window's border. The resource key for the of the active window's border. Gets a that is the color of the background of the active window's title bar. A with its set to the background color of the active window's title bar. The returned brush's property is , so it cannot be modified. Gets the for the used to paint the background of the active window's title bar. The resource key for the used to paint the background of the active window's title bar. This brush's property is , so it cannot be modified. Gets a structure that is the background color of the active window's title bar. The background color of the active window's title bar. Gets the for the background of the active window's title bar. The resource key for the background of the active window's title bar. Gets a that is the color of the text in the active window's title bar. A with its set to the background color of the color of the text in the active window's title bar. The returned brush's property is , so it cannot be modified. Gets the for the that paints the text in the active window's title bar. The resource key for the that paints the text in the active window's title bar. This brush's property is , so it cannot be modified. Gets a structure that is the color of the text in the active window's title bar. The color of the active window's title bar. Gets the for the of the text in the active window's title bar. The resource key for the of the text in the active window's title bar. Gets a that is the color of the application workspace. A with its set to the color of the application workspace. The returned brush's property is , so it cannot be modified. Gets the for the that paints the application workspace. The resource key for the that paints the application workspace. This brush's property is , so it cannot be modified. Gets a structure that is the color of the application workspace. The color of the application workspace. Gets the for the of the application workspace. The resource key for the of the application workspace. Gets a that is the face color of a three-dimensional display element. A with its set to the face color of a three-dimensional display element. The returned brush's property is , so it cannot be modified. Gets the for the that paints the face of a three-dimensional display element. The resource key for the that paints the face of a three-dimensional display element. This brush's property is , so it cannot be modified. Gets a structure that is the face color of a three-dimensional display element. The face color of a three-dimensional display element. Gets the for the face of a three-dimensional display element. The resource key for the face of a three-dimensional display element. Gets a that is the shadow color of a three-dimensional display element. A with its set to the shadow color of a three-dimensional display element. The returned brush's property is , so it cannot be modified. Gets the for the that paints the shadow of a three-dimensional display element. The resource key for the that paints the shadow of a three-dimensional display element. This brush's property is , so it cannot be modified. Gets a structure that is the shadow color of a three-dimensional display element. The shadow color of a three-dimensional display element. Gets the for the shadow of a three-dimensional display element. The resource key for the shadow of a three-dimensional display element. Gets a that is the dark shadow color of a three-dimensional display element. A with its set to the dark shadow color of a three-dimensional display element. The returned brush's property is , so it cannot be modified. Gets the for the that paints the dark shadow of a three-dimensional display element. The resource key for the that paints the dark shadow of a three-dimensional display element. This brush's property is , so it cannot be modified. Gets a structure that is the dark shadow color of a three-dimensional display element. The dark shadow color of a three-dimensional display element. Gets the for the dark shadow of the highlight color of a three-dimensional display element. The resource key for the dark shadow of a three-dimensional display element. Gets a that is the light color of a three-dimensional display element. A with its set to the light color of a three-dimensional display element. The returned brush's property is , so it cannot be modified. Gets the for the that paints the light area of a three-dimensional display element. The resource key for the that paints the light area of a three-dimensional display element. This brush's property is , so it cannot be modified. Gets a structure that is the light color of a three-dimensional display element. The light color of a three-dimensional display element. Gets the for the highlight of a three-dimensional display element. The resource key for the highlight of a three-dimensional display element. Gets a that is the highlight color of a three-dimensional display element. The highlight color of a three-dimensional display element. Gets the for the that paints the highlight of a three-dimensional display element. The resource key for the that paints the highlight of a three-dimensional display element. This brush's property is , so it cannot be modified. Gets a structure that is the highlight color of a three-dimensional display element. The highlight color of a three-dimensional display element. Gets the for the highlight of a three-dimensional display element. The resource key for the highlight of a three-dimensional display element. Gets a that is the color of text in a three-dimensional display element. The color of text in a three-dimensional display element. Gets the for the that paints text in a three-dimensional display element. The resource key for the that paints text in a three-dimensional display element. This brush's property is , so it cannot be modified. Gets a structure that is the color of text in a three-dimensional display element. The color of text in a three-dimensional display element. Gets the for the of text in a three-dimensional display element. The resource key for the of text in a three-dimensional display element. Gets a that is the color of the desktop. The color of the desktop. Gets the for the that paints the desktop. The resource key for the that paints the desktop. This brush's property is , so it cannot be modified. Gets a structure that is the color of the desktop. The color of the desktop. Gets the for the of the desktop. The resource key for the of the desktop. Gets a that is the right side color in the gradient of an active window's title bar. The right side color in the gradient. Gets the for the that is the color of the right side of the gradient of an active window's title bar. The resource key for the that is the color of the right side of the gradient of an active window's title bar. This brush's property is , so it cannot be modified. Gets a structure that is the right side color in the gradient of an active window's title bar. The right side color in the gradient. Gets the for the right-side in the gradient of an active window's title bar. The resource key for the right-side in the gradient of an active window's title bar. Gets a that is the right side color in the gradient of an inactive window's title bar. The right side color in the gradient. Gets the for the that is the color of the right side of the gradient of an inactive window's title bar. The resource key for the used to paint the background of the inactive window's title bar. This brush's property is , so it cannot be modified. Gets a structure that is the right side color in the gradient of an inactive window's title bar. The right side color in the gradient. Gets the for the right-side in the gradient of an inactive window's title bar. The resource key for the right-side in the gradient of an inactive window's title bar. Gets a that is the color of disabled text. The color of disabled text. Gets the for the that paints disabled text. The resource key for the that paints disabled text. This brush's property is , so it cannot be modified. Gets a structure that is the color of disabled text. The color of disabled text. Gets the for the of disabled text. The resource key for the of disabled text. Gets a that paints the background of selected items. The background color of selected items. Gets the for the that paints the background of selected items. The resource key for the that paints the background of selected items. This brush's property is , so it cannot be modified. Gets a structure that is the background color of selected items. The background color of selected items. Gets the for the background of selected items. The resource key for the background of selected items. Gets a that is the color of the text of selected items. The color of the text of selected items. Gets the for the that paints the text of selected items. The resource key for the that paints the text of selected items. This brush's property is , so it cannot be modified. Gets a structure that is the color of the text of selected items. The color of the text of selected items. Gets the for the of a selected item's text. The resource key for the of a selected item's text. Gets a that is the color used to designate a hot-tracked item. The color used to designate a hot-tracked item. Gets the for the that paints hot-tracked items. The resource key for the that paints hot-tracked items. This brush's property is , so it cannot be modified. Gets a structure that is the color used to designate a hot-tracked item. The color used to designate a hot-tracked item. Gets the for the that designates a hot-tracked item. The resource key for the that designates a hot-tracked item. Gets a that is the color of an inactive window's border. The color of an inactive window's border. Gets the for the that paints the border of an inactive window. The resource key for the that paints the border of an inactive window. This brush's property is , so it cannot be modified. Gets a structure that is the color of an inactive window's border. The color of an inactive window's border. Gets the for the of an inactive window's border. The resource key for the of an inactive window's border. Gets a that is the background color of an inactive window's title bar. The background color of an inactive window's title bar. Gets the for the that paints the background of an inactive window's title bar. The resource key for the that paints the background of an inactive window's title bar. This brush's property is , so it cannot be modified. Gets a structure that is the background color of an inactive window's title bar. The background color of an inactive window's title bar. Gets the for the background of an inactive window's title bar. The resource key for the background of an inactive window's title bar. Gets a that is the color of the text of an inactive window's title bar. The color of the text of an inactive window's title bar. Gets the for the that paints the text of an inactive window's title bar. The resource key for the that paints the text of an inactive window's title bar. This brush's property is , so it cannot be modified. Gets a structure that is the color of the text of an inactive window's title bar. The color of the text of an inactive window's title bar. Gets the for the of the text of an inactive window's title bar. The resource key for the of the text of an inactive window's title bar. Gets a that is the color used to highlight a selected item that is inactive. The color used to highlight an inactive selected item. Gets the for the that paints the background of an inactive selected item. The for the that paints the background of an inactive selected item. This brush's property is , so it cannot be modified. Gets a that is the color of an inactive selected item's text. The color of an inactive selected item's text. Gets the for the that paints a an inactive selected item's text. The for the that paints a an inactive selected item's text. This brush's property is , so it cannot be modified. Gets a that is the background color for the control. The background color for the control. Gets the for the that paints the background of the control. The resource key for the that paints the background of the control. This brush's property is , so it cannot be modified. Gets a structure that is the background color for the control. The background color for the control. Gets the for the background of the control. The resource key for the background of the control. Gets a that is the text color for the control. The text color for the control. Gets the for the that paints the text in a control. The resource key for the that paints the text in a control. This brush's property is , so it cannot be modified. Gets a structure that is the text color for the control. The text color for the control. Gets the for the of the text in a control. The resource key for the of the text in a control. Gets a that is the background color for a menu bar. The background color for a menu bar. Gets the for the that paints the background of a menu bar. The resource key for the that paints the background of a menu bar. This brush's property is , so it cannot be modified. Gets a structure that is the background color for a menu bar. The background color for a menu bar. Gets the for the background of a menu bar. The resource key for the background of a menu bar. Gets a that is the color of a menu's background. The color of a menu's background. Gets the for the that paints the background of a menu. The resource key for the that paints the background of a menu. This brush's property is , so it cannot be modified. Gets a structure that is the color of a menu's background. The color of a menu's background. Gets the for the background of a menu. The resource key for the background of a menu. Gets a that is the color used to highlight a menu item. The color used to highlight a menu item. Gets the for the that paints a highlighted menu item. The resource key for the that paints a highlighted menu item. This brush's property is , so it cannot be modified. Gets a structure that is the color used to highlight a menu item. The color used to highlight a menu item. Gets the for the background of a highlighted menu item. The resource key for the background of a highlighted menu item. Gets a that is the color of a menu's text. The color of a menu's text. Gets the for the that paints a menu's text. The resource key for the that paints a menu's text. This brush's property is , so it cannot be modified. Gets a structure that is the color of a menu's text. The color of a menu's text. Gets the for the of a menu's text. The resource key for the of a menu's text. Gets a that is the background color of a scroll bar. The background color of a scroll bar. Gets the for the that paints the background of a scroll bar. The resource key for the that paints the background of a scroll bar. This brush's property is , so it cannot be modified. Gets a structure that is the background color of a scroll bar. The background color of a scroll bar. Gets the for the background of a scroll bar. The resource key for the background of a scroll bar. Gets a that is the background color in the client area of a window. The background color in the client area of a window. Gets the for the that paints the background of a window's client area. The resource key for the that paints the background of a window's client area. This brush's property is , so it cannot be modified. Gets a structure that is the background color in the client area of a window. The background color in the client area of a window. Gets the for the background of a window's client area. The resource key for the background of a window's client area. Gets a that is the color of a window frame. The color of a window frame. Gets the for the that paints a window frame. The resource key for the that paints a window frame. This brush's property is , so it cannot be modified. Gets a structure that is the color of a window frame. The color of a window frame. Gets the for the of a window frame. The resource key for the of a window frame. Gets a that is the color of the text in the client area of a window. The color of the text in the client area of a window. Gets the for the that paints the text in the client area of a window. The resource key for the that paints the text in the client area of a window. This brush's property is , so it cannot be modified. Gets a structure that is the color of the text in the client area of a window. The color of the text in the client area of a window. Gets the for the of text in a window's client area. The resource key for the of text in a window's client area. Defines routed commands that are common to window management. Closes the specified window. The window to close. Maximizes the specified window. The window to maximize. Minimizes the specified window. The window to minimize. Restores the specified window. The window to restore. Displays the system menu for the specified window. The window to have its system menu displayed. The location of the system menu. Gets a command that closes a window. A command that closes a window. Gets a command that maximizes a window. A command that maximizes a window. Gets a command that minimizes a window. A command that minimizes a window. Gets a command that restores a window. A command that restores a window. Gets a command that displays the system menu. A command that displays the system menu. Contains properties that expose the system resources that concern fonts. Gets the metric that determines the font family of the caption of the nonclient area of a nonminimized window. A font family. Gets the for the property. A resource key. Gets the metric that determines the caption font-size for the nonclient area of a nonminimized window. A font size. Gets the for the property. A resource key. Gets the metric that determines the caption font-style for the nonclient area of a nonminimized window. A font style. Gets the for the property. A resource key. Gets the metric that determines the caption text-decorations for the nonclient area of a nonminimized window. A collection of text decorations. Gets the for the property. A resource key. Gets the metric that determines the caption font-weight for the nonclient area of a nonminimized window. A font weight. Gets the for the property. A resource key. Gets the font family from the logical font information for the current icon-title font. A font family. Gets the for the property. A resource key. Gets the font size from the logical font information for the current icon-title font. A font size. Gets the for the property. A resource key. Gets the font style from the logical font information for the current icon-title font. A font style. Gets the for the property. A resource key. Gets the text decorations from the logical font information for the current icon-title font. A collection of text decorations. Gets the for the property. A resource key. Gets the font weight from the logical font information for the current icon-title font. A font weight. Gets the for the property. A resource key. Gets the metric that determines the font family for menu text. A font family. Gets the for the property. A resource key. Gets the metric that determines the font size of menu text. A font size. Gets the for the property. A resource key. Gets the metric that determines the font style for menu text. A font style. Gets the for the property. A resource key. Gets the metric that determines the text decorations for menu text. A collection of text decorations. Gets the for the property. A resource key. Gets the metric that determines the font weight for menu text. A font weight. Gets the for the property. A resource key. Gets the metric that determines the font family for message box text. A font family. Gets the for the property. A resource key. Gets the metric that determines the font size of message box text. A font size. Gets the for the property. A resource key. Gets the metric that determines the font style for message box text. A font style. Gets the for the property. A resource key. Gets the metric that determines the decorations for message box text. A collection of text decorations. Gets the for the property. A resource key. Gets the metric that determines the font weight for message box text. A font weight. Gets the for the property. A resource key. Gets the metric that determines the font family of the small-caption text for the nonclient area of a nonminimized window. A font family. Gets the for the property. A resource key. Gets the metric that determines the font size of the small-caption text for the nonclient area of a nonminimized window. A font size. Gets the for the property. A resource key. Gets the metric that determines the font style of the small-caption text for the nonclient area of a nonminimized window. A font style. Gets the for the property. A resource key. Gets the metric that determines the decorations of the small-caption text for the nonclient area of a nonminimized window. A collection of text decorations. Gets the for the property. A resource key. Gets the metric that determines the font weight of the small-caption text for the nonclient area of a nonminimized window. A font weight. Gets the for the property. A resource key. Gets the metric that determines the font family of the text used in status bars and ToolTips for the nonclient area of a nonminimized window. A font family. Gets the for the property. A resource key. Gets the metric that determines the font size of the text used in status bars and ToolTips for the nonclient area of a nonminimized window. A font size. Gets the for the property. A resource key. Gets the metric that determines the font style of the text used in status bars and ToolTips for the nonclient area of a nonminimized window. A font style. Gets the for the property. A resource key. Gets the metric that determines the decorations of the text used in status bars and ToolTips for the nonclient area of a nonminimized window. A collection of text decoration. Gets the for the property. A resource key. Gets the metric that determines the font weight of the text used in status bars and ToolTips for the nonclient area of a nonminimized window. A font weight. Gets the for the property. A resource key. Contains properties that you can use to query system settings. Occurs when one of the properties changes. Gets the border multiplier factor that determines the width of a window's sizing border. A multiplier. Gets the for the property. A resource key. Gets the metric that determines the border width of the nonclient area of a nonminimized window. A border width. Gets the for the property. A resource key. Gets the metric that determines the caption height for the nonclient area of a nonminimized window. The caption height. Gets the for the property. A resource key. Gets the metric that determines the caption width for the nonclient area of a nonminimized window. The caption width. Gets the for the property. A resource key. Gets the caret width, in pixels, for edit controls. The caret width. Gets the for the property. A resource key. Gets a value indicating whether the client area animation feature is enabled. A Boolean value; if client area animation is enabled, otherwise. Gets a for the property. A resource key. Gets a value indicating whether the slide-open effect for combo boxes is enabled. for enabled; otherwise, . Gets the for the property. A resource key. Gets the system value of the property for combo boxes. A pop-up animation value. Gets the for the property. A resource key. Gets the height, in pixels, of a cursor. The cursor height. Gets the for the property. A resource key. Gets a value indicating whether the cursor has a shadow around it. if the shadow is enabled; otherwise, . Gets the for the property. A resource key. Gets the width, in pixels, of a cursor. The cursor width. Gets the for the property. A resource key. Gets a value indicating whether dragging of full windows is enabled. if dragging of full windows is enabled; otherwise, . Gets the for the property. A resource key. Gets a value indicating whether the drop shadow effect is enabled. if the drop shadow effect is enabled; otherwise, . Gets the for the property. A resource key. Gets the height of the horizontal border of the frame around a window. The border height. Gets the for the property. A resource key. Gets the width of the vertical border of the frame around a window. The border width. Gets the for the property. A resource key. Gets a value indicating whether native menus appear as a flat menu. if the flat menu appearance is set; otherwise, . Gets the for the property. A resource key. Gets the height, in pixels, of the upper and lower edges of the focus rectangle. The edge height. Gets the for the property. A resource key. Gets the width, in pixels, of the left and right edges of the focus rectangle. The edge width. Gets the for the property. A resource key. Gets the height of the upper and lower edges of the focus rectangle. The edge height. Gets the for the property. A resource key. Gets the width of the left and right edges of the focus rectangle. The edge width. Gets the for the property. A resource key. Gets the for the property. The resource key. Gets the number of times the Set Foreground Window flashes the taskbar button when rejecting a foreground switch request. A flash count. Gets the for the property. A resource key. Gets the height, in pixels, of the client area for a full-screen window on the primary display monitor. The height of the client area. Gets the for the property. A resource key. Gets the width, in pixels, of the client area for a full-screen window on the primary display monitor. The width of the client area. Gets the for the property. A resource key. Gets a value indicating whether the gradient effect for window title bars is enabled. if the gradient effect is enabled; otherwise, . Gets the for the property. A resource key. Gets information about the High Contrast accessibility feature. if the HIGHCONTRASTON option is selected; otherwise, . Gets the for the property. A resource key. Gets the width, in pixels, of the arrow bitmap on a horizontal scroll bar. The width of the arrow bitmap. Gets the for the property. A resource key. Gets the height of a horizontal scroll bar, in pixels. The height of the scroll bar. Gets the for the property. A resource key. Gets the width, in pixels, of the in a horizontal scroll bar. The width of the thumb. Gets the for the property. A resource key. Gets a value indicating whether hot tracking of user-interface elements, such as menu names on menu bars, is enabled. if hot tracking is enabled; otherwise, . Gets the for the property. A resource key. Gets the height of a grid in which a large icon will fit. The grid height. Gets the for the property. A resource key. Gets the width of a grid that a large icon will fit into. The grid width. Gets the for the property. A resource key. Gets the default height of an icon. The icon height. Gets the for the property. A resource key. Gets the width, in pixels, of an icon cell. The system uses this rectangle to arrange icons in large icon view. The width of an icon cell. Gets the for the property. A resource key. Gets a value indicating whether icon-title wrapping is enabled. if icon-title wrapping is enabled; otherwise . Gets the for the property. A resource key. Gets the height, in pixels, of an icon cell. The system uses this rectangle to arrange icons in large icon view. The height of an icon cell. Gets the for the property. A resource key. Gets the default width of an icon. The icon width. Gets the for the property. A resource key. Gets a value that indicates whether glass window frames are being used. if glass window frames are being used; otherwise, . Gets a value that indicates whether the system is ready to use a Unicode-based Input Method Editor (IME) on a Unicode application. if the Input Method Manager/Input Method Editor features are enabled; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether the current operating system is the Microsoft Windows XP Media Center Edition. if the current operating system is Windows XP Media Center Edition; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether drop-down menus are right-aligned with the corresponding menu item. if drop-down menus are right-aligned; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether the system is enabled for Hebrew and Arabic languages. if the system is enabled for Hebrew and Arabic languages; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether a mouse is installed. if a mouse is installed; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether the installed mouse has a vertical scroll wheel. if the installed mouse has a vertical scroll wheel; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether Microsoft Windows for Pen Computing extensions are installed. if Pen Computing extensions are installed; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether the current session is remotely controlled. if the current session is remotely controlled; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether the calling process is associated with a Terminal Services client session. if the calling process is associated with a Terminal Services client session; if the calling process is associated with the Terminal Server console session. Gets the for the property. A resource key. Gets a value that indicates whether the computer has a low-end (slow) processor. if the computer has a low-end (slow) processor; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether the current operating system is Microsoft Windows XP Tablet PC Edition. if the current operating system is Windows XP Tablet PC Edition; otherwise, . Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of the kanji window at the bottom of the screen for systems that use double-byte characters. The window height. Gets the for the property. A resource key. Gets a value indicating whether menu access keys are always underlined. if menu access keys are always underlined; if they are underlined only when the menu is activated by the keyboard. Gets the for the property. A resource key. Gets the keyboard repeat-delay setting, which is a value in the range from 0 (approximately 250 milliseconds delay) through 3 (approximately 1 second delay). The keyboard repeat-delay setting. Gets the for the property. A resource key. Gets a value indicating whether the user relies on the keyboard instead of the mouse, and whether the user wants applications to display keyboard interfaces that are typically hidden. if the user relies on the keyboard; otherwise, . Gets the for the property. A resource key. Gets the keyboard repeat-speed setting, which is a value in the range from 0 (approximately 2.5 repetitions per second) through 31 (approximately 30 repetitions per second). The keyboard repeat-speed setting. Gets the for the property. A resource key. Gets a value indicating whether the smooth-scrolling effect for list boxes is enabled. if the smooth-scrolling effect is enabled; otherwise, . Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of a maximized top-level window on the primary display monitor. The window height. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of a maximized top-level window on the primary display monitor. The window width. Gets the for the property. A resource key. Gets a value that indicates the maximum height, in pixels adjusted for DPI, of a window that has a caption and sizing borders. The maximum window height. Gets the for the property. A resource key. Gets a value that indicates the maximum width, in pixels adjusted for DPI, of a window that has a caption and sizing borders. The maximum window width. Gets the for the property. A resource key. Gets a value indicating whether the menu animation feature is enabled. if menu animation is enabled; otherwise, . Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of a single-line menu bar. The height of the menu bar. Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of a menu bar button. The height of a menu bar button. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of a menu bar button. The width of a menu bar button. Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of the default menu check-mark bitmap. The height of a bitmap. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of the default menu check-mark bitmap. The width of the bitmap. Gets the for the property. A resource key. Gets a value indicating whether pop-up menus are left-aligned or right-aligned, relative to the corresponding menu item. if left-aligned; otherwise, . Gets the for the property. A resource key. Gets a value indicating whether menu fade animation is enabled. when fade animation is enabled; otherwise, . Gets the for the property. A resource key. Gets the metric that determines the height of the menu. The menu height. Gets the for the property. A resource key. Gets the system value of the property for menus. The pop-up animation property. Gets the for the property. A resource key. Gets the time, in milliseconds, that the system waits before displaying a shortcut menu when the mouse cursor is over a submenu item. The delay time. Gets the for the property. A resource key. Gets the metric that determines the width of the menu. The menu width, in pixels. Gets the for the property. A resource key. Gets the animation effects associated with user actions. if the minimize window animations feature is enabled; otherwise, . Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of a grid cell for a minimized window. The height of a grid cell for a minimized window. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of a grid cell for a minimized window. The width of a grid cell for a minimized window. Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of a minimized window. The height of a minimized window. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of a minimized window. The width of a minimized window. Gets the for the property. A resource key. Gets the width of a rectangle centered on a drag point to allow for limited movement of the mouse pointer before a drag operation begins. The width of the rectangle, in pixels. Gets the height of a rectangle centered on a drag point to allow for limited movement of the mouse pointer before a drag operation begins. The height of the rectangle, in pixels. Gets a value that indicates the minimum height, in pixels adjusted for DPI, of a window. The minimum height of a window. Gets the for the property. A resource key. Gets a value that indicates the minimum tracking height of a window, in pixels adjusted for DPI. The minimum tracking height of a window. Gets the for the property. A resource key. Gets a value that indicates the minimum tracking width of a window, in pixels adjusted for DPI. The minimum tracking width of a window. Gets the for the property. A resource key. Gets a value that indicates the minimum width, in pixels adjusted for DPI, of a window. The minimum width of a window. Gets the for the property. A resource key. Gets the height, in pixels, of the rectangle within which the mouse pointer has to stay to generate a mouse-hover event. The height of a rectangle used for a mouse-hover event. Gets the for the property. A resource key. Gets the time, in milliseconds, that the mouse pointer must remain in the hover rectangle to generate a mouse-hover event. The time, in milliseconds, that the mouse must be in the hover rectangle to generate a mouse-hover event. Gets the for the property. A resource key. Gets the width, in pixels, of the rectangle within which the mouse pointer has to stay to generate a mouse-hover event. The width of a rectangle used for a mouse-hover event. Gets the for the property. A resource key. Gets the for the property. A resource key. Gets the for the property. A resource key. Gets a value indicating whether the system power is online, or that the system power status is unknown. A value in the enumeration. Gets a for the property. A resource key. Gets a value that indicates the screen height, in pixels adjusted for DPI, of the primary display monitor. The height of the screen. Gets the for the property. A resource key. Gets a value that indicates the screen width, in pixels adjusted for DPI, of the primary display monitor. The width of the screen. Gets the for the property. A resource key. Gets a value that indicates the height (thickness), in pixels adjusted for DPI, of the horizontal sizing border around the perimeter of a window that can be resized. The height of the border. Gets the for the property. A resource key. Gets a value that indicates the width (thickness), in pixels adjusted for DPI, of the vertical sizing border around the perimeter of a window that can be resized. The width of the border. Gets the for the property. A resource key. Gets the metric that determines the scroll height of the nonclient area of a nonminimized window. The scroll height, in pixels. Gets the for the property. A resource key. Gets the metric that determines the scroll width of the nonclient area of a nonminimized window. The scroll width, in pixels. Gets the for the property. A resource key. Gets a value indicating whether the selection fade effect is enabled. if the fade effect is enabled; otherwise, . Gets the for the property. A resource key. Gets a value that indicates whether the user requires information in visual format. if the user requires an application to present information visually where it typically presents the information only in audible form; otherwise . Gets the for the property. A resource key. Gets the metric that determines the height of the small caption of the nonclient area of a nonminimized window. The caption height, in pixels. Gets the for the property. A resource key. Gets the metric that determines the width of the small caption of the nonclient area of a nonminimized window. The caption width, in pixels. Gets the for the property. A resource key. Gets a value that indicates the recommended height, in pixels adjusted for DPI, of a small icon. The icon height. Gets the for the property. A resource key. Gets a value that indicates the recommended width, in pixels adjusted for DPI, of a small icon. The width of the icon. Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of small caption buttons. The height of the caption button. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of small caption buttons. The width of the caption button. Gets the for the property. A resource key. Gets a value indicating whether the snap-to-default button is enabled. If enabled, the mouse cursor automatically moves to the default button of a dialog box, such as OK or Apply. when the feature is enabled; otherwise, . Gets the for the property. A resource key. Gets a value indicating whether hot tracking of a stylus is enabled. if hot tracking of a stylus is enabled; otherwise . Gets the for the property. A resource key. Gets a value that indicates whether the functionality of the left and right mouse buttons are swapped. if the functionality of the left and right mouse buttons are swapped; otherwise . Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of a 3-D border. The height of a border. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of a 3-D border. The width of a border. Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of a horizontal window border. The height of a border. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of a vertical window border. The width of a border. Gets the for the property. A resource key. Gets a value indicating whether animation is enabled. if ToolTip animation is enabled; otherwise, . Gets the for the property. A resource key. Gets a value indicating whether ToolTip animation uses a fade effect or a slide effect. if a fade effect is used; if a slide effect is used. Gets the for the property. A resource key. Gets the system value of the property for ToolTips. A system value for the pop-up animation property. Gets the for the property. A resource key. Gets a value that indicates whether all user interface (UI) effects are enabled. if all UI effects are enabled; if they are disabled. Gets the for the property. A resource key. Gets the color theme name. The color theme name. Gets the theme name. The theme name. Gets a value that indicates the height, in pixels adjusted for DPI, of the arrow bitmap on a vertical scroll bar. The height of a bitmap. Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of the thumb in a vertical scroll bar. The height of the thumb. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of a vertical scroll bar. The width of a scroll bar. Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of the virtual screen. The height of the virtual screen. Gets the for the property. A resource key. Gets a value that indicates the coordinate for the left side of the virtual screen. A screen coordinate, in pixels. Gets the for the property. A resource key. Gets a value that indicates the upper coordinate of the virtual screen. A screen coordinate, in pixels. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of the virtual screen. The width of the virtual screen. Gets the for the property. A resource key. Gets a value that indicates the number of lines to scroll when the mouse wheel is rotated. The number of lines. Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of a button in the title bar of a window. The height of a caption button. Gets the for the property. A resource key. Gets a value that indicates the width, in pixels adjusted for DPI, of a button in the title bar of a window. The width of a caption button. Gets the for the property. A resource key. Gets a value that indicates the height, in pixels adjusted for DPI, of a caption area. The height of a caption area. Gets the for the property. A resource key. Gets the radius of the corners for a window. The degree to which the corners of a window are rounded. Gets the brush that paints the glass window frame. The brush that paints the glass window frame. Gets the color that is used to paint the glass window frame. The color that is used to paint the glass window frame. Gets the size of the non-client area of the window. The size of the non-client area of the window, in device-independent units (1/96th of an inch). Gets the size of the resizing border around the window. The size of the resizing border around the window, in device-independent units (1/96th of an inch). Gets the size of the work area on the primary display monitor. A structure that receives the work area coordinates, expressed as virtual screen coordinates. Gets the for the property. A resource key. Describes a run-time instance of a . Gets the object of this expression instance. The template binding extension of this expression instance. A type converter that is used to construct a markup extension from a instance during serialization. Initializes a new instance of the class. Returns whether this converter can convert the object to the specified type, using the specified context. An implementation that provides a format context. The desired type of the conversion's output. if this converter can perform the requested conversion; otherwise, . Only a of returns . Converts the given value object to a type. An implementation that provides a format context. A object. If a null reference is passed, the current culture is assumed. The value to convert. The desired type to convert to. The converted value. Implements a markup extension that supports the binding between the value of a property in a template and the value of some other exposed property on the templated control. Initializes a new instance of the class. Initializes a new instance of the class with the specified dependency property that is the source of the binding. The identifier of the property being bound. Returns an object that should be set as the value on the target object's property for this markup extension. For , this is an expression () that supports the binding. An object that can provide services for the markup extension. May be in this implementation. The expression that supports the binding. Gets or sets the converter that interprets between source and target of a binding. The converter implementation. This value defaults to and is typically provided as an optional parameter of the binding. Gets or sets the parameter to pass to the converter. The parameter being bound as referenced by the converter implementation. The default value is . Gets or sets the property being bound to. Identifier of the dependency property being bound. A type converter that is used to construct a from an instance during serialization. Initializes a new instance of the class. Returns whether this converter can convert the object to the specified type, using the specified context. An implementation that provides a format context. The desired type of the conversion's output. if this converter can perform the requested conversion; otherwise, . Only a of will return . Converts the given value object to the specified type. An implementation that provides a format context. A object. If a null reference is passed, the current culture is assumed. The value to convert. The desired type to convert to. The converted value. Implements the record and playback logic that templates use for deferring content when they interact with XAML readers and writers. Implements in order to defer loading of the XAML content that is defined for a template in WPF XAML. Initializes a new instance of the class. Loads XAML content in a deferred mode, based on a and certain required services from a service provider. The initiating reader that is then returned on calls to . Service provider for required services. or is . does not provide a required service. The root object for the node stream of the input . Specifically, this is a instance. Do not use; always throws an exception. The input value to commit for deferred loading. Service provider for required services. Thrown in all cases. Always throws an exception. When used as a resource key for a data template, allows the data template to participate in the lookup process. Initializes a new instance of the class with the specified parameters. This constructor is protected. A value that specifies the type of this template. The type for which this template is designed. Initializes a new instance of the class with the specified template type. This constructor is protected. A value that specifies the type of this template. Returns a value that indicates whether the given instance is identical to this instance of . The object to compare for equality. if the two instances are identical; otherwise, . Returns the hash code for this instance of . The hash code for this instance of . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Returns a string representation of this . A string representation of this . Gets or sets the assembly that contains the template definition. The assembly in which the template is defined. Gets or sets the type for which the template is designed. The that specifies the type of object that the template is used to display, or a string that specifies the XML tag name for the XML data that the template is used to display. Describes the different types of templates that use . A type that is a . A type that is a . This is obsolete. Represents an attribute that is applied to the class definition to identify the types of the named parts that are used for templating. Initializes a new instance of the class. Gets or sets the pre-defined name of the part. The pre-defined name of the part. Gets or sets the type of the named part this attribute is identifying. The type of the named part this attribute is identifying. Specifies that a control can be in a certain state and that a is expected in the control's . Initializes a new instance of the class. Gets or sets the name of the group that the state belongs to. The name of the that the state belongs to. Gets or sets the name of the state that the control can be in. The name of the state that the control can be in. Implements a markup extension that enables application authors to customize control styles based on the current system theme. Initializes a new instance of the class. Initializes a new instance of the class, using the specified assembly name. The assembly name string. Returns an object that should be set on the property where this extension is applied. For , this is the URI value for a particular theme dictionary extension. An object that can provide services for the markup extension. This service is expected to provide results for . The property is . You must set this value during construction or before using the method. -or- is or does not provide a service for . -or- specifies a target type that does not match . The object value to set on the property where the extension is applied. Gets or sets a string setting a particular naming convention to identify which dictionary applies for a particular theme. The assembly name string. Specifies the location in which theme dictionaries are stored for an assembly. Initializes a new instance of the class and creates an attribute that defines theme dictionary locations for types in an assembly. The location of theme-specific resources. The location of generic, not theme-specific, resources. The location of generic, not theme specific, resources. The of the generic . The location of theme specific resources. The of the theme specific . Describes the Fluent theme mode to apply to an application or window. Creates a new ThemeMode object with the specified value. The name of the theme mode Checks whether this instance is equal to another ThemeMode object. ThemeMode object to compare with. if the ThemeMode objects are equal; otherwise. Checks whether this instance is equal to another ThemeMode object. ThemeMode object to compare with if the ThemeMode objects are equal; otherwise. Computes the hash code for this object. A 32-bit signed integer hash code. Checks whether two ThemeMode objects are equal. The first ThemeMode object to compare. The second ThemeMode object to compare. if the ThemeMode objects are equal; otherwise. Checks whether two ThemeMode objects are not equal. The first ThemeMode object to compare. The second ThemeMode object to compare. if the ThemeMode objects are not equal; otherwise. Creates a string representation of the ThemeMode object. A string representation of this object. Gets the Dark predefined theme mode. Gets the Light predefined theme mode. Gets the None predefined theme mode. Get the System predefined theme mode. Gets the value of the ThemeMode. Converts instances of other types to and from ThemeMode instances. Determines whether or not this class can convert from a given type. The ITypeDescriptorContext for this call. The Type being queried for support. if the converter can convert from the provided type; otherwise, . Determines whether or not this class can convert to a given type. The ITypeDescriptorContext for this call. The Type being queried for support. if this converter can convert to the provided type; otherwise, . Attempts to convert to a from the specified object The ITypeDescriptorContext for this call. The CultureInfo which is respected when converting. The object to convert to a . The example object is . The new instance. Attempts to convert a object to the specified type. The ITypeDescriptorContext for this call. The CultureInfo which is respected when converting. The to convert. The type to which to convert the ThemeMode instance. is . is or not a , or isn't a valid destination type. The newly constructed object. Describes the thickness of a frame around a rectangle. Four values describe the , , , and sides of the rectangle, respectively. Initializes a new instance of the structure that has specific lengths (supplied as a ) applied to each side of the rectangle. The thickness for the left side of the rectangle. The thickness for the upper side of the rectangle. The thickness for the right side of the rectangle. The thickness for the lower side of the rectangle. Initializes a new instance of the structure that has the specified uniform length on each side. The uniform length applied to all four sides of the bounding rectangle. Compares this structure to another for equality. The object to compare. if the two objects are equal; otherwise, . Compares this structure to another structure for equality. An instance of to compare for equality. if the two instances of are equal; otherwise, . Returns the hash code of the structure. A hash code for this instance of . Compares the value of two structures for equality. The first structure to compare. The other structure to compare. if the two instances of are equal; otherwise, . Compares two structures for inequality. The first structure to compare. The other structure to compare. if the two instances of are not equal; otherwise, . Returns the string representation of the structure. A that represents the value. Gets or sets the width, in pixels, of the lower side of the bounding rectangle. A that represents the width, in pixels, of the lower side of the bounding rectangle for this instance of . A pixel is equal to 1/96 of an inch. The default is 0. Gets or sets the width, in pixels, of the left side of the bounding rectangle. A that represents the width, in pixels, of the left side of the bounding rectangle for this instance of . a pixel is equal to 1/96 on an inch. The default is 0. Gets or sets the width, in pixels, of the right side of the bounding rectangle. A that represents the width, in pixels, of the right side of the bounding rectangle for this instance of . A pixel is equal to 1/96 of an inch. The default is 0. Gets or sets the width, in pixels, of the upper side of the bounding rectangle. A that represents the width, in pixels, of the upper side of the bounding rectangle for this instance of . A pixel is equal to 1/96 of an inch. The default is 0. Converts instances of other types to and from instances of . Initializes a new instance of the class. Determines whether the type converter can create an instance of from a specified type. The context information of a type. The source type that the type converter is evaluating for conversion. if the type converter can create an instance of from the specified type; otherwise, . Determines whether the type converter can convert an instance of to a different type. The context information of a type. The type for which the type converter is evaluating this instance of for conversion. if the type converter can convert this instance of to the ; otherwise, . Attempts to create an instance of from a specified object. The context information for a type. The of the type being converted. The being converted. The object is a null reference ( in Visual Basic). The example object is not a null reference and is not a valid type that can be converted to a . An instance of created from the converted . Attempts to convert an instance of to a specified type. The context information of a type. The of the type being converted. The instance of to convert. The type that this instance of is converted to. The object is not a null reference () and is not a Brush, or the is not one of the valid types for conversion. The object is a null reference. The type that is created when the type converter converts an instance of . Represents a trigger that applies property values or performs actions conditionally. Initializes a new instance of the class. Handles cases where a type converter provides a value for a property of a object. The object where the type converter sets the value. Data that is relevant for type converter processing. Signals the object that initialization is starting. Signals the object that initialization is complete. Adds a child object. The child object to add. Adds the text content of a node to the object. The text to add to the object. Gets or sets the property that returns the value that is compared with the property of the trigger. The comparison is a reference equality check. A cannot contain a that refers to the property. After a is in use, it cannot be modified. A that returns the property value of the element. The default value is . Gets a collection of objects, which describe the property values to apply when the specified condition has been met. The default value is . Gets or sets the name of the object with the property that causes the associated setters to be applied. After a is in use, it cannot be modified. The default property is . If this property is , then the property is evaluated with respect to the element this style or template is being applied to (the styled parent or the templated parent). Gets or sets the value to be compared with the property value of the element. The comparison is a reference equality check. Expressions such as bindings are not supported. After a is in use, it cannot be modified. The default value is . See also the Exceptions section. Describes an action to perform for a trigger. Represents a collection of objects. Initializes an instance of the class. Initializes an instance of the class that has the specified initial size. The size of the collection. Adds an item to the collection. The object to add. Removes all items from the collection. Returns a value that indicates whether the collection contains the specified object. The object to locate in the collection. if the object is found in the collection; otherwise, . Begins at the specified index and copies the collection items to the specified array. The one-dimensional array that is the destination of the items that are copied from the collection. The array must use zero-based indexing. The zero-based index in the where copying starts. Returns an enumerator that iterates through the collection. An object that can be used to iterate through the collection. Returns the index of the specified item in the collection. The object to locate in the collection. The index of if the object is found in the collection; otherwise, -1. Inserts the specified item into the collection at the specified index. The zero-based index where the must be inserted. The object to insert into the collection. Removes the first occurrence of the specified object from the collection. The object to remove from the collection. if item is successfully removed; otherwise, . This method also returns false if item was not found in the . Removes from the collection the item that is located at the specified index. The zero-based index of the item to remove. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The one-dimensional array that is the destination of the items that are copied from the collection. The array must use zero-based indexing. The zero-based index in the where copying starts. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that can be used to iterate through the collection. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The to add to the . The position into which the new element was inserted. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The to locate in the . if the is found in the ; otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The to locate in the . The index of if found in the list; otherwise, -1. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The zero-based index at which should be inserted. The to insert into the . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The to remove from the . Gets the number of items in the collection. The number of items that the collection contains. Gets a value that indicates whether the collection is read-only. if the collection is read-only; otherwise, . Gets or sets the item that is at the specified index. The zero-based index of the item to get or set. The object that is at the specified index. This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if access to the is synchronized (thread safe); otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. An object that can be used to synchronize access to the . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. if the has a fixed size; otherwise, . This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. The zero-based index of the item to get or set. The object that is at the specified index. Represents the base class for specifying a conditional value within a object. Gets a collection of objects to apply when the trigger object becomes active. This property does not apply to the class. The default value is . Gets a collection of objects to apply when the trigger object becomes inactive. This property does not apply to the class. The default value is . Represents a collection of objects. Gets a value that indicates whether this collection is read-only and cannot be changed. if this collection is read-only; otherwise, . Reports the information returned from . Returns a value indicating whether this is equal to a specified object. The object to compare with this . if the provided object is equivalent to the current ; otherwise, . Returns the hash code for this . A 32-bit unsigned integer hash code. Determines whether two instances have the same value. The first to compare. The second to compare. if the two instances are equivalent; otherwise, . Determines whether two instances do not have the same value. The first to compare. The second to compare. if the two instances are not equivalent; otherwise, . Gets a value of the enumeration, which reports the source that provided the dependency property system with a value. A value of the enumeration. Gets a value that declares whether the property is being animated. if the property is animated; otherwise, . Gets a value that declares whether this value resulted from a implementation applied to a dependency property. if the value resulted from a implementation applied to a dependency property; otherwise, . Gets whether the value was set by the method. if the value was set by the method; otherwise, . Gets a value that declares whether this value resulted from an evaluated expression. This might be a supporting a binding, or an internal expression such as those that support the DynamicResource Markup Extension. if the value came from an evaluated expression; otherwise, . Describes how a child element is vertically positioned or stretched within a parent's layout slot. The child element is aligned to the bottom of the parent's layout slot. The child element is aligned to the center of the parent's layout slot. The child element stretches to fill the parent's layout slot. The child element is aligned to the top of the parent's layout slot. Represents the visual appearance of the control when it is in a specific state. Initializes a new instance of the class. Gets or sets the name of the . The name of the . Gets or sets a that defines the appearance of the control when it is in the state that is represented by the . A storyboard that defines the appearance of the control when it is in the state that is represented by the . The default is . Provides data for the and events. Gets the element that is transitioning states. The element that is transitioning states if the is in a ; otherwise, . Gets the state that the element is transitioning to or has transitioned to. The state that the element is transitioning to or has transitioned to. Gets the state that the element is transitioning to or has transitioned from. The state that the element is transitioning to or has transitioned from. Gets the root element that contains the . The root element that contains the . Contains mutually exclusive objects and objects that are used to move from one state to another. Occurs after a control transitions to a different state. Occurs when a control starts transitioning to a different state. Initializes a new instance of the class. Gets the that is currently applied to the control. The that is currently applied to the control. Gets or sets the name of the . The name of the . Gets the collection of mutually exclusive objects. The collection of mutually exclusive objects. Gets the collection of objects. The collection of objects. Manages states and the logic for transitioning between states for controls. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Gets the attached property. The element to get the attached property from. The visual state manager that transitions between the states of a control. Gets the attached property. The element to get the attached property from. The collection of objects that is associated with the specified object. Transitions the element between two states. Use this method to transition states that are defined by an application, rather than defined by a control. The root element that contains the . The state to transition to. to use a object to transition between states; otherwise, . is . -or- is . if the control successfully transitioned to the new state; otherwise, . Transitions the control between two states. Use this method to transition states on control that has a . The control to transition between states. The state to transition to. to use a object to transition between states; otherwise, . is . -or- is . if the control successfully transitioned to the new state; otherwise, . Transitions a control between states. The control to transition between states. The root element that contains the . The name of the state to transition to. The that the state belongs to. The representation of the state to transition to. to use a object to transition between states; otherwise, . if the control successfully transitioned to the new state; otherwise, . Raises the event on the specified object. The object that the event occurred on. The state that the control is transitioning from. The state that the control is transitioning to. The control that is transitioning states. The root element that contains the . is . -or- is . Raises the event on the specified object. The object that the event occurred on. The state that the control is transitioning from. The state that the control is transitioning to. The control that is transitioning states. The root element that contains the . is . -or- is . Sets the attached property. The object to set the property on. The visual state manager that transitions between the states of a control. Gets or sets the object that transitions between the states of a control. Gets or sets a collection of objects. Represents the visual behavior that occurs when a control transitions from one state to another. Initializes a new instance of the class. Gets or sets the name of the to transition from. The name of the to transition from. Gets or sets the time that it takes to move from one state to another. The time that it takes to move from one state to another. Gets or sets a custom mathematical formula that is used to transition between states. A custom mathematical formula that is used to transition between states. Gets or sets the that occurs when the transition occurs. The that occurs when the transition occurs. Gets or sets the name of the to transition to. The name of the to transition to. Provides the ability to create, configure, show, and manage the lifetime of windows and dialog boxes. Occurs when a window becomes the foreground window. Occurs when the window is about to close. is set, or , , or is called while a window is closing. Occurs directly after is called, and can be handled to cancel window closure. is set, or , , or is called while a window is closing. Occurs after a window's content has been rendered. Occurs when a window becomes a background window. Occurs after the DPI of the screen on which the Window is displayed changes. Occurs when the window's location changes. This event is raised to support interoperation with Win32. See . Occurs when the window's property changes. Identifies the dependency property. A for when the DPI of the screen the Window is on changes. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Identifies the dependency property. Initializes a new instance of the class. Attempts to bring the window to the foreground and activates it. if the was successfully activated; otherwise, . Override this method to arrange and size a window and its child elements. A that reflects the final size that the window should use to arrange itself and its children. A that reflects the actual size that was used. Manually closes a . Allows a window to be dragged by a mouse with its left button down over an exposed area of the window's client area. The left mouse button is not down. Returns a reference to the object that hosts the content tree within which the dependency object is located. The dependency object. is null. A reference to the host window. Makes a window invisible. is called on a window that is closing () or has been closed (). Override this method to measure the size of a window. A that reflects the available size that this window can give to the child. Infinity can be given as a value to indicate that the window will size to whatever content is available. A that reflects the size that this window determines it needs during layout, based on its calculations of children's sizes. Raises the event. An that contains the event data. Raises the event. An that contains the event data. Raises the event. A that contains the event data. Called when the property changes. A reference to the root of the old content tree. A reference to the root of the new content tree. Raises the event. An that contains the event data. Creates and returns a object for this . A object for this . Raises the event. An that contains the event data. Called when the DPI at which this window is rendered changes. The previous DPI scale setting. The new DPI scale setting. Raises the event. An that contains the event data. Called when the event occurs. The data for the event. Raises the event. An that contains the event data. Raises the event. An that contains the event data. Called when the of this object is modified. The that was added to the collection. The that was removed from the collection. Called when the parent of the window is changed. The previous parent. Set to null if the did not have a previous parent. Opens a window and returns without waiting for the newly opened window to close. is called on a window that is closing () or has been closed (). Opens a window and returns only when the newly opened window is closed. is called on a window that is closing () or has been closed (). A value of type that specifies whether the activity was accepted () or canceled (). The return value is the value of the property before a window closes. Gets or sets a value that indicates whether a window's client area supports transparency. A window that has a value of anything other than . if the window supports transparency; otherwise, . Gets or sets the dialog result value, which is the value that is returned from the method. is set before a window is opened by calling . -or- is set on a window that is opened by calling . A value of type . The default is . Gets or sets a window's icon. An object that represents the icon. Gets a value that indicates whether the window is active. if the window is active; otherwise, . The default is . Gets or sets the position of the window's left edge, in relation to the desktop. The position of the window's left edge, in logical units (1/96th of an inch). Gets an enumerator for a window's logical child elements. An a window's logical child elements. Gets a collection of windows for which this window is the owner. A that contains references to the windows for which this window is the owner. Gets or sets the that owns this . A window tries to own itself -or- Two windows try to own each other. The property is set on a visible window shown using -or- The property is set with a window that has not been previously shown. A object that represents the owner of this . Gets or sets the resize mode. A value specifying the resize mode. Gets the size and location of a window before being either minimized or maximized. A that specifies the size and location of a window before being either minimized or maximized. Gets or sets a value that indicates whether a window is activated when first shown. if a window is activated when first shown; otherwise, . The default is . Gets or sets a value that indicates whether the window has a task bar button. if the window has a task bar button; otherwise, . Does not apply when the window is hosted in a browser. Gets or sets a value that indicates whether a window will automatically size itself to fit the size of its content. A value. The default is . Gets or sets the Windows 7 taskbar thumbnail for the . The Windows 7 taskbar thumbnail for the . Gets or sets the Fluent theme mode of the window. Gets or sets a window's title. A that contains the window's title. Gets or sets the position of the window's top edge, in relation to the desktop. The position of the window's top, in logical units (1/96"). Gets or sets a value that indicates whether a window appears in the topmost z-order. if the window is topmost; otherwise, . Gets or sets the position of the window when first shown. A value that specifies the top/left position of a window when first shown. The default is . Gets or sets a value that indicates whether a window is restored, minimized, or maximized. A that determines whether a window is restored, minimized, or maximized. The default is (restored). Gets or sets a window's border style. A that specifies a window's border style. The default is . Represents a collection of objects. This class cannot be inherited. Initializes a new instance of the class. Copies each object in the collection to an array, starting from the specified index. An array of type that the objects in the collection are copied to. The position in the collection to start copying from. Returns an that you can use to enumerate the objects in the collection. An that you can use to enumerate the objects in the collection. For a description of this member, see . A zero-based that receives the copied items from the . The first position in the specified to receive the copied contents. Gets the number of objects contained in the . The number of objects contained in the . Gets a value indicating whether the object is thread safe. if the object is thread safe; otherwise, . Gets the or object at the specified index. The index of the specified or . A or object. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Specifies the position that a will be shown in when it is first opened. Used by the property. The startup location of a is the center of the that owns it, as specified by the property. The startup location of a is the center of the screen that contains the mouse cursor. The startup location of a is set from code, or defers to the default Windows location. Specifies whether a window is minimized, maximized, or restored. Used by the property. The window is maximized. The window is minimized. The window is restored. Specifies the type of border that a has. Used by the property. Only the client area is visible - the title bar and border are not shown. A with a of will still display the navigation user interface (UI). A window with a single border. This is the default value. A window with a 3-D border. A fixed tool window. Specifies the allowable directions that content can wrap around an object. Content that flows around both sides of the object. Content that only flows around the left side of the object. Content that does not flow around the object. Content that only flows around the right side of the object.