9 references to IsCheckable
PresentationFramework (4)
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (2)
60
if (owner.
IsCheckable
)
290
if (!owner.
IsCheckable
)
System\Windows\Controls\MenuItem.cs (2)
779
if (!
IsCheckable
&& HasItems)
1372
if (
IsCheckable
)
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (2)
99
if (menuItemOwner.
IsCheckable
)
274
if (menuItemOwner == null || !menuItemOwner.
IsCheckable
)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
1930
if (menuItem.
IsCheckable
)
1947
if (menuItem.
IsCheckable
)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1224
return (HasItems && !
IsCheckable
);