7 references to IsDropDownOpenProperty
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
204owner.SetCurrentValueInternal(ComboBox.IsDropDownOpenProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox); 218owner.SetCurrentValueInternal(ComboBox.IsDropDownOpenProperty, MS.Internal.KnownBoxes.BooleanBoxes.FalseBox);
src\Framework\System\Windows\Controls\ComboBox.cs (5)
134get { return (bool) GetValue(IsDropDownOpenProperty); } 135set { SetValue(IsDropDownOpenProperty, BooleanBoxes.Box(value)); } 192CoerceValue(IsDropDownOpenProperty); 1863SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.Box(openDropDown)); 1893SetCurrentValueInternal(IsDropDownOpenProperty, false);