1 write to _findToolBar
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1038
if ((host != null) && ((
_findToolBar
= host.Content as FindToolBar) != null))
5 references to _findToolBar
PresentationUI (5)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (5)
1033
if (
_findToolBar
== null)
1042
_findToolBar
.Style =
_findToolBar
.FindResource(toolBarStyleKey) as Style;
1043
_findToolBar
.Background = ToolBar.Background;
1046
return
_findToolBar
;