2 writes to _startIndex
PresentationCore (2)
MS\Internal\Shaping\OpenTypeLayout.cs (2)
252_startIndex = startIndex; 273set { _startIndex = value; }
1 reference to _startIndex
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayout.cs (1)
272get { return _startIndex; }