7 references to PopupAnimationProperty
PresentationFramework (7)
System\Windows\Controls\ContextMenu.cs (1)
498
_parentPopup.SetResourceReference(Popup.
PopupAnimationProperty
, SystemParameters.MenuPopupAnimationKey);
System\Windows\Controls\Primitives\Popup.cs (3)
777
get { return (PopupAnimation) GetValue(
PopupAnimationProperty
); }
778
set { SetValue(
PopupAnimationProperty
, value); }
817
d.CoerceValue(
PopupAnimationProperty
);
System\Windows\Controls\ToolTip.cs (1)
520
_parentPopup.SetResourceReference(Popup.
PopupAnimationProperty
, SystemParameters.ToolTipPopupAnimationKey);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3263
DependencyProperty dp = System.Windows.Controls.Primitives.Popup.
PopupAnimationProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1866
return System.Windows.Controls.Primitives.Popup.
PopupAnimationProperty
;