2 writes to UInt32
System.Private.Windows.Core (2)
System\Value.cs (2)
299
_union.
UInt32
= value;
307
_union.
UInt32
= value.Value;
2 references to UInt32
System.Private.Windows.Core (2)
System\Value.cs (2)
841
uint? @uint = _union.
UInt32
;
930
NullableTemplate<uint> uintTemplate = new(_union.
UInt32
);