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