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