2 implementations of IValueProvider
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
41UnsafeNativeMethods.IValueProvider, 3025UnsafeNativeMethods.IValueProvider,
9 references to IValueProvider
System.Windows.Forms (9)
winforms\Managed\System\WinForms\AccessibleObject.cs (9)
1140bool UnsafeNativeMethods.IValueProvider.IsReadOnly { 1146string UnsafeNativeMethods.IValueProvider.Value { 1152void UnsafeNativeMethods.IValueProvider.SetValue(string newValue) { 3053private UnsafeNativeMethods.IValueProvider publicIValueProvider; // AccessibleObject as IValueProvider 3084publicIValueProvider = (UnsafeNativeMethods.IValueProvider) accessibleImplemention; 3405return (UnsafeNativeMethods.IValueProvider)this; 3612bool UnsafeNativeMethods.IValueProvider.IsReadOnly { 3619string UnsafeNativeMethods.IValueProvider.Value { 3626void UnsafeNativeMethods.IValueProvider.SetValue(string newValue) {