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