7 writes to Opacity
PresentationFramework (7)
System\Windows\Controls\Primitives\CalendarItem.cs (5)
1238childButton.Opacity = 0; 1243childButton.Opacity = 1; 1254childButton.Opacity = 0; 1282childButton.Opacity = 0; 1287childButton.Opacity = 1;
System\Windows\Controls\Primitives\Popup.cs (2)
1580_popupRoot.Opacity = 0.0; 1655_popupRoot.Opacity = 1.0;
2 references to Opacity
PresentationCore (2)
System\Windows\UIElement.cs (2)
2691base.VisualOpacity = Opacity; 2999base.VisualOpacity = Opacity;