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