2 instantiations of FindToolBar
PresentationFramework (2)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
44FindToolBar findToolBar = new FindToolBar();
System\Windows\Controls\DocumentViewer.cs (1)
2095_findToolbar = new FindToolBar();
21 references to FindToolBar
PresentationFramework (16)
MS\Internal\Documents\DocumentViewerHelper.cs (5)
44FindToolBar findToolBar = new FindToolBar(); 59FindToolBar findToolBar = findToolBarHost.Child as FindToolBar; 75internal static ITextRange Find(FindToolBar findToolBar, TextEditor textEditor, ITextView textView, ITextView masterPageTextView) 272internal static void ShowFindUnsuccessfulMessage(FindToolBar findToolBar)
System\Windows\Controls\DocumentViewer.cs (1)
2550private FindToolBar _findToolbar; // The FindToolbar UI
System\Windows\Controls\FlowDocumentReader.cs (3)
1545FindToolBar findToolBar = FindToolBar; 1850private FindToolBar FindToolBar 1852get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
1492FindToolBar findToolBar = FindToolBar; 1738private FindToolBar FindToolBar 1740get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
682internal ITextRange Find(FindToolBar findToolBar)
System\Windows\Controls\SinglePageViewer.cs (3)
1157FindToolBar findToolBar = FindToolBar; 1480private FindToolBar FindToolBar 1482get { return (_findToolBarHost != null) ? _findToolBarHost.Child as FindToolBar : null; }
PresentationUI (5)
artifacts\obj\PresentationUI\x86\Debug\net10.0\MS\Internal\Documents\FindToolBar.g.cs (2)
42internal MS.Internal.Documents.FindToolBar FindToolbar; 190this.FindToolbar = ((MS.Internal.Documents.FindToolBar)(target));
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1021private FindToolBar FindToolBar 1031if ((host != null) && ((_findToolBar = host.Content as FindToolBar) != null)) 2227private FindToolBar _findToolBar;