2 references to OnFindInvoked
PresentationFramework (2)
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
2210
_findToolbar.FindClicked += new EventHandler(
OnFindInvoked
);
2341
OnFindInvoked
(this, EventArgs.Empty);