1 override of GetNextPropertyChangePosition
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
948
internal override StaticTextPointer
GetNextPropertyChangePosition
(StaticTextPointer textPosition, LogicalDirection direction)
4 references to GetNextPropertyChangePosition
PresentationFramework (4)
MS\Internal\Documents\TextBoxLine.cs (1)
423
StaticTextPointer endOfRunPosition = _owner.Host.TextContainer.Highlights.
GetNextPropertyChangePosition
(position, LogicalDirection.Forward);
MS\Internal\PtsHost\LineBase.cs (1)
101
endOfRunPosition = position.TextContainer.Highlights.
GetNextPropertyChangePosition
(position, LogicalDirection.Forward);
MS\Internal\Text\ComplexLine.cs (1)
352
endOfRunPosition = _owner.Highlights.
GetNextPropertyChangePosition
(position, LogicalDirection.Forward);
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
955
returnPointer = base.
GetNextPropertyChangePosition
(parentPosition, direction);