4 references to HasPushedMenuMode
PresentationFramework (4)
System\Windows\Controls\Primitives\MenuBase.cs (4)
229
if (!menu.IsKeyboardFocusWithin && !menu.
HasPushedMenuMode
)
244
Debug.Assert(menu.
HasPushedMenuMode
);
827
if (!
HasPushedMenuMode
)
851
if (
HasPushedMenuMode
)