9 references to FindToolBar
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
102
if (
FindToolBar
!= null)
526
ToggleFindToolBar(
FindToolBar
== null);
662
if (
FindToolBar
!= null)
673
if (
FindToolBar
!= null)
676
FindToolBar
.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);
933
Invariant.Assert(enable == (
FindToolBar
== null));
1007
if (_textEditor == null &&
FindToolBar
!= null)
1263
if (
FindToolBar
!= null)
1541
FindToolBar findToolBar =
FindToolBar
;