1 implementation of SetValue
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1367HRESULT IValueProvider.Interface.SetValue(PCWSTR val)
3 references to SetValue
System.Windows.Forms.Primitives (3)
Windows.Win32.IValueProvider.g.cs (1)
76 return __object.SetValue(val);
Windows.Win32.UI_Accessibility_IValueProvider_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.Interface.SetValue(winmdroot.Foundation.PCWSTR)"/> 28 winmdroot.Foundation.HRESULT __result = @this.SetValue(valLocal);