12 references to Select
PresentationFramework (12)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
154TextSelectionInternal.Select(_textContainer.Start, _textContainer.End);
System\Windows\Controls\TextBox.cs (4)
178TextSelectionInternal.Select(newStart, newEnd); 189TextSelectionInternal.Select(this.TextContainer.Start, this.TextContainer.Start); 816TextSelectionInternal.Select(TextSelectionInternal.Start, newEnd); 872TextSelectionInternal.Select(newStart, newEnd);
System\windows\Documents\TextEditorLists.cs (1)
336thisSelection.Select(position, position);
System\Windows\Documents\TextRange.cs (2)
1595this.Select(blockUIContainer.ContentStart, blockUIContainer.ContentEnd); 1603this.Select(inlineUIContainer.ElementStart, inlineUIContainer.ElementEnd);
System\Windows\Documents\TextRangeEditTables.cs (2)
1261textRange.Select(textRange.Start, textRange.Start); 1855textRange.Select(textRange.Start, textRange.End);
System\Windows\Documents\TextRangeSerialization.cs (2)
1289range.Select(range.Start, range.End); 1363range.Select(fragmentStart, fragmentEnd);