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