4 references to HasPushedMenuMode
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (4)
231
if (!menu.IsKeyboardFocusWithin && !menu.
HasPushedMenuMode
)
246
Debug.Assert(menu.
HasPushedMenuMode
);
838
if (!
HasPushedMenuMode
)
862
if (
HasPushedMenuMode
)