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