9 references to IsCheckable
PresentationFramework (4)
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (2)
46
if (owner.
IsCheckable
)
276
if (!owner.
IsCheckable
)
System\Windows\Controls\MenuItem.cs (2)
768
if (!
IsCheckable
&& HasItems)
1358
if (
IsCheckable
)
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (2)
94
if (menuItemOwner.
IsCheckable
)
269
if (menuItemOwner == null || !menuItemOwner.
IsCheckable
)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
1904
if (menuItem.
IsCheckable
)
1921
if (menuItem.
IsCheckable
)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1217
return (HasItems && !
IsCheckable
);