1 write to _findToolbar
PresentationFramework (1)
System\Windows\Controls\DocumentViewer.cs (1)
2099_findToolbar = new FindToolBar();
15 references to _findToolbar
PresentationFramework (15)
System\Windows\Controls\DocumentViewer.cs (15)
877if (_findToolbar != null) 879_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2096if( _findToolbar == null ) 2102_findToolbar.FindClicked += new EventHandler(OnFindInvoked); 2105_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2111if (!_findToolbar.IsAncestorOf(this)) 2113((IAddChild)findHost).AddChild(_findToolbar); 2129if (_findToolbar != null && TextEditor != null) 2131ITextRange findResult = Find(_findToolbar); 2143_findToolbar.GoToTextBox(); 2150string messageString = _findToolbar.SearchUp ? 2157_findToolbar.SearchText); 2186_findToolbar?.GoToTextBox(); 2197if (_findToolbar == null || Document == null) 2210_findToolbar.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);