1 write to _findToolbar
PresentationFramework (1)
System\Windows\Controls\DocumentViewer.cs (1)
2145_findToolbar = new FindToolBar();
16 references to _findToolbar
PresentationFramework (16)
System\Windows\Controls\DocumentViewer.cs (16)
880if (_findToolbar != null) 882_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2142if( _findToolbar == null ) 2148_findToolbar.FindClicked += new EventHandler(OnFindInvoked); 2151_findToolbar.DocumentLoaded = (Document != null) ? true : false; 2157if (!_findToolbar.IsAncestorOf(this)) 2159((IAddChild)findHost).AddChild(_findToolbar); 2175if (_findToolbar != null && TextEditor != null) 2177ITextRange findResult = Find(_findToolbar); 2192_findToolbar.GoToTextBox(); 2199string messageString = _findToolbar.SearchUp ? 2206_findToolbar.SearchText); 2235if (_findToolbar != null) 2237_findToolbar.GoToTextBox(); 2249if (_findToolbar == null || Document == null) 2262_findToolbar.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);