8 references to OpacityProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
2726get { return (double) GetValue(OpacityProperty); } 2727set { SetValue(OpacityProperty, value); }
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (2)
291BeginAnimation(PopupRoot.OpacityProperty, anim); 335BeginAnimation(PopupRoot.OpacityProperty, null);
src\Framework\System\windows\Documents\CaretElement.cs (2)
930_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, _blinkAnimationClock); 936_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, null);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1194UIElement.OpacityProperty,
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
907target.BeginAnimation(FrameworkElement.OpacityProperty, opacityAnimation);