2 writes to UInt16
System.Private.Windows.Core (2)
System\Value.cs (2)
272
_union.
UInt16
= value;
280
_union.
UInt16
= value.Value;
2 references to UInt16
System.Private.Windows.Core (2)
System\Value.cs (2)
864
ushort? @ushort = _union.
UInt16
;
924
NullableTemplate<ushort> ushortTemplate = new(_union.
UInt16
);