8 references to IsCheckedProperty
PresentationFramework (8)
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
270owner.SetCurrentValueInternal(MenuItem.IsCheckedProperty, MS.Internal.KnownBoxes.BooleanBoxes.Box(!owner.IsChecked));
src\Framework\System\Windows\Controls\MenuItem.cs (3)
923get { return (bool) GetValue(IsCheckedProperty); } 924set { SetValue(IsCheckedProperty, BooleanBoxes.Box(value)); } 1377SetCurrentValueInternal(IsCheckedProperty, BooleanBoxes.Box(!IsChecked));
src\Framework\System\Windows\Controls\StickyNote.cs (3)
1667inkMenuItem.SetBinding(MenuItem.IsCheckedProperty, checkedBind); 1679selectMenuItem.SetBinding(MenuItem.IsCheckedProperty, checkedBind); 1691eraseMenuItem.SetBinding(MenuItem.IsCheckedProperty, checkedBind);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8072DependencyProperty dp = System.Windows.Controls.MenuItem.IsCheckedProperty;