2 references to IsSuspendingPopupAnimationPropertyKey
PresentationFramework (2)
src\Framework\System\Windows\Controls\MenuItem.cs (2)
1174
public static readonly DependencyProperty IsSuspendingPopupAnimationProperty =
IsSuspendingPopupAnimationPropertyKey
.DependencyProperty;
1188
SetValue(
IsSuspendingPopupAnimationPropertyKey
, BooleanBoxes.Box(value));