1 type derived from TypeFlag
System.Private.Windows.Core (1)
System\Value.TypeFlag.cs (1)
32
private abstract class TypeFlag<T> :
TypeFlag
5 references to TypeFlag
System.Private.Windows.Core (5)
System\Value.cs (3)
46
else if (_object is
TypeFlag
typeFlag)
907
&& _object is
TypeFlag
underlyingTypeFlag
996
if (_object is
TypeFlag
flag)
System\Value.StraightCastFlag.cs (1)
11
/// <see cref="
TypeFlag
"/> that handles types that are a simple cast from a <see cref="Union"/>
System\Value.TypeFlag.cs (1)
30
/// Strongly typed <see cref="
TypeFlag
"/>.