1 write to systemIOleWindow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
2413systemIOleWindow = acc as UnsafeNativeMethods.IOleWindow;
4 references to systemIOleWindow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AccessibleObject.cs (4)
2154if (systemIOleWindow != null) { 2155return systemIOleWindow.GetWindow(out hwnd); 2177if (systemIOleWindow != null) { 2178systemIOleWindow.ContextSensitiveHelp(fEnterMode);