1 write to _highlightedInfo
PresentationFramework (1)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1974
_highlightedInfo
= value;
8 references to _highlightedInfo
PresentationFramework (8)
src\Framework\System\Windows\Controls\ComboBox.cs (8)
1063
AdjustItemInfo(e,
_highlightedInfo
);
1965
get { return
_highlightedInfo
; }
1968
ComboBoxItem cbi = (
_highlightedInfo
!= null) ?
_highlightedInfo
.Container as ComboBoxItem : null;
1976
cbi = (
_highlightedInfo
!= null) ?
_highlightedInfo
.Container as ComboBoxItem : null;
1988
get { return (
_highlightedInfo
== null) ? null :
_highlightedInfo
.Container as ComboBoxItem; }