5 references to IsSelected
PresentationFramework (5)
System\Windows\Controls\ComboBoxItem.cs (1)
176
if (
IsSelected
&& (null != (parent = ParentComboBox)))
System\Windows\Controls\ListBox.cs (3)
714
if (!item.
IsSelected
)
759
if (item.
IsSelected
)
812
bool select = !item.
IsSelected
;
System\Windows\Controls\ListBoxItem.cs (1)
211
if (
IsSelected
)