2 references to IsCheckedProperty
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
490
get { return (bool?)GetValue(
IsCheckedProperty
); }
491
set { SetValue(
IsCheckedProperty
, value); }