7 writes to Opacity
PresentationFramework (7)
System\Windows\Controls\Primitives\CalendarItem.cs (5)
1253childButton.Opacity = 0; 1258childButton.Opacity = 1; 1269childButton.Opacity = 0; 1297childButton.Opacity = 0; 1302childButton.Opacity = 1;
System\Windows\Controls\Primitives\Popup.cs (2)
1581_popupRoot.Opacity = 0.0; 1656_popupRoot.Opacity = 1.0;
2 references to Opacity
PresentationCore (2)
System\Windows\UIElement.cs (2)
2692base.VisualOpacity = Opacity; 3000base.VisualOpacity = Opacity;