7 references to PopupAnimationProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
510
_parentPopup.SetResourceReference(Popup.
PopupAnimationProperty
, SystemParameters.MenuPopupAnimationKey);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
782
get { return (PopupAnimation) GetValue(
PopupAnimationProperty
); }
783
set { SetValue(
PopupAnimationProperty
, value); }
822
d.CoerceValue(
PopupAnimationProperty
);
src\Framework\System\Windows\Controls\ToolTip.cs (1)
526
_parentPopup.SetResourceReference(Popup.
PopupAnimationProperty
, SystemParameters.ToolTipPopupAnimationKey);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3257
DependencyProperty dp = System.Windows.Controls.Primitives.Popup.
PopupAnimationProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1867
return System.Windows.Controls.Primitives.Popup.
PopupAnimationProperty
;