2 writes to UInt16
System.Private.Windows.Core (2)
System\Value.cs (2)
273
_union.
UInt16
= value;
281
_union.
UInt16
= value.Value;
2 references to UInt16
System.Private.Windows.Core (2)
System\Value.cs (2)
865
ushort? @ushort = _union.
UInt16
;
925
NullableTemplate<ushort> ushortTemplate = new(_union.
UInt16
);