1 write to _findToolbar
PresentationFramework (1)
System\Windows\Controls\DocumentViewer.cs (1)
2157_findToolbar = new FindToolBar();
16 references to _findToolbar
PresentationFramework (16)
System\Windows\Controls\DocumentViewer.cs (16)
892if (_findToolbar != null) 894_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2154if( _findToolbar == null ) 2160_findToolbar.FindClicked += new EventHandler(OnFindInvoked); 2163_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2169if (!_findToolbar.IsAncestorOf(this)) 2171((IAddChild)findHost).AddChild(_findToolbar); 2187if (_findToolbar != null && TextEditor != null) 2189ITextRange findResult = Find(_findToolbar); 2204_findToolbar.GoToTextBox(); 2211string messageString = _findToolbar.SearchUp ? 2218_findToolbar.SearchText); 2247if (_findToolbar != null) 2249_findToolbar.GoToTextBox(); 2261if (_findToolbar == null || Document == null) 2274_findToolbar.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);