9 references to FindToolBar
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
98
if (
FindToolBar
!= null)
519
ToggleFindToolBar(
FindToolBar
== null);
651
if (
FindToolBar
!= null)
662
if (
FindToolBar
!= null)
665
FindToolBar
.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);
922
Invariant.Assert(enable == (
FindToolBar
== null));
995
if (_textEditor == null &&
FindToolBar
!= null)
1239
if (
FindToolBar
!= null)
1492
FindToolBar findToolBar =
FindToolBar
;