1 write to _infoBar
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
947
_infoBar
= GetTemplateChild(_infoBarName) as FrameworkElement;
2 references to _infoBar
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
945
if (
_infoBar
== null)
949
return
_infoBar
;