2 overrides of Length
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (2)
206
public override int
Length
341
public override int
Length
1 reference to Length
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (1)
98
Invariant.Assert(length >= 0 && (index + length) <= _storage.
Length
, "List out of storage");