5 references to IsSelected
PresentationFramework (5)
System\Windows\Controls\ComboBoxItem.cs (1)
155
if (
IsSelected
&& (null != (parent = ParentComboBox)))
System\Windows\Controls\ListBox.cs (3)
708
if (!item.
IsSelected
)
753
if (item.
IsSelected
)
806
bool select = !item.
IsSelected
;
System\Windows\Controls\ListBoxItem.cs (1)
200
if (
IsSelected
)