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