7 references to OpacityProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
2683get { return (double) GetValue(OpacityProperty); } 2684set { SetValue(OpacityProperty, value); }
PresentationFramework (5)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
296BeginAnimation(PopupRoot.OpacityProperty, anim); 340BeginAnimation(PopupRoot.OpacityProperty, null);
System\windows\Documents\CaretElement.cs (2)
919_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, _blinkAnimationClock); 925_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, null);
System\Windows\Documents\TextSchema.cs (1)
1185UIElement.OpacityProperty,