1 write to _findToolbar
PresentationFramework (1)
System\Windows\Controls\DocumentViewer.cs (1)
2098_findToolbar = new FindToolBar();
15 references to _findToolbar
PresentationFramework (15)
System\Windows\Controls\DocumentViewer.cs (15)
876if (_findToolbar != null) 878_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2095if( _findToolbar == null ) 2101_findToolbar.FindClicked += new EventHandler(OnFindInvoked); 2104_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2110if (!_findToolbar.IsAncestorOf(this)) 2112((IAddChild)findHost).AddChild(_findToolbar); 2128if (_findToolbar != null && TextEditor != null) 2130ITextRange findResult = Find(_findToolbar); 2142_findToolbar.GoToTextBox(); 2149string messageString = _findToolbar.SearchUp ? 2156_findToolbar.SearchText); 2185_findToolbar?.GoToTextBox(); 2196if (_findToolbar == null || Document == null) 2209_findToolbar.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);