1 write to _infoBarText
PresentationUI (1)
MS\Internal\Documents\Application\StatusInfoItem.cs (1)
55_infoBarText = infoBarButton.Template.FindName("PUIInfoBarText", infoBarButton) as TextBlock;
2 references to _infoBarText
PresentationUI (2)
MS\Internal\Documents\Application\StatusInfoItem.cs (2)
173if (_infoBarText != null) 176_infoBarText.Text = resources.Text;