2 references to IsCheckedProperty
PresentationFramework.Royale (2)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
155get { return (bool?)GetValue(IsCheckedProperty); } 156set { SetValue(IsCheckedProperty, value); }