1 write to _infoBarCloseButton
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
958_infoBarCloseButton = GetTemplateChild(_infoBarCloseButtonName)
4 references to _infoBarCloseButton
PresentationUI (4)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (4)
955if (_infoBarCloseButton == null) 960if (_infoBarCloseButton != null) 962_infoBarCloseButton.Click += OnInfoBarCloseClicked; 965return _infoBarCloseButton;