Method |
Description |
|
CanReplaceSpan ( SnapshotSpan span, string newText ) : bool |
|
|
CancelIncrementalSearch ( ) : void |
|
|
Caret_PositionChanged ( object sender, CaretPositionChangedEventArgs e ) : void |
|
|
CleanUpIncrementalSearch ( ) : void |
|
|
CloseSearchControl ( ) : void |
|
|
CloseSearchControlIfIncrementalSearch ( ) : void |
|
|
FindNextCore ( FindOptions options, SnapshotPoint startingPosition ) : void |
|
|
FindNextResultCore ( FindOptions options, SnapshotPoint startingPosition ) : SnapshotSpan? |
|
|
FindNextSelectedCore ( bool forward, bool restart ) : void |
|
|
FocusReplaceStringTextBox ( ) : void |
|
|
FocusSearchStringTextBox ( ) : void |
|
|
GetAllResultsForReplaceAll ( ) : string>>.IEnumerable |
|
|
GetFindOptions ( SearchKind searchKind, bool forward ) : FindOptions |
|
|
GetFindResultStartIndex ( int position ) : int |
|
|
GetNextSearchPosition ( SnapshotSpan span, bool forward ) : SnapshotPoint |
|
|
GetStartingPosition ( FindOptions options, bool restart ) : SnapshotPoint? |
|
|
GetStartingPosition ( SearchKind searchKind, FindOptions options, bool restart ) : SnapshotPoint? |
|
|
GetsearchControlPosition ( SnapshotSpan span ) : SearchControlPosition |
|
|
Intersects ( SnapshotSpan fullSpan, ITextViewLine line, Rect rect ) : bool |
|
|
IsMultiLineRegexPattern ( string s ) : bool |
|
|
PositionSearchControl ( Rect rect ) : void |
|
|
PositionSearchControl ( SearchControlPosition position ) : void |
|
|
PositionSearchControl ( double left, double top ) : void |
|
|
PositionWithoutCoveringSpan ( SnapshotSpan span ) : void |
|
|
RefreshAllTags ( ) : void |
|
|
ReplaceAll ( ) : void |
|
|
ReplaceFindNextCore ( string &expandedReplacePattern ) : SnapshotSpan? |
|
|
ReplaceNext ( ) : void |
|
|
RepositionControl ( bool recalcSize = false ) : void |
|
|
RestartSearch ( ) : void |
|
|
RestartSearchAndUpdateMarkers ( ) : void |
|
|
SaveSettings ( ) : void |
|
|
SearchControl_GotKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void |
|
|
SearchControl_LostKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void |
|
|
SearchControl_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
|
|
SearchControl_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void |
|
|
SelectAllWhenFocused ( TextBox textBox ) : void |
|
|
SetFoundResult ( bool found ) : void |
|
|
SetIncrementalSearchString ( string newSearchString ) : void |
|
|
SetSearchKind ( SearchKind value ) : void |
|
|
SetSearchString ( string newSearchString, bool canSearch = true ) : void |
|
|
ShowSearchControl ( SearchKind searchKind, bool canOverwriteSearchString ) : void |
|
|
ShowSearchResult ( SnapshotSpan span ) : void |
|
|
ToggleFindReplace ( ) : void |
|
|
TryGetSearchStringAtCaret ( ) : string |
|
|
TryGetSearchStringAtPoint ( VirtualSnapshotPoint point ) : string |
|
|
TryGetSearchStringFromSelection ( ) : string |
|
|
Unescape ( string s, FindOptions options ) : string |
|
|
UpdateSearchStringFromCaretPosition ( bool canSearch ) : void |
|
|
UpdateTextMarkerSearch ( ) : void |
|
|
UseGlobalSettings ( bool canOverwriteSearchString ) : void |
|
|
UseGlobalSettingsIfUiIsHidden ( bool canOverwriteSearchString ) : void |
|
|
WpfTextView_Closed ( object sender, EventArgs e ) : void |
|
|
WpfTextView_LayoutChanged ( object sender, TextViewLayoutChangedEventArgs e ) : void |
|
|