4 references to UInt16
System.Private.Windows.Core (4)
System\Value.cs (4)
272
_object = TypeFlags.
UInt16
;
280
_object = TypeFlags.
UInt16
;
711
|| (typeof(T) == typeof(ushort) && _object == TypeFlags.
UInt16
)
863
else if (typeof(T) == typeof(ushort?) && _object == TypeFlags.
UInt16
)