4 references to HasPushedMenuMode
PresentationFramework (4)
System\Windows\Controls\Primitives\MenuBase.cs (4)
220
if (!menu.IsKeyboardFocusWithin && !menu.
HasPushedMenuMode
)
235
Debug.Assert(menu.
HasPushedMenuMode
);
818
if (!
HasPushedMenuMode
)
842
if (
HasPushedMenuMode
)