5 implementations of GetTextRunLength
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
166
int ITextPointer.
GetTextRunLength
(LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
91
int ITextPointer.
GetTextRunLength
(LogicalDirection direction)
System\Windows\Documents\FixedTextPointer.cs (1)
105
int ITextPointer.
GetTextRunLength
(LogicalDirection direction)
System\Windows\Documents\NullTextNavigator.cs (1)
81
int ITextPointer.
GetTextRunLength
(LogicalDirection direction)
System\Windows\Documents\TextPointer.cs (1)
2388
int ITextPointer.
GetTextRunLength
(LogicalDirection direction)
14 references to GetTextRunLength
PresentationFramework (14)
MS\Internal\Documents\TextBoxLine.cs (1)
117
int runLength = Math.Min(128, position.
GetTextRunLength
(LogicalDirection.Backward));
System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
88
/// <see cref="ITextPointer.
GetTextRunLength
"/>
641
/// <see cref="ITextPointer.
GetTextRunLength
"/>
648
return thisTp.ChildPointer.
GetTextRunLength
(direction);
1055
int runLength = childTn.
GetTextRunLength
(scanDir);
System\Windows\Documents\NullTextNavigator.cs (1)
78
/// <see cref="ITextPointer.
GetTextRunLength
"/>
System\Windows\Documents\Speller.cs (1)
1688
runCount = position.
GetTextRunLength
(LogicalDirection.Forward);
System\Windows\Documents\TextFindEngine.cs (1)
662
runCount = navigator.
GetTextRunLength
(direction);
System\Windows\Documents\TextPointerBase.cs (3)
62
textLength = position.
GetTextRunLength
(direction);
1424
runLength = Math.Min(navigator.
GetTextRunLength
(LogicalDirection.Backward), SelectionWordBreaker.MinContextLength - preceedingCount);
1443
runLength = Math.Min(navigator.
GetTextRunLength
(LogicalDirection.Forward), SelectionWordBreaker.MinContextLength - followingCount);
System\Windows\Documents\TextRangeBase.cs (1)
748
int runLength = navigator.
GetTextRunLength
(LogicalDirection.Forward);
System\Windows\Documents\TextRangeSerialization.cs (1)
303
int textLength = textReader.
GetTextRunLength
(LogicalDirection.Forward);
System\Windows\Documents\TextStore.cs (1)
2468
runCount = navigator.
GetTextRunLength
(LogicalDirection.Forward);