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