39 references to FALSE
ComDisabled.Tests (1)
Control.ActiveXImplTests.cs (1)
26HRESULT hr = persistStream.Save(istream.Value, fClearDirty: BOOL.FALSE);
System.Private.Windows.Core (2)
Windows\Win32\Graphics\GdiPlus\GdiplusStartupInputEx.cs (2)
16result.Base.SuppressBackgroundThread = BOOL.FALSE; 17result.Base.SuppressExternalCodecs = BOOL.FALSE;
System.Windows.Forms (6)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
3145*pRetVal = CanSelectMultiple ? BOOL.TRUE : BOOL.FALSE; 3156*pRetVal = IsSelectionRequired ? BOOL.TRUE : BOOL.FALSE; 3185*pRetVal = IsItemSelected ? BOOL.TRUE : BOOL.FALSE;
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (2)
143get => GetControl()?.Enabled ?? BOOL.FALSE; 215get => GetControl()?.TabStop ?? BOOL.FALSE;
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1960inPlaceSite.Value->OnUIDeactivate(fUndoable: BOOL.FALSE);
System.Windows.Forms.Primitives (16)
Microsoft\Office\IMsoComponent.cs (5)
276/// <see cref="BOOL.FALSE"/> otherwise. 318/// If <see cref="BOOL.FALSE"/>, the host app is being deactivated and <paramref name="dwOtherThreadID"/> 415/// <see cref="BOOL.FALSE"/> otherwise. 443/// <see cref="BOOL.TRUE"/> if the message loop should continue, <see cref="BOOL.FALSE"/> otherwise. 446/// If <see cref="BOOL.FALSE"/> is returned, the component manager terminates the
Microsoft\Office\IMsoComponentManager.cs (10)
302/// <see cref="BOOL.FALSE"/> is returned and SetLastError is set to msoerrACompIsXActive 331/// <see cref="BOOL.TRUE"/> to begin tracking operation. <see cref="BOOL.FALSE"/> 419/// otherwise return <see cref="BOOL.FALSE"/> (ie. return what <see cref="FInState"/> would return). 435/// is in effect at the root of this component manager's state context, <see cref="BOOL.FALSE"/> 449/// <see cref="BOOL.FALSE"/> if not (in which case component returns from FDoIdle.) 462/// When <see cref="IMsoComponent.FContinueMessageLoop(msoloop, void*, MSG*)"/> returns <see cref="BOOL.FALSE"/>, 469/// to (by returning <see cref="BOOL.FALSE"/> from <see cref="IMsoComponent.FContinueMessageLoop(msoloop, void*, MSG*)"/>), 470/// <see cref="BOOL.FALSE"/> if it had to terminate the loop for some other reason. In the 505/// <see cref="BOOL.TRUE"/> if the parent is returned, <see cref="BOOL.FALSE"/> 527/// exists, <see cref="BOOL.FALSE"/> if no such component exists or some error occurred.
Microsoft\Office\msoloop.cs (1)
9/// returns <see cref="BOOL.FALSE" />
System.Windows.Forms.Primitives.Tests (8)
Interop\Oleaut32\VARIANTTests.cs (1)
1321yield return new object[] { new BOOL[] { BOOL.TRUE, BOOL.FALSE, BOOL.TRUE }, new bool[] { true, false, true } };
System\Windows\Forms\Automation\UiaTextRangeTests.cs (7)
413yield return new object?[] { "text", "text", BOOL.FALSE, BOOL.FALSE }; 414yield return new object?[] { "other", null, BOOL.FALSE, BOOL.FALSE }; 415yield return new object?[] { "TEXT", "text", BOOL.FALSE, BOOL.TRUE }; 416yield return new object?[] { "TEXT", null, BOOL.FALSE, BOOL.FALSE };
System.Windows.Forms.Tests (6)
System\Windows\Forms\Control.ActiveXImplTests.cs (3)
23HRESULT hr = persistStream.Save(istream.Value, fClearDirty: BOOL.FALSE); 48Assert.Throws<NotSupportedException>(() => persistStream.Save(istreamPointer, fClearDirty: BOOL.FALSE)); 65HRESULT hr = persistStream.Save(istream.Value, fClearDirty: BOOL.FALSE);
System\Windows\Forms\DataObjectTests.cs (3)
2609pDropFiles->fNC.Should().Be(BOOL.FALSE); 2650pDropFiles->fNC.Should().Be(BOOL.FALSE); 2651pDropFiles->fWide.Should().Be(BOOL.FALSE);