2 references to IsRoundProperty
PresentationFramework.Luna (2)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
176
get { return (bool)GetValue(
IsRoundProperty
); }
177
set { SetValue(
IsRoundProperty
, value); }