1 write to _highlightedInfo
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
1956
_highlightedInfo
= value;
8 references to _highlightedInfo
PresentationFramework (8)
System\Windows\Controls\ComboBox.cs (8)
1051
AdjustItemInfo(e,
_highlightedInfo
);
1947
get { return
_highlightedInfo
; }
1950
ComboBoxItem cbi = (
_highlightedInfo
!= null) ?
_highlightedInfo
.Container as ComboBoxItem : null;
1958
cbi = (
_highlightedInfo
!= null) ?
_highlightedInfo
.Container as ComboBoxItem : null;
1970
get { return (
_highlightedInfo
== null) ? null :
_highlightedInfo
.Container as ComboBoxItem; }