8 references to OpacityProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
2726
get { return (double) GetValue(
OpacityProperty
); }
2727
set { SetValue(
OpacityProperty
, value); }
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (2)
291
BeginAnimation(PopupRoot.
OpacityProperty
, anim);
335
BeginAnimation(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)
1194
UIElement.
OpacityProperty
,
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
907
target.BeginAnimation(FrameworkElement.
OpacityProperty
, opacityAnimation);