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