9 references to FindToolBar
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
99
if (
FindToolBar
!= null)
523
ToggleFindToolBar(
FindToolBar
== null);
659
if (
FindToolBar
!= null)
670
if (
FindToolBar
!= null)
673
FindToolBar
.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);
930
Invariant.Assert(enable == (
FindToolBar
== null));
1004
if (_textEditor == null &&
FindToolBar
!= null)
1260
if (
FindToolBar
!= null)
1538
FindToolBar findToolBar =
FindToolBar
;