4 references to UInt32
System.Private.Windows.Core (4)
System\Value.cs (4)
298
_object = TypeFlags.
UInt32
;
306
_object = TypeFlags.
UInt32
;
712
|| (typeof(T) == typeof(uint) && _object == TypeFlags.
UInt32
)
839
else if (typeof(T) == typeof(uint?) && _object == TypeFlags.
UInt32
)