Свойство | Type | Description | |
---|---|---|---|
GetLocalValueEnumerator | System.Windows.LocalValueEnumerator | ||
InvalidateProperty | void | ||
register | void |
Méthode | Description | |
---|---|---|
ClearValue ( |
||
ClearValue ( System.Windows.DependencyPropertyKey key ) : void | ||
CoerceValue ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetValue ( |
||
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
ReadLocalValue ( |
||
SetValue ( |
||
SetValue ( System.Windows.DependencyPropertyKey key, object value ) : void | ||
ShouldSerializeProperty ( |
||
UIControl ( ) : System |
Méthode | Description | |
---|---|---|
GetLocalValueEnumerator ( ) : System.Windows.LocalValueEnumerator | ||
InvalidateProperty ( |
||
register ( |
public ClearValue ( |
||
dp | ||
Résultat | void |
public ClearValue ( System.Windows.DependencyPropertyKey key ) : void | ||
key | System.Windows.DependencyPropertyKey | |
Résultat | void |
public CoerceValue ( |
||
dp | ||
Résultat | void |
public GetValue ( |
||
dp | ||
Résultat | object |
public OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
Résultat | void |
public ReadLocalValue ( |
||
dp | ||
Résultat | object |
public SetValue ( |
||
dp | ||
value | object | |
Résultat | void |
public SetValue ( System.Windows.DependencyPropertyKey key, object value ) : void | ||
key | System.Windows.DependencyPropertyKey | |
value | object | |
Résultat | void |
public ShouldSerializeProperty ( |
||
dp | ||
Résultat | bool |