1 write to _infoBarCloseButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
957_infoBarCloseButton = GetTemplateChild(_infoBarCloseButtonName) as Button;
3 references to _infoBarCloseButton
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
954if (_infoBarCloseButton == null) 958_infoBarCloseButton?.Click += OnInfoBarCloseClicked; 960return _infoBarCloseButton;