1 write to _findToolbar
PresentationFramework (1)
System\Windows\Controls\DocumentViewer.cs (1)
2095_findToolbar = new FindToolBar();
14 references to _findToolbar
PresentationFramework (14)
System\Windows\Controls\DocumentViewer.cs (14)
876_findToolbar?.DocumentLoaded = (Document != null) ? true : false; 2092if( _findToolbar == null ) 2098_findToolbar.FindClicked += new EventHandler(OnFindInvoked); 2101_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2107if (!_findToolbar.IsAncestorOf(this)) 2109((IAddChild)findHost).AddChild(_findToolbar); 2125if (_findToolbar != null && TextEditor != null) 2127ITextRange findResult = Find(_findToolbar); 2139_findToolbar.GoToTextBox(); 2146string messageString = _findToolbar.SearchUp ? 2153_findToolbar.SearchText); 2182_findToolbar?.GoToTextBox(); 2193if (_findToolbar == null || Document == null) 2206_findToolbar.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);