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)
840uint? @uint = _union.UInt32; 929NullableTemplate<uint> uintTemplate = new(_union.UInt32);