C# Class VSTalk.Engine.Utils.ElementSpy

When placed into an element's Resources collection the spy's Element property returns that containing element. Use the NameScopeSource attached property to bridge an element's NameScope to other elements.
Inheritance: System.Windows.Freezable
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Méthodes publiques

Свойство Type Description
NameScopeSourceProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetNameScopeSource ( DependencyObject obj ) : ElementSpy
SetNameScopeSource ( DependencyObject obj, ElementSpy value ) : void

Méthodes protégées

Méthode Description
CreateInstanceCore ( ) : System.Windows.Freezable

Private Methods

Méthode Description
OnNameScopeSourceChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

CreateInstanceCore() protected méthode

protected CreateInstanceCore ( ) : System.Windows.Freezable
Résultat System.Windows.Freezable

GetNameScopeSource() public static méthode

public static GetNameScopeSource ( DependencyObject obj ) : ElementSpy
obj System.Windows.DependencyObject
Résultat ElementSpy

SetNameScopeSource() public static méthode

public static SetNameScopeSource ( DependencyObject obj, ElementSpy value ) : void
obj System.Windows.DependencyObject
value ElementSpy
Résultat void

Property Details

NameScopeSourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows NameScopeSourceProperty
Résultat System.Windows.DependencyProperty