BindableRun Class

Microsoft internal use only.

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.ContentElement
        System.Windows.FrameworkContentElement
          System.Windows.Documents.TextElement
            System.Windows.Documents.Inline
              System.Windows.Documents.Run
                Microsoft.VisualStudio.PlatformUI.BindableRun

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Class BindableRun _
    Inherits Run
public class BindableRun : Run
public ref class BindableRun : public Run
type BindableRun =  
    class 
        inherit Run 
    end
public class BindableRun extends Run

The BindableRun type exposes the following members.

Constructors

  Name Description
Public method BindableRun Microsoft internal use only.

Top

Properties

  Name Description
Public property AllowDrop Gets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation. (Inherited from ContentElement.)
Public property AreAnyTouchesCaptured Gets a value that indicates whether at least one touch is captured to this element. (Inherited from ContentElement.)
Public property AreAnyTouchesCapturedWithin Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. (Inherited from ContentElement.)
Public property AreAnyTouchesDirectlyOver Gets a value that indicates whether at least one touch is pressed over this element. (Inherited from ContentElement.)
Public property AreAnyTouchesOver Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. (Inherited from ContentElement.)
Public property Background Gets or sets the Brush used to fill the background of the content area. (Inherited from TextElement.)
Public property BaselineAlignment Gets or sets the baseline alignment for the Inline element. (Inherited from Inline.)
Public property BindingGroup Gets or sets the BindingGroup that is used for the element. (Inherited from FrameworkContentElement.)
Public property CommandBindings Gets a collection of CommandBinding objects that are associated with this element. (Inherited from ContentElement.)
Public property Content Microsoft internal use only.
Public property ContentEnd Gets a TextPointer that represents the end of the content in the element. (Inherited from TextElement.)
Public property ContentStart Gets a TextPointer that represents the start of content in the element. (Inherited from TextElement.)
Public property ContextMenu Gets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element. (Inherited from FrameworkContentElement.)
Public property Cursor Gets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from FrameworkContentElement.)
Public property DataContext Gets or sets the data context for an element when it participates in data binding. (Inherited from FrameworkContentElement.)
Protected property DefaultStyleKey Gets or sets the key to use to find the style template for this control in themes. (Inherited from FrameworkContentElement.)
Public property DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance.  (Inherited from DependencyObject.)
Public property Dispatcher Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.)
Public property ElementEnd Gets a TextPointer that represents the position just after the end of the element. (Inherited from TextElement.)
Public property ElementStart Gets a TextPointer that represents the position just before the start of the element. (Inherited from TextElement.)
Public property FlowDirection Gets or sets a value that specifies the relative direction for flow of content within a Inline element. (Inherited from Inline.)
Public property Focusable Gets or sets a value that indicates whether the element can receive focus. (Inherited from ContentElement.)
Public property FocusVisualStyle 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. (Inherited from FrameworkContentElement.)
Public property FontFamily Gets or sets the preferred top-level font family for the content of the element. (Inherited from TextElement.)
Public property FontSize Gets or sets the font size for the content of the element. (Inherited from TextElement.)
Public property FontStretch Gets or sets the font-stretching characteristics for the content of the element. (Inherited from TextElement.)
Public property FontStyle Gets or sets the font style for the content of the element. (Inherited from TextElement.)
Public property FontWeight Gets or sets the top-level font weight for the content of the element. (Inherited from TextElement.)
Public property ForceCursor Gets or sets a value indicating whether this FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance's Cursor property. (Inherited from FrameworkContentElement.)
Public property Foreground Gets or sets the Brush to apply to the content of the element. (Inherited from TextElement.)
Public property HasAnimatedProperties Gets a value that indicates whether this element has any animated properties. (Inherited from ContentElement.)
Public property InputBindings Gets the collection of input bindings that are associated with this element. (Inherited from ContentElement.)
Public property InputScope Gets or sets the context for input used by this FrameworkContentElement. (Inherited from FrameworkContentElement.)
Public property IsEnabled Gets or sets a value that indicates whether this element is enabled in the user interface (UI).   (Inherited from ContentElement.)
Protected property IsEnabledCore Gets a value that becomes the return value of IsEnabled in derived classes. (Inherited from ContentElement.)
Public property IsFocused Gets a value that determines whether this element has logical focus. (Inherited from ContentElement.)
Public property IsInitialized 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 EndInit method called. (Inherited from FrameworkContentElement.)
Public property IsInputMethodEnabled Gets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (Inherited from ContentElement.)
Public property IsKeyboardFocused Gets a value that indicates whether this element has keyboard focus. (Inherited from ContentElement.)
Public property IsKeyboardFocusWithin Gets a value that indicates whether keyboard focus is anywhere within the element or child elements. (Inherited from ContentElement.)
Public property IsLoaded Gets a value indicating whether this element has been loaded for presentation. (Inherited from FrameworkContentElement.)
Public property IsMouseCaptured Gets a value that indicates whether the mouse is captured by this element. (Inherited from ContentElement.)
Public property IsMouseCaptureWithin Gets a value that determines whether mouse capture is held by this element or by child elements in its element tree. (Inherited from ContentElement.)
Public property IsMouseDirectlyOver Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. (Inherited from ContentElement.)
Public property IsMouseOver Gets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing). (Inherited from ContentElement.)
Public property IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.)
Public property IsStylusCaptured Gets a value that indicates whether the stylus is captured to this element. (Inherited from ContentElement.)
Public property IsStylusCaptureWithin Gets a value that determines whether stylus capture is held by this element, including child elements and control compositing. (Inherited from ContentElement.)
Public property IsStylusDirectlyOver Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. (Inherited from ContentElement.)
Public property IsStylusOver Gets a value that indicates whether the stylus is located over this element (including visual child elements). (Inherited from ContentElement.)
Public property Language Gets or sets localization/globalization language information that applies to an individual element. (Inherited from FrameworkContentElement.)
Protected property LogicalChildren Gets an enumerator that can iterate the logical children of the element. (Inherited from TextElement.)
Public property Name 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. (Inherited from FrameworkContentElement.)
Public property NextInline Gets the next Inline element that is a peer to this element. (Inherited from Inline.)
Public property OverridesDefaultStyle Gets or sets a value indicating whether this element incorporates style properties from theme styles. (Inherited from FrameworkContentElement.)
Public property Parent Gets the parent in the logical tree for this element. (Inherited from FrameworkContentElement.)
Public property PreviousInline Gets the previous Inline element that is a peer to this element. (Inherited from Inline.)
Public property Resources Gets or sets the current locally-defined resource dictionary. (Inherited from FrameworkContentElement.)
Public property SiblingInlines Gets an InlineCollection that contains the Inline elements that are siblings (peers) to this element. (Inherited from Inline.)
Public property Style Gets or sets the style to be used by this element. (Inherited from FrameworkContentElement.)
Public property Tag Gets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from FrameworkContentElement.)
Public property TemplatedParent Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. (Inherited from FrameworkContentElement.)
Public property Text Gets or sets the unformatted text contents of this text Run. (Inherited from Run.)
Public property TextDecorations Gets a TextDecorationCollection that contains text decorations to apply to this element. (Inherited from Inline.)
Public property TextEffects Gets or sets a collection of text effects to apply to the content of the element. (Inherited from TextElement.)
Public property ToolTip Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from FrameworkContentElement.)
Public property TouchesCaptured Gets all touch devices that are captured to this element. (Inherited from ContentElement.)
Public property TouchesCapturedWithin Gets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from ContentElement.)
Public property TouchesDirectlyOver Gets all touch devices that are over this element. (Inherited from ContentElement.)
Public property TouchesOver Gets all touch devices that are over this element or any child elements in its visual tree. (Inherited from ContentElement.)
Public property Typography Gets the currently effective typography variations for the content of the element. (Inherited from TextElement.)

