1 write to _toolBar
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
698
_toolBar
= GetTemplateChild(_toolBarName) as Grid;
2 references to _toolBar
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
696
if (
_toolBar
== null)
700
return
_toolBar
;