9 references to IsCheckable
PresentationFramework (4)
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (2)
47
if (owner.
IsCheckable
)
277
if (!owner.
IsCheckable
)
System\Windows\Controls\MenuItem.cs (2)
769
if (!
IsCheckable
&& HasItems)
1362
if (
IsCheckable
)
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (2)
95
if (menuItemOwner.
IsCheckable
)
270
if (menuItemOwner == null || !menuItemOwner.
IsCheckable
)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
1925
if (menuItem.
IsCheckable
)
1942
if (menuItem.
IsCheckable
)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1221
return (HasItems && !
IsCheckable
);