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