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