2 references to IsRoundProperty
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
581
get { return (bool)GetValue(
IsRoundProperty
); }
582
set { SetValue(
IsRoundProperty
, value); }