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)
784get { return (PopupAnimation) GetValue(PopupAnimationProperty); } 785set { SetValue(PopupAnimationProperty, value); } 824d.CoerceValue(PopupAnimationProperty);
System\Windows\Controls\ToolTip.cs (1)
533_parentPopup.SetResourceReference(Popup.PopupAnimationProperty, SystemParameters.ToolTipPopupAnimationKey);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3265DependencyProperty dp = System.Windows.Controls.Primitives.Popup.PopupAnimationProperty;
System\Windows\Markup\KnownTypes.cs (1)
1866return System.Windows.Controls.Primitives.Popup.PopupAnimationProperty;