1 write to _infoBarCloseButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
957_infoBarCloseButton = GetTemplateChild(_infoBarCloseButtonName)
4 references to _infoBarCloseButton
PresentationUI (4)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (4)
954if (_infoBarCloseButton == null) 959if (_infoBarCloseButton != null) 961_infoBarCloseButton.Click += OnInfoBarCloseClicked; 964return _infoBarCloseButton;