2 overrides of
PresentationCore (2)
MS\Internal\Shaping\UshortList2.cs (2)
175
public override ushort
this
[int index]
283
public override ushort
this
[int index]
1 write to
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
47
_storage
[
_index + index] = value;
1 reference to
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
42
return _storage
[
_index + index];