5 references to IsSelected
PresentationFramework (5)
System\Windows\Controls\ComboBoxItem.cs (1)
156
if (
IsSelected
&& (null != (parent = ParentComboBox)))
System\Windows\Controls\ListBox.cs (3)
709
if (!item.
IsSelected
)
754
if (item.
IsSelected
)
807
bool select = !item.
IsSelected
;
System\Windows\Controls\ListBoxItem.cs (1)
201
if (
IsSelected
)