39 references to FALSE
ComDisabled.Tests (1)
Control.ActiveXImplTests.cs (1)
26
HRESULT hr = persistStream.Save(istream.Value, fClearDirty: BOOL.
FALSE
);
System.Private.Windows.Core (2)
Windows\Win32\Graphics\GdiPlus\GdiplusStartupInputEx.cs (2)
16
result.Base.SuppressBackgroundThread = BOOL.
FALSE
;
17
result.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)
143
get => GetControl()?.Enabled ?? BOOL.
FALSE
;
215
get => GetControl()?.TabStop ?? BOOL.
FALSE
;
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1960
inPlaceSite.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)
1321
yield return new object[] { new BOOL[] { BOOL.TRUE, BOOL.
FALSE
, BOOL.TRUE }, new bool[] { true, false, true } };
System\Windows\Forms\Automation\UiaTextRangeTests.cs (7)
413
yield return new object?[] { "text", "text", BOOL.
FALSE
, BOOL.
FALSE
};
414
yield return new object?[] { "other", null, BOOL.
FALSE
, BOOL.
FALSE
};
415
yield return new object?[] { "TEXT", "text", BOOL.
FALSE
, BOOL.TRUE };
416
yield return new object?[] { "TEXT", null, BOOL.
FALSE
, BOOL.
FALSE
};
System.Windows.Forms.Tests (6)
System\Windows\Forms\Control.ActiveXImplTests.cs (3)
23
HRESULT hr = persistStream.Save(istream.Value, fClearDirty: BOOL.
FALSE
);
48
Assert.Throws<NotSupportedException>(() => persistStream.Save(istreamPointer, fClearDirty: BOOL.
FALSE
));
65
HRESULT hr = persistStream.Save(istream.Value, fClearDirty: BOOL.
FALSE
);
System\Windows\Forms\DataObjectTests.cs (3)
2609
pDropFiles->fNC.Should().Be(BOOL.
FALSE
);
2650
pDropFiles->fNC.Should().Be(BOOL.
FALSE
);
2651
pDropFiles->fWide.Should().Be(BOOL.
FALSE
);