2 references to IsSelectedProperty
PresentationFramework (2)
System\Windows\Controls\ListBoxItem.cs (2)
80get { return (bool) GetValue(IsSelectedProperty); } 81set { SetValue(IsSelectedProperty, BooleanBoxes.Box(value)); }