3 references to Find
PresentationFramework (3)
System\Windows\Controls\FlowDocumentReader.cs (1)
1582
findResult = DocumentViewerHelper.
Find
(findToolBar, textEditor, textEditor.TextView, textEditor.TextView);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1553
findResult = DocumentViewerHelper.
Find
(findToolBar, _textEditor, _textEditor.TextView, _textEditor.TextView);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
694
return DocumentViewerHelper.
Find
(findToolBar, _textEditor, _textView, masterPageTextView);