6 references to GetOffsetToPosition
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (2)
435if (position.GetOffsetToPosition(endOfRunPosition) > 4096) 486char[] textBuffer = new char[position.GetOffsetToPosition(endOfRunPosition)];
MS\Internal\PtsHost\LineBase.cs (2)
116if (position.GetOffsetToPosition(endOfRunPosition) > 4096) 122char[] textBuffer = new char[position.GetOffsetToPosition(endOfRunPosition)];
MS\Internal\Text\ComplexLine.cs (2)
362if (position.GetOffsetToPosition(endOfRunPosition) > 4096) 368char[] textBuffer = new char[position.GetOffsetToPosition(endOfRunPosition)];