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