9 references to FindToolBar
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
99
if (
FindToolBar
!= null)
523
ToggleFindToolBar(
FindToolBar
== null);
655
if (
FindToolBar
!= null)
666
if (
FindToolBar
!= null)
669
FindToolBar
.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);
926
Invariant.Assert(enable == (
FindToolBar
== null));
1002
if (_textEditor == null &&
FindToolBar
!= null)
1252
if (
FindToolBar
!= null)
1505
FindToolBar findToolBar =
FindToolBar
;