Property | Type | Description | |
---|---|---|---|
GetLocalValueEnumerator | LocalValueEnumerator | ||
InvalidateProperty | void | ||
register | void |
Method | Description | |
---|---|---|
ClearValue ( |
||
ClearValue ( System.Windows.DependencyPropertyKey key ) : void | ||
CoerceValue ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetValue ( DependencyProperty dp ) : object | ||
OnPropertyChanged ( DependencyPropertyChangedEventArgs e ) : void | ||
ReadLocalValue ( DependencyProperty dp ) : object | ||
SetValue ( DependencyProperty dp, object value ) : void | ||
SetValue ( DependencyPropertyKey key, object value ) : void | ||
ShouldSerializeProperty ( DependencyProperty dp ) : bool | ||
UIPageControl ( ) : System |
Method | Description | |
---|---|---|
GetLocalValueEnumerator ( ) : LocalValueEnumerator | ||
InvalidateProperty ( DependencyProperty dp ) : void | ||
register ( Type t, DependencyProperty dp ) : void |
public ClearValue ( |
||
dp | ||
return | void |
public ClearValue ( System.Windows.DependencyPropertyKey key ) : void | ||
key | System.Windows.DependencyPropertyKey | |
return | void |
public CoerceValue ( |
||
dp | ||
return | void |
public GetValue ( DependencyProperty dp ) : object | ||
dp | DependencyProperty | |
return | object |
public OnPropertyChanged ( DependencyPropertyChangedEventArgs e ) : void | ||
e | DependencyPropertyChangedEventArgs | |
return | void |
public ReadLocalValue ( DependencyProperty dp ) : object | ||
dp | DependencyProperty | |
return | object |
public SetValue ( DependencyProperty dp, object value ) : void | ||
dp | DependencyProperty | |
value | object | |
return | void |
public SetValue ( DependencyPropertyKey key, object value ) : void | ||
key | DependencyPropertyKey | |
value | object | |
return | void |
public ShouldSerializeProperty ( DependencyProperty dp ) : bool | ||
dp | DependencyProperty | |
return | bool |