XamlHelperデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
AllowsTransparencyProperty | WPF Popup AllowsTransparency 添付依存プロパティを識別します | |
CanContentScrollProperty | CanContentScroll 添付依存プロパティを識別します。 | |
FocusableProperty | Focusable 添付依存プロパティを示します。 | |
IsExcludedFromWashProperty | ResourceWasher IsExcludedFromWash 付属依存プロパティを識別します | |
RecognizesAccessKeyProperty | WPF Popup RecognizesAccessKey 添付依存プロパティを識別します | |
SnapsToDevicePixelsProperty | SnapsToDevicePixels 添付依存プロパティを示します。 | |
StaysOpenProperty | WPF Popup StaysOpen 添付依存プロパティを識別します | |
TabNavigationProperty | TabNavigation 添付依存プロパティを識別します。 | |
UpdateBindingOnTextPropertyChangedProperty | UpdateBindingOnTextPropertyChanged 添付依存プロパティを識別します。このプロパティを TextBox に使用すると、WPF で UpdateSourceTrigger = PropertyChanged を設定した場合と同じように、TextBox の Text プロパティが変更されると直ちにバインディング Target が更新されるようになります。 | |
WashGroupProperty | ResourceWasher WashGroup 付属依存プロパティを識別します |
名前 | 解説 | |
---|---|---|
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。 | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
Equals | System.Windows.DependencyObjectから継承されます。 | |
GetAllowsTransparency | WPF で popup の AllowsTransparency 値を変更するために使用されます。 | |
GetCanContentScroll | WPF で ScrollViewer の CanContentScroll 値を変更する場合に使用されます。 | |
GetFocusable | WPF で UIElement の Focusable 値を変更する場合に使用されます。 | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetIsExcludedFromWash | IsExcludedFromWash 添付プロパティの値を取得します。 | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetRecognizesAccessKey | WPF で popup の RecognizesAccessKey 値を変更するために使用されます。 | |
GetSnapsToDevicePixels | WPF で UIElement の SnapsToDevicePixels 値を変更する場合に使用されます。 | |
GetStaysOpen | WPF で Popup の StaysOpen 値を変更するために使用されます。 | |
GetTabNavigation | 添付 TabNavigation DependencyProperty の値を取得します。 | |
GetUpdateBindingOnTextPropertyChanged | 添付する UpdateBindingOnTextPropertyChanged DependencyProperty の値を取得します。 | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetWashGroup | WashGroup 添付プロパティの値を取得します。 | |
InvalidateProperty | System.Windows.DependencyObjectから継承されます。 | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 | |
SetAllowsTransparency | 添付の AllowsTransparency DependencyProperty の値を設定します。 | |
SetCanContentScroll | 添付する CanContentScroll DependencyProperty の値を設定します。 | |
SetCurrentValue | System.Windows.DependencyObjectから継承されます。 | |
SetFocusable | 添付する Focusable DependencyProperty の値を設定します。 | |
SetIsExcludedFromWash | 添付の IsExcludedFromWash プロパティの値を設定します。 | |
SetRecognizesAccessKey | 添付される RecognizesAccessKey DependencyProperty の値を設定します。 | |
SetSnapsToDevicePixels | 添付する SnapsToDevicePixels DependencyProperty の値を設定します。 | |
SetStaysOpen | 添付の StaysOpen DependencyProperty の値を設定します。 | |
SetTabNavigation | 添付 TabNavigation DependencyProperty の値を設定します。 | |
SetUpdateBindingOnTextPropertyChanged | 添付する UpdateBindingOnTextPropertyChanged DependencyProperty の値を設定します。 | |
SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 | |
SetWashGroup | 添付の WashGroup プロパティの値を設定します。 |
名前 | 解説 | |
---|---|---|
OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. System.Windows.DependencyObjectから継承されます。 | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 |