1 write to _highlightedInfo
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
1935_highlightedInfo = value;
8 references to _highlightedInfo
PresentationFramework (8)
System\Windows\Controls\ComboBox.cs (8)
1040AdjustItemInfo(e, _highlightedInfo); 1929get { return _highlightedInfo; } 1932ComboBoxItem cbi = (_highlightedInfo != null) ? _highlightedInfo.Container as ComboBoxItem : null; 1937cbi = (_highlightedInfo != null) ? _highlightedInfo.Container as ComboBoxItem : null; 1946get { return (_highlightedInfo == null) ? null : _highlightedInfo.Container as ComboBoxItem; }