1 implementation of get_CurrentView
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3009HRESULT IMultipleViewProvider.Interface.get_CurrentView(int* pRetVal)
3 references to get_CurrentView
System.Windows.Forms.Primitives (3)
Windows.Win32.IMultipleViewProvider.g.cs (1)
156 return __object.get_CurrentView(pRetVal);
Windows.Win32.UI_Accessibility_IMultipleViewProvider_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IMultipleViewProvider.Interface.get_CurrentView(int*)"/> 28 winmdroot.Foundation.HRESULT __result = @this.get_CurrentView(pRetValLocal);