7 references to OpacityProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
2684get { return (double) GetValue(OpacityProperty); } 2685set { SetValue(OpacityProperty, value); }
PresentationFramework (5)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
297BeginAnimation(PopupRoot.OpacityProperty, anim); 341BeginAnimation(PopupRoot.OpacityProperty, null);
System\windows\Documents\CaretElement.cs (2)
920_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, _blinkAnimationClock); 926_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, null);
System\Windows\Documents\TextSchema.cs (1)
1186UIElement.OpacityProperty,