4 references to UInt32
System.Private.Windows.Core (4)
System\Value.cs (4)
297
_object = TypeFlags.
UInt32
;
305
_object = TypeFlags.
UInt32
;
711
|| (typeof(T) == typeof(uint) && _object == TypeFlags.
UInt32
)
838
else if (typeof(T) == typeof(uint?) && _object == TypeFlags.
UInt32
)