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