2 writes to UInt32
System.Private.Windows.Core (2)
System\Value.cs (2)
298
_union.
UInt32
= value;
306
_union.
UInt32
= value.Value;
2 references to UInt32
System.Private.Windows.Core (2)
System\Value.cs (2)
840
uint? @uint = _union.
UInt32
;
929
NullableTemplate<uint> uintTemplate = new(_union.
UInt32
);