7 references to PopupAnimationProperty
PresentationFramework (7)
System\Windows\Controls\ContextMenu.cs (1)
506
_parentPopup.SetResourceReference(Popup.
PopupAnimationProperty
, SystemParameters.MenuPopupAnimationKey);
System\Windows\Controls\Primitives\Popup.cs (3)
784
get { return (PopupAnimation) GetValue(
PopupAnimationProperty
); }
785
set { SetValue(
PopupAnimationProperty
, value); }
824
d.CoerceValue(
PopupAnimationProperty
);
System\Windows\Controls\ToolTip.cs (1)
533
_parentPopup.SetResourceReference(Popup.
PopupAnimationProperty
, SystemParameters.ToolTipPopupAnimationKey);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3265
DependencyProperty dp = System.Windows.Controls.Primitives.Popup.
PopupAnimationProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1866
return System.Windows.Controls.Primitives.Popup.
PopupAnimationProperty
;