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