3 references to new
System.Private.Windows.Core (3)
Windows.Win32.BOOL.g.cs (1)
51
public static implicit operator BOOL(bool value) => new
BOOL
(value);
Windows\Win32\Foundation\BOOL.cs (2)
10
public static BOOL TRUE { get; } =
new
(true);
12
public static BOOL FALSE { get; } =
new
(false);