6 references to GetOffsetToPosition
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (2)
428if (position.GetOffsetToPosition(endOfRunPosition) > 4096) 479char[] textBuffer = new char[position.GetOffsetToPosition(endOfRunPosition)];
MS\Internal\PtsHost\LineBase.cs (2)
110if (position.GetOffsetToPosition(endOfRunPosition) > 4096) 116char[] textBuffer = new char[position.GetOffsetToPosition(endOfRunPosition)];
MS\Internal\Text\ComplexLine.cs (2)
357if (position.GetOffsetToPosition(endOfRunPosition) > 4096) 363char[] textBuffer = new char[position.GetOffsetToPosition(endOfRunPosition)];