32 references to TRUE
System.Drawing.Common.Tests (1)
Helpers.cs (1)
151
PInvokeCore.GetMonitorInfo(hmonitor, ref info).Should().Be(BOOL.
TRUE
);
System.Windows.Forms (3)
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.Interop.Tests (1)
RichTextBoxTests.cs (1)
56
Assert.Equal(BOOL.
TRUE
, value.fProtected);
System.Windows.Forms.Primitives (19)
Microsoft\Office\IMsoComponent.cs (5)
261
/// <returns><see cref="BOOL.
TRUE
"/></returns>
275
/// Return <see cref="BOOL.
TRUE
"/> if the message is consumed,
315
/// If <see cref="BOOL.
TRUE
"/>, the host app is being activated and <paramref name="dwOtherThreadID"/>
414
/// <see cref="BOOL.
TRUE
"/> if more time is needed to perform the idle time tasks,
443
/// <see cref="BOOL.
TRUE
"/> if the message loop should continue, <see cref="BOOL.FALSE"/> otherwise.
Microsoft\Office\IMsoComponentManager.cs (14)
242
/// <returns><see cref="BOOL.
TRUE
"/></returns>
258
/// <returns><see cref="BOOL.
TRUE
"/> if successful.</returns>
269
/// <returns><see cref="BOOL.
TRUE
"/> if successful.</returns>
284
/// <returns><see cref="BOOL.
TRUE
"/> if successful.</returns>
306
/// <returns><see cref="BOOL.
TRUE
"/> if successful.</returns>
331
/// <see cref="BOOL.
TRUE
"/> to begin tracking operation. <see cref="BOOL.FALSE"/>
334
/// <returns><see cref="BOOL.
TRUE
"/> if successful.</returns>
417
/// <see cref="BOOL.
TRUE
"/> if, at the end of this call, the state is still in effect at the root
434
/// Return <see cref="BOOL.
TRUE
"/> if the state identified by <paramref name="uStateID"/>
448
/// <see cref="BOOL.
TRUE
"/> if component can continue its idle time processing,
468
/// <see cref="BOOL.
TRUE
"/> if component manager terminates loop because component told it
491
/// <returns><see cref="BOOL.
TRUE
"/> if successful.</returns>
505
/// <see cref="BOOL.
TRUE
"/> if the parent is returned, <see cref="BOOL.FALSE"/>
526
/// <see cref="BOOL.
TRUE
"/> if the component indicated by <paramref name="dwgac"/>
System.Windows.Forms.Primitives.Tests (7)
Interop\Oleaut32\VARIANTTests.cs (2)
1321
yield return new object[] { new BOOL[] { BOOL.
TRUE
, BOOL.FALSE, BOOL.
TRUE
}, new bool[] { true, false, true } };
System\Windows\Forms\Automation\UiaTextRangeTests.cs (5)
415
yield return new object?[] { "TEXT", "text", BOOL.FALSE, BOOL.
TRUE
};
454
Assert.True(((ITextRangeProvider.Interface)textRange).FindText(default, BOOL.
TRUE
, BOOL.
TRUE
, actual).Failed);
1024
Assert.True(((ITextRangeProvider.Interface)textRange).ScrollIntoView(BOOL.
TRUE
).Succeeded);
1050
Assert.True(((ITextRangeProvider.Interface)textRange).ScrollIntoView(BOOL.
TRUE
).Succeeded);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataObjectTests.cs (1)
2610
pDropFiles->fWide.Should().Be(BOOL.
TRUE
);