6 references to GetOffsetToPosition
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
437if (position.GetOffsetToPosition(endOfRunPosition) > 4096) 488char[] textBuffer = new char[position.GetOffsetToPosition(endOfRunPosition)];
src\Framework\MS\Internal\PtsHost\LineBase.cs (2)
120if (position.GetOffsetToPosition(endOfRunPosition) > 4096) 126char[] textBuffer = new char[position.GetOffsetToPosition(endOfRunPosition)];
src\Framework\MS\Internal\Text\ComplexLine.cs (2)
367if (position.GetOffsetToPosition(endOfRunPosition) > 4096) 373char[] textBuffer = new char[position.GetOffsetToPosition(endOfRunPosition)];