4 references to UInt16
System.Private.Windows.Core (4)
System\Value.cs (4)
271
_object = TypeFlags.
UInt16
;
279
_object = TypeFlags.
UInt16
;
710
|| (typeof(T) == typeof(ushort) && _object == TypeFlags.
UInt16
)
862
else if (typeof(T) == typeof(ushort?) && _object == TypeFlags.
UInt16
)