9 references to FindToolBar
PresentationFramework (9)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
103
if (
FindToolBar
!= null)
527
ToggleFindToolBar(
FindToolBar
== null);
668
if (
FindToolBar
!= null)
679
if (
FindToolBar
!= null)
682
FindToolBar
.SearchUp = ((e.KeyboardDevice.Modifiers & ModifierKeys.Shift) == ModifierKeys.Shift);
939
Invariant.Assert(enable == (
FindToolBar
== null));
1015
if (_textEditor == null &&
FindToolBar
!= null)
1271
if (
FindToolBar
!= null)
1549
FindToolBar findToolBar =
FindToolBar
;