Top

Methods

  Name Description
Public method AddHandler(RoutedEvent, Delegate) Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from ContentElement.)
Public method AddHandler(RoutedEvent, Delegate, Boolean) Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. (Inherited from ContentElement.)
Protected method AddLogicalChild Adds the provided element as a child of this element. (Inherited from FrameworkContentElement.)
Public method AddToEventRoute Adds handlers to the specified EventRoute for the current ContentElement event handler collection. (Inherited from ContentElement.)
Public method ApplyAnimationClock(DependencyProperty, AnimationClock) Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from ContentElement.)
Public method ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation. (Inherited from ContentElement.)
Public method BeginAnimation(DependencyProperty, AnimationTimeline) Starts an animation for a specified animated property on this element. (Inherited from ContentElement.)
Public method BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation. (Inherited from ContentElement.)
Public method BeginInit Called before an element is initialized. (Inherited from FrameworkContentElement.)
Public method BeginStoryboard(Storyboard) Begins the sequence of actions that are contained in the provided storyboard. (Inherited from FrameworkContentElement.)
Public method BeginStoryboard(Storyboard, HandoffBehavior) 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. (Inherited from FrameworkContentElement.)
Public method BeginStoryboard(Storyboard, HandoffBehavior, Boolean) Begins the sequence of actions that are contained in the provided storyboard, with specified state for control of the animation after it is started. (Inherited from FrameworkContentElement.)
Public method BringIntoView Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from FrameworkContentElement.)
Public method CaptureMouse Attempts to force capture of the mouse to this element. (Inherited from ContentElement.)
Public method CaptureStylus Attempts to force capture of the stylus to this element. (Inherited from ContentElement.)
Public method CaptureTouch Attempts to force capture of a touch to this element. (Inherited from ContentElement.)
Public method CheckAccess Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.)
Public method ClearValue(DependencyProperty) Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.)
Public method ClearValue(DependencyPropertyKey) Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject.)
Public method CoerceValue Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.)
Public method EndInit Called immediately after an element is initialized. (Inherited from FrameworkContentElement.)
Public method Equals Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FindName Finds an element that has the provided identifier name. (Inherited from FrameworkContentElement.)
Public method FindResource Searches for a resource with the specified key, and will throw an exception if the requested resource is not found. (Inherited from FrameworkContentElement.)
Public method Focus Attempts to set focus to this element. (Inherited from ContentElement.)
Public method GetAnimationBaseValue Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from ContentElement.)
Public method GetBindingExpression Gets the BindingExpression for the specified property's binding. (Inherited from FrameworkContentElement.)
Public method GetHashCode Gets a hash code for this DependencyObject. (Inherited from DependencyObject.)
Public method GetLocalValueEnumerator Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method GetUIParentCore Returns an alternative logical parent for this element if there is no visual parent. In this case, a FrameworkContentElement parent is always the same value as the Parent property. (Inherited from FrameworkContentElement.)
Public method GetValue Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.)
Public method InvalidateProperty Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method MoveFocus Moves the keyboard focus from this element to another element. (Inherited from FrameworkContentElement.)
Protected method OnContextMenuClosing Invoked whenever the ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from FrameworkContentElement.)
Protected method OnContextMenuOpening Invoked whenever the ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from FrameworkContentElement.)
Protected method OnCreateAutomationPeer Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from ContentElement.)
Protected method OnDragEnter Invoked when an unhandled DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnDragLeave Invoked when an unhandled DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnDragOver Invoked when an unhandled DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnDrop Invoked when an unhandled DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnGiveFeedback Invoked when an unhandled DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnGotFocus Class handler for the GotFocus event. (Inherited from FrameworkContentElement.)
Protected method OnGotKeyboardFocus Invoked when an unhandled Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnGotMouseCapture Invoked when an unhandled Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnGotStylusCapture Invoked when an unhandled Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnGotTouchCapture Provides class handling for the GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from ContentElement.)
Protected method OnInitialized Raises the Initialized event. This method is invoked whenever IsInitialized is set to true. (Inherited from FrameworkContentElement.)
Protected method OnIsKeyboardFocusedChanged Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnIsKeyboardFocusWithinChanged Invoked just before the IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnIsMouseCapturedChanged Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnIsMouseCaptureWithinChanged Invoked when an unhandled IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnIsMouseDirectlyOverChanged Invoked when an unhandled IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnIsStylusCapturedChanged Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnIsStylusCaptureWithinChanged Invoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnIsStylusDirectlyOverChanged Invoked when an unhandled IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnKeyDown Invoked when an unhandled Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnKeyUp Invoked when an unhandled Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnLostFocus Raises the LostFocus routed event by using the event data that is provided. (Inherited from ContentElement.)
Protected method OnLostKeyboardFocus Invoked when an unhandled Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnLostMouseCapture Invoked when an unhandled Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnLostStylusCapture Invoked when an unhandled Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnLostTouchCapture Provides class handling for the LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from ContentElement.)
Protected method OnMouseDown Invoked when an unhandled Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnMouseEnter Invoked when an unhandled Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnMouseLeave Invoked when an unhandled Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnMouseLeftButtonDown Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnMouseLeftButtonUp Invoked when an unhandled MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnMouseMove Invoked when an unhandled Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnMouseRightButtonDown Invoked when an unhandled MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnMouseRightButtonUp Invoked when an unhandled MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnMouseUp Invoked when an unhandled Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnMouseWheel Invoked when an unhandled Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewDragEnter Invoked when an unhandled DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewDragLeave Invoked when an unhandled DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewDragOver Invoked when an unhandled DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewDrop Invoked when an unhandled DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewGiveFeedback Invoked when an unhandled DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewGotKeyboardFocus Invoked when an unhandled Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewKeyDown Invoked when an unhandled Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewKeyUp Invoked when an unhandled Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewLostKeyboardFocus Invoked when an unhandled Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewMouseDown Invoked when an unhandled Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewMouseLeftButtonDown Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewMouseLeftButtonUp Invoked when an unhandled PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewMouseMove Invoked when an unhandled Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewMouseRightButtonDown Invoked when an unhandled PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewMouseRightButtonUp Invoked when an unhandled PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewMouseUp Invoked when an unhandled Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewMouseWheel Invoked when an unhandled Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewQueryContinueDrag Invoked when an unhandled DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewStylusButtonDown Invoked when an unhandled Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewStylusButtonUp Invoked when an unhandled Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewStylusDown Invoked when an unhandled Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewStylusInAirMove Invoked when an unhandled Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewStylusInRange Invoked when an unhandled Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewStylusMove Invoked when an unhandled Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewStylusOutOfRange Invoked when an unhandled Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewStylusSystemGesture Invoked when an unhandled Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewStylusUp Invoked when an unhandled Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewTextInput Invoked when an unhandled TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnPreviewTouchDown Provides class handling for the PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from ContentElement.)
Protected method OnPreviewTouchMove Provides class handling for the PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from ContentElement.)
Protected method OnPreviewTouchUp Provides class handling for the PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from ContentElement.)
Protected method OnPropertyChanged Handles notifications that one or more of the dependency properties that exist on the element have had their effective values changed. (Inherited from TextElement.)
Protected method OnQueryContinueDrag Invoked when an unhandled DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnQueryCursor Invoked when an unhandled Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStyleChanged Invoked when the style that is in use on this element changes. (Inherited from FrameworkContentElement.)
Protected method OnStylusButtonDown Invoked when an unhandled Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusButtonUp Invoked when an unhandled Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusDown Invoked when an unhandled Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusEnter Invoked when an unhandled Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusInAirMove Invoked when an unhandled Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusInRange Invoked when an unhandled Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusLeave Invoked when an unhandled Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusMove Invoked when an unhandled Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusOutOfRange Invoked when an unhandled Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusSystemGesture Invoked when an unhandled Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnStylusUp Invoked when an unhandled Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnTextInput Invoked when an unhandled TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from ContentElement.)
Protected method OnToolTipClosing Invoked whenever the ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from FrameworkContentElement.)
Protected method OnToolTipOpening Invoked whenever the ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from FrameworkContentElement.)
Protected method OnTouchDown Provides class handling for the TouchDown routed event that occurs when a touch presses inside this element. (Inherited from ContentElement.)
Protected method OnTouchEnter Provides class handling for the TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Inherited from ContentElement.)
Protected method OnTouchLeave Provides class handling for the TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this element. (Inherited from ContentElement.)
Protected method OnTouchMove Provides class handling for the TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from ContentElement.)
Protected method OnTouchUp Provides class handling for the TouchUp routed event that occurs when a touch is released inside this element. (Inherited from ContentElement.)
Public method PredictFocus 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. (Inherited from FrameworkContentElement.)
Public method RaiseEvent Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). (Inherited from ContentElement.)
Public method ReadLocalValue Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.)
Public method RegisterName Provides an accessor that simplifies access to the NameScope registration method. (Inherited from FrameworkContentElement.)
Public method ReleaseAllTouchCaptures Releases all captured touch devices from this element. (Inherited from ContentElement.)
Public method ReleaseMouseCapture Releases the mouse capture, if this element held the capture. (Inherited from ContentElement.)
Public method ReleaseStylusCapture Releases the stylus device capture, if this element held the capture. (Inherited from ContentElement.)
Public method ReleaseTouchCapture Attempts to release the specified touch device from this element. (Inherited from ContentElement.)
Public method RemoveHandler Removes the specified routed event handler from this element. (Inherited from ContentElement.)
Protected method RemoveLogicalChild Removes the specified element from the logical tree for this element. (Inherited from FrameworkContentElement.)
Public method SetBinding(DependencyProperty, BindingBase) Attaches a binding to this element, based on the provided binding object. (Inherited from FrameworkContentElement.)
Public method SetBinding(DependencyProperty, String) Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. (Inherited from FrameworkContentElement.)
Public method SetCurrentValue Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject.)
Public method SetResourceReference Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from FrameworkContentElement.)
Public method SetValue(DependencyProperty, Object) Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject.)
Public method SetValue(DependencyPropertyKey, Object) Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject.)
Public method ShouldSerializeCommandBindings Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (Inherited from ContentElement.)
Public method ShouldSerializeInputBindings Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (Inherited from ContentElement.)
Protected method ShouldSerializeProperty Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from DependencyObject.)
Public method ShouldSerializeResources Returns whether serialization processes should serialize the contents of the Resources property on instances of this class. (Inherited from FrameworkContentElement.)
Public method ShouldSerializeStyle Returns whether serialization processes should serialize the contents of the Style property on instances of this class. (Inherited from FrameworkContentElement.)
Public method ShouldSerializeText Returns a value that indicates whether or not the effective value of the Text property should be serialized during serialization of a Run object. (Inherited from Run.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryFindResource Searches for a resource with the specified key, and returns that resource if found. (Inherited from FrameworkContentElement.)
Public method UnregisterName Simplifies access to the NameScope de-registration method. (Inherited from FrameworkContentElement.)
Public method UpdateDefaultStyle Reapplies the default style to the current FrameworkContentElement. (Inherited from FrameworkContentElement.)
Public method VerifyAccess Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.)

Top

Events

  Name Description
Public event ContextMenuClosing Occurs just before any context menu on the element is closed. (Inherited from FrameworkContentElement.)
Public event ContextMenuOpening Occurs when any context menu on the element is opened. (Inherited from FrameworkContentElement.)
Public event DataContextChanged Occurs when this element's data context changes. (Inherited from FrameworkContentElement.)
Public event DragEnter Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from ContentElement.)
Public event DragLeave Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from ContentElement.)
Public event DragOver Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from ContentElement.)
Public event Drop Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from ContentElement.)
Public event FocusableChanged Occurs when the value of the Focusable property changes. (Inherited from ContentElement.)
Public event GiveFeedback Occurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from ContentElement.)
Public event GotFocus Occurs when this element gets logical focus. (Inherited from ContentElement.)
Public event GotKeyboardFocus Occurs when the keyboard is focused on this element. (Inherited from ContentElement.)
Public event GotMouseCapture Occurs when this element captures the mouse. (Inherited from ContentElement.)
Public event GotStylusCapture Occurs when this element captures the stylus. (Inherited from ContentElement.)
Public event GotTouchCapture Occurs when a touch is captured to this element. (Inherited from ContentElement.)
Public event Initialized Occurs when this FrameworkContentElement is initialized. This coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true. (Inherited from FrameworkContentElement.)
Public event IsEnabledChanged Occurs when the value of the IsEnabled property on this element changes. (Inherited from ContentElement.)
Public event IsKeyboardFocusedChanged Occurs when the value of the IsKeyboardFocused property changes on this element. (Inherited from ContentElement.)
Public event IsKeyboardFocusWithinChanged Occurs when the value of the IsKeyboardFocusWithinChanged property changes on this element. (Inherited from ContentElement.)
Public event IsMouseCapturedChanged Occurs when the value of the IsMouseCaptured property changes on this element. (Inherited from ContentElement.)
Public event IsMouseCaptureWithinChanged Occurs when the value of the IsMouseCaptureWithinProperty changes on this element. (Inherited from ContentElement.)
Public event IsMouseDirectlyOverChanged Occurs when the value of the IsMouseDirectlyOver property changes on this element. (Inherited from ContentElement.)
Public event IsStylusCapturedChanged Occurs when the value of the IsStylusCaptured property changes on this element. (Inherited from ContentElement.)
Public event IsStylusCaptureWithinChanged Occurs when the value of the IsStylusCaptureWithin property changes on this element. (Inherited from ContentElement.)
Public event IsStylusDirectlyOverChanged Occurs when the value of the IsStylusDirectlyOver property changes on this element. (Inherited from ContentElement.)
Public event KeyDown Occurs when a key is pressed while focus is on this element. (Inherited from ContentElement.)
Public event KeyUp Occurs when a key is released while focus is on this element. (Inherited from ContentElement.)
Public event Loaded Occurs when the element is laid out, rendered, and ready for interaction. (Inherited from FrameworkContentElement.)
Public event LostFocus Occurs when this element loses logical focus. (Inherited from ContentElement.)
Public event LostKeyboardFocus Occurs when the keyboard is no longer focused on this element. (Inherited from ContentElement.)
Public event LostMouseCapture Occurs when this element loses mouse capture. (Inherited from ContentElement.)
Public event LostStylusCapture Occurs when this element loses stylus capture. (Inherited from ContentElement.)
Public event LostTouchCapture Occurs when this element loses a touch capture. (Inherited from ContentElement.)
Public event MouseDown Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from ContentElement.)
Public event MouseEnter Occurs when the mouse pointer enters the bounds of this element. (Inherited from ContentElement.)
Public event MouseLeave Occurs when the mouse pointer leaves the bounds of this element. (Inherited from ContentElement.)
Public event MouseLeftButtonDown Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event MouseLeftButtonUp Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event MouseMove Occurs when the mouse pointer moves while over this element. (Inherited from ContentElement.)
Public event MouseRightButtonDown Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event MouseRightButtonUp Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event MouseUp Occurs when any mouse button is released over this element. (Inherited from ContentElement.)
Public event MouseWheel Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event PreviewDragEnter Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from ContentElement.)
Public event PreviewDragLeave Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from ContentElement.)
Public event PreviewDragOver Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from ContentElement.)
Public event PreviewDrop Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from ContentElement.)
Public event PreviewGiveFeedback Occurs when a drag-and-drop operation is started. (Inherited from ContentElement.)
Public event PreviewGotKeyboardFocus Occurs when the keyboard is focused on this element. (Inherited from ContentElement.)
Public event PreviewKeyDown Occurs when a key is pressed while the keyboard is focused on this element. (Inherited from ContentElement.)
Public event PreviewKeyUp Occurs when a key is released while the keyboard is focused on this element. (Inherited from ContentElement.)
Public event PreviewLostKeyboardFocus Occurs when the keyboard is no longer focused on this element. (Inherited from ContentElement.)
Public event PreviewMouseDown Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from ContentElement.)
Public event PreviewMouseLeftButtonDown Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event PreviewMouseLeftButtonUp Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event PreviewMouseMove Occurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event PreviewMouseRightButtonDown Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event PreviewMouseRightButtonUp Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event PreviewMouseUp Occurs when any mouse button is released while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event PreviewMouseWheel Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from ContentElement.)
Public event PreviewQueryContinueDrag Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from ContentElement.)
Public event PreviewStylusButtonDown Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from ContentElement.)
Public event PreviewStylusButtonUp Occurs when the stylus button is released while the pointer is over this element. (Inherited from ContentElement.)
Public event PreviewStylusDown Occurs when the stylus touches the digitizer while it is over this element. (Inherited from ContentElement.)
Public event PreviewStylusInAirMove Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from ContentElement.)
Public event PreviewStylusInRange Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from ContentElement.)
Public event PreviewStylusMove Occurs when the stylus moves while over the element. The stylus must move while being detected by the  digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead. (Inherited from ContentElement.)
Public event PreviewStylusOutOfRange Occurs when the stylus is too far from the digitizer to be detected. (Inherited from ContentElement.)
Public event PreviewStylusSystemGesture Occurs when a user performs one of several stylus gestures. (Inherited from ContentElement.)
Public event PreviewStylusUp Occurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from ContentElement.)
Public event PreviewTextInput Occurs when this element gets text in a device-independent manner. (Inherited from ContentElement.)
Public event PreviewTouchDown Occurs when a finger touches the screen while the finger is over this element. (Inherited from ContentElement.)
Public event PreviewTouchMove Occurs when a finger moves on the screen while the finger is over this element. (Inherited from ContentElement.)
Public event PreviewTouchUp Occurs when a finger is raised off of the screen while the finger is over this element. (Inherited from ContentElement.)
Public event QueryContinueDrag Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from ContentElement.)
Public event QueryCursor Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. (Inherited from ContentElement.)
Public event SourceUpdated Occurs when any associated data source participating in a binding on this element changes. (Inherited from FrameworkContentElement.)
Public event StylusButtonDown Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from ContentElement.)
Public event StylusButtonUp Occurs when the stylus button is released while the pointer is over this element. (Inherited from ContentElement.)
Public event StylusDown Occurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from ContentElement.)
Public event StylusEnter Occurs when the stylus enters the bounds of this element. (Inherited from ContentElement.)
Public event StylusInAirMove Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from ContentElement.)
Public event StylusInRange Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from ContentElement.)
Public event StylusLeave Occurs when the stylus leaves the bounds of the element. (Inherited from ContentElement.)
Public event StylusMove Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, StylusInAirMove is raised instead. (Inherited from ContentElement.)
Public event StylusOutOfRange Occurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from ContentElement.)
Public event StylusSystemGesture Occurs when a user performs one of several stylus gestures. (Inherited from ContentElement.)
Public event StylusUp Occurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from ContentElement.)
Public event TargetUpdated Occurs when any associated target property participating in a binding on this element changes. (Inherited from FrameworkContentElement.)
Public event TextInput Occurs when this element gets text in a device-independent manner. (Inherited from ContentElement.)
Public event ToolTipClosing Occurs just before any tooltip on the element is closed. (Inherited from FrameworkContentElement.)
Public event ToolTipOpening Occurs when any tooltip on the element is opened. (Inherited from FrameworkContentElement.)
Public event TouchDown Occurs when a finger touches the screen while the finger is over this element. (Inherited from ContentElement.)
Public event TouchEnter Occurs when a touch moves from outside to inside the bounds of this element. (Inherited from ContentElement.)
Public event TouchLeave Occurs when a touch moves from inside to outside the bounds of this element. (Inherited from ContentElement.)
Public event TouchMove Occurs when a finger moves on the screen while the finger is over this element. (Inherited from ContentElement.)
Public event TouchUp Occurs when a finger is raised off of the screen while the finger is over this element. (Inherited from ContentElement.)
Public event Unloaded Occurs when the element is removed from an element tree of loaded elements. (Inherited from FrameworkContentElement.)

Top

Extension Methods

  Name Description
Public Extension Method AcquireWin32Focus Microsoft internal use only. (Defined by ExtensionMethods.)
Public Extension Method FindCommonAncestor Microsoft internal use only. (Defined by ExtensionMethods.)
Public Extension Method FindDescendant<T> Microsoft internal use only. (Defined by ExtensionMethods.)
Public Extension Method FindDescendantReverse<T> (Defined by ExtensionMethods.)
Public Extension Method FindDescendants<T> Microsoft internal use only. (Defined by ExtensionMethods.)
Public Extension Method FindDescendantsReverse<T> Microsoft internal use only. (Defined by ExtensionMethods.)
Public Extension Method GetVisualOrLogicalParent Microsoft internal use only. (Defined by ExtensionMethods.)
Public Extension Method IsConnectedToPresentationSource Microsoft internal use only. (Defined by ExtensionMethods.)
Public Extension Method IsLogicalAncestorOf Microsoft internal use only. (Defined by ExtensionMethods.)
Public Extension Method TraverseVisualTree<T> Microsoft internal use only. (Defined by ExtensionMethods.)
Public Extension Method TraverseVisualTreeReverse<T> Microsoft internal use only. (Defined by ExtensionMethods.)

Top

Fields

  Name Description
Public fieldStatic member ContentProperty Microsoft internal use only.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IAddChild.AddChild Adds a child object. (Inherited from TextElement.)
Explicit interface implemetationPrivate method IAddChild.AddText Adds the text content of a node to the object. (Inherited from TextElement.)
Explicit interface implemetationPrivate method IQueryAmbient.IsAmbientPropertyAvailable For a description of this member, see the IsAmbientPropertyAvailable method. (Inherited from FrameworkContentElement.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace