2 references to IsSelectedProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
657get { return (bool)GetValue(IsSelectedProperty); } 658set { SetValue(IsSelectedProperty, value); }