7 references to OpacityProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
2692get { return (double) GetValue(OpacityProperty); } 2693set { SetValue(OpacityProperty, value); }
PresentationFramework (5)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
285BeginAnimation(PopupRoot.OpacityProperty, anim); 329BeginAnimation(PopupRoot.OpacityProperty, null);
System\windows\Documents\CaretElement.cs (2)
923_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, _blinkAnimationClock); 929_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, null);
System\Windows\Documents\TextSchema.cs (1)
1191UIElement.OpacityProperty,