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