3 references to BorderStyleProperty
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
480get { return (ClassicBorderStyle) GetValue(BorderStyleProperty); } 482set { SetValue(BorderStyleProperty, value); }
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
49DependencyProperty dp = Microsoft.Windows.Themes.ClassicBorderDecorator.BorderStyleProperty;