1 write to _findToolbar
PresentationFramework (1)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
2207_findToolbar = new FindToolBar();
16 references to _findToolbar
PresentationFramework (16)
src\Framework\System\Windows\Controls\DocumentViewer.cs (16)
911if (_findToolbar != null) 913_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2204if( _findToolbar == null ) 2210_findToolbar.FindClicked += new EventHandler(OnFindInvoked); 2213_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2219if (!_findToolbar.IsAncestorOf(this)) 2221((IAddChild)findHost).AddChild(_findToolbar); 2242if (_findToolbar != null && TextEditor != null) 2244ITextRange findResult = Find(_findToolbar); 2259_findToolbar.GoToTextBox(); 2266string messageString = _findToolbar.SearchUp ? 2273_findToolbar.SearchText); 2307if (_findToolbar != null) 2309_findToolbar.GoToTextBox(); 2326if (_findToolbar == null || Document == null) 2339_findToolbar.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);