64 references to E_NOTIMPL
System.Windows.Forms (64)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
955
return NativeMethods.
E_NOTIMPL
;
winforms\Managed\System\WinForms\AxHost.cs (16)
4064
return NativeMethods.
E_NOTIMPL
;
4071
return NativeMethods.
E_NOTIMPL
;
4146
return NativeMethods.
E_NOTIMPL
;
4153
return NativeMethods.
E_NOTIMPL
;
4159
return NativeMethods.
E_NOTIMPL
;
4215
return NativeMethods.
E_NOTIMPL
;
4243
return NativeMethods.
E_NOTIMPL
;
5924
return NativeMethods.
E_NOTIMPL
;
5956
return NativeMethods.
E_NOTIMPL
;
5977
return NativeMethods.
E_NOTIMPL
;
5986
return NativeMethods.
E_NOTIMPL
;
5995
return NativeMethods.
E_NOTIMPL
;
6079
return NativeMethods.
E_NOTIMPL
;
6088
return NativeMethods.
E_NOTIMPL
;
6097
return NativeMethods.
E_NOTIMPL
;
6106
return NativeMethods.
E_NOTIMPL
;
winforms\Managed\System\WinForms\Control.cs (15)
15501
return NativeMethods.
E_NOTIMPL
;
15511
return NativeMethods.
E_NOTIMPL
;
15520
return NativeMethods.
E_NOTIMPL
;
15530
return NativeMethods.
E_NOTIMPL
;
15677
return NativeMethods.
E_NOTIMPL
;
15970
return NativeMethods.
E_NOTIMPL
;
15979
return NativeMethods.
E_NOTIMPL
;
15988
return NativeMethods.
E_NOTIMPL
;
16034
return NativeMethods.
E_NOTIMPL
;
16043
return NativeMethods.
E_NOTIMPL
;
16052
return NativeMethods.
E_NOTIMPL
;
16637
ThrowHr(NativeMethods.
E_NOTIMPL
);
17152
hr != NativeMethods.INPLACE_E_NOTOOLSPACE && hr != NativeMethods.
E_NOTIMPL
) {
17159
hr != NativeMethods.INPLACE_E_NOTOOLSPACE && hr != NativeMethods.
E_NOTIMPL
) {
17573
if (NativeMethods.Failed(hr) && hr != NativeMethods.INPLACE_E_NOTOOLSPACE && hr != NativeMethods.
E_NOTIMPL
) {
winforms\Managed\System\WinForms\DataObject.cs (3)
660
return (NativeMethods.
E_NOTIMPL
);
678
Marshal.ThrowExceptionForHR(NativeMethods.
E_NOTIMPL
);
717
throw new ExternalException(SR.GetString(SR.ExternalException), NativeMethods.
E_NOTIMPL
);
winforms\Managed\System\WinForms\RichTextBox.cs (4)
3805
return NativeMethods.
E_NOTIMPL
;
3948
return NativeMethods.
E_NOTIMPL
;
3954
return NativeMethods.
E_NOTIMPL
;
3960
return NativeMethods.
E_NOTIMPL
;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6696
ExternalException e = new ExternalException(SR.GetString(SR.UnsafeNativeMethodsNotImplemented), NativeMethods.
E_NOTIMPL
);
winforms\Managed\System\WinForms\WebBrowser.cs (8)
1766
return NativeMethods.
E_NOTIMPL
;
1780
return NativeMethods.
E_NOTIMPL
;
1786
return NativeMethods.
E_NOTIMPL
;
1792
return NativeMethods.
E_NOTIMPL
;
1798
return NativeMethods.
E_NOTIMPL
;
1804
return NativeMethods.
E_NOTIMPL
;
1810
return NativeMethods.
E_NOTIMPL
;
1820
return NativeMethods.
E_NOTIMPL
;
winforms\Managed\System\WinForms\WebBrowserContainer.cs (9)
45
return NativeMethods.
E_NOTIMPL
;
66
return NativeMethods.
E_NOTIMPL
;
81
return NativeMethods.
E_NOTIMPL
;
85
return NativeMethods.
E_NOTIMPL
;
89
return NativeMethods.
E_NOTIMPL
;
142
return NativeMethods.
E_NOTIMPL
;
146
return NativeMethods.
E_NOTIMPL
;
150
return NativeMethods.
E_NOTIMPL
;
154
return NativeMethods.
E_NOTIMPL
;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (7)
119
return NativeMethods.
E_NOTIMPL
;
126
return NativeMethods.
E_NOTIMPL
;
195
return NativeMethods.
E_NOTIMPL
;
204
return NativeMethods.
E_NOTIMPL
;
211
return NativeMethods.
E_NOTIMPL
;
251
return NativeMethods.
E_NOTIMPL
;
274
return NativeMethods.
E_NOTIMPL
;