5 references to IsSelected
PresentationFramework (5)
System\Windows\Controls\ComboBoxItem.cs (1)
165
if (
IsSelected
&& (null != (parent = ParentComboBox)))
System\Windows\Controls\ListBox.cs (3)
710
if (!item.
IsSelected
)
755
if (item.
IsSelected
)
808
bool select = !item.
IsSelected
;
System\Windows\Controls\ListBoxItem.cs (1)
204
if (
IsSelected
)