4 implementations of IOleWindow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
50
UnsafeNativeMethods.
IOleWindow
,
3034
UnsafeNativeMethods.
IOleWindow
,
winforms\Managed\System\WinForms\Control.cs (1)
74
UnsafeNativeMethods.
IOleWindow
,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
52
UnsafeNativeMethods.
IOleWindow
,
14 references to IOleWindow
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AccessibleObject.cs (12)
74
private UnsafeNativeMethods.
IOleWindow
systemIOleWindow = null;
2152
int UnsafeNativeMethods.
IOleWindow
.GetWindow(out IntPtr hwnd) {
2160
if (parent is UnsafeNativeMethods.
IOleWindow
) {
2161
return (parent as UnsafeNativeMethods.
IOleWindow
).GetWindow(out hwnd);
2175
void UnsafeNativeMethods.
IOleWindow
.ContextSensitiveHelp(int fEnterMode) {
2184
if (parent is UnsafeNativeMethods.
IOleWindow
) {
2185
(parent as UnsafeNativeMethods.
IOleWindow
).ContextSensitiveHelp(fEnterMode);
2413
systemIOleWindow = acc as UnsafeNativeMethods.
IOleWindow
;
3042
private UnsafeNativeMethods.
IOleWindow
publicIOleWindow; // AccessibleObject as IOleWindow
3076
publicIOleWindow = (UnsafeNativeMethods.
IOleWindow
) accessibleImplemention;
3261
int UnsafeNativeMethods.
IOleWindow
.GetWindow(out IntPtr hwnd) {
3266
void UnsafeNativeMethods.
IOleWindow
.ContextSensitiveHelp(int fEnterMode) {
winforms\Managed\System\WinForms\Control.cs (2)
15720
int UnsafeNativeMethods.
IOleWindow
.GetWindow(out IntPtr hwnd) {
15728
void UnsafeNativeMethods.
IOleWindow
.ContextSensitiveHelp(int fEnterMode) {