1 instantiation of TextPositionPair
PresentationFramework (1)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
392
textRange = new
TextPositionPair
();
2 references to TextPositionPair
PresentationFramework (2)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (2)
378
TextPositionPair
textRange = null; //current text range
419
foreach (
TextPositionPair
range in ranges)