36 references to S_FALSE
System.Windows.Forms (36)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
2741
int result = NativeMethods.
S_FALSE
;
2899
return (ns[0] == n) ? NativeMethods.S_OK : NativeMethods.
S_FALSE
;
winforms\Managed\System\WinForms\AxHost.cs (8)
2063
else if (hr == NativeMethods.
S_FALSE
) {
2373
if (hr == NativeMethods.
S_FALSE
) {
3991
return NativeMethods.
S_FALSE
;
4129
return f ? NativeMethods.S_OK : NativeMethods.
S_FALSE
;
4290
return(NativeMethods.
S_FALSE
);
5228
return(NativeMethods.
S_FALSE
);
5236
return(NativeMethods.
S_FALSE
);
6114
return NativeMethods.
S_FALSE
;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
888
case NativeMethods.
S_FALSE
:
1270
case NativeMethods.
S_FALSE
:
winforms\Managed\System\WinForms\Control.cs (4)
17229
return NativeMethods.
S_FALSE
;
18551
int hr = NativeMethods.
S_FALSE
;
19063
return(celt == 0 ? NativeMethods.S_OK : NativeMethods.
S_FALSE
);
19073
return NativeMethods.
S_FALSE
;
winforms\Managed\System\WinForms\DataObject.cs (3)
825
return NativeMethods.
S_FALSE
;
1330
return NativeMethods.
S_FALSE
;
1338
return NativeMethods.
S_FALSE
;
winforms\Managed\System\WinForms\FileDialog_Vista.cs (1)
230
return this._dialog.HandleVistaFileOk(pfd) ? NativeMethods.S_OK : NativeMethods.
S_FALSE
;
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3836
return NativeMethods.
S_FALSE
;
3853
return NativeMethods.
S_FALSE
;
winforms\Managed\System\WinForms\StringSource.cs (2)
132
return celt == 0 ? NativeMethods.S_OK : NativeMethods.
S_FALSE
;
145
return (NativeMethods.
S_FALSE
);
winforms\Managed\System\WinForms\ToolTip.cs (1)
1784
if (bubbleSizeInt.ToInt32() != NativeMethods.
S_FALSE
) {
winforms\Managed\System\WinForms\WebBrowser.cs (6)
1722
return NativeMethods.
S_FALSE
;
1774
return NativeMethods.
S_FALSE
;
1849
return NativeMethods.
S_FALSE
;
1851
return NativeMethods.
S_FALSE
;
1861
return NativeMethods.
S_FALSE
;
1872
return NativeMethods.
S_FALSE
;
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
330
if (hr == NativeMethods.
S_FALSE
)
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
158
return NativeMethods.
S_FALSE
;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (3)
179
return f ? NativeMethods.S_OK : NativeMethods.
S_FALSE
;
325
return NativeMethods.
S_FALSE
;
380
return NativeMethods.
S_FALSE
;