1 write to _infoBarIcon
PresentationUI (1)
MS\Internal\Documents\Application\StatusInfoItem.cs (1)
54
_infoBarIcon
= infoBarButton.Template.FindName("PUIInfoBarIcon", infoBarButton) as Rectangle;
2 references to _infoBarIcon
PresentationUI (2)
MS\Internal\Documents\Application\StatusInfoItem.cs (2)
167
if (
_infoBarIcon
!= null)
170
_infoBarIcon
.Fill = resources.Image;