4 references to HasPushedMenuMode
PresentationFramework (4)
System\Windows\Controls\Primitives\MenuBase.cs (4)
219
if (!menu.IsKeyboardFocusWithin && !menu.
HasPushedMenuMode
)
234
Debug.Assert(menu.
HasPushedMenuMode
);
817
if (!
HasPushedMenuMode
)
841
if (
HasPushedMenuMode
)