9 references to FindToolBar
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
98
if (
FindToolBar
!= null)
522
ToggleFindToolBar(
FindToolBar
== null);
654
if (
FindToolBar
!= null)
665
if (
FindToolBar
!= null)
668
FindToolBar
.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);
925
Invariant.Assert(enable == (
FindToolBar
== null));
1001
if (_textEditor == null &&
FindToolBar
!= null)
1251
if (
FindToolBar
!= null)
1504
FindToolBar findToolBar =
FindToolBar
;