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