3 references to Find
PresentationFramework (3)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
1592findResult = DocumentViewerHelper.Find(findToolBar, textEditor, textEditor.TextView, textEditor.TextView);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1558findResult = DocumentViewerHelper.Find(findToolBar, _textEditor, _textEditor.TextView, _textEditor.TextView);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
722return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView);