1 implementation of get_IsReadOnly
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1384HRESULT IValueProvider.Interface.get_IsReadOnly(BOOL* pRetVal)
3 references to get_IsReadOnly
System.Windows.Forms.Primitives (3)
Windows.Win32.IValueProvider.g.cs (1)
156 return __object.get_IsReadOnly(pRetVal);
Windows.Win32.UI_Accessibility_IValueProvider_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.Interface.get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 38 winmdroot.Foundation.HRESULT __result = @this.get_IsReadOnly(pRetValLocal);