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