2 references to IsSelectedProperty
PresentationFramework.Luna (2)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
97get { return (bool)GetValue(IsSelectedProperty); } 98set { SetValue(IsSelectedProperty, value); }