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