8 references to IsDropDownOpenProperty
PresentationFramework (7)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
209owner.SetCurrentValueInternal(ComboBox.IsDropDownOpenProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox); 223owner.SetCurrentValueInternal(ComboBox.IsDropDownOpenProperty, MS.Internal.KnownBoxes.BooleanBoxes.FalseBox);
System\Windows\Controls\ComboBox.cs (5)
133get { return (bool) GetValue(IsDropDownOpenProperty); } 134set { SetValue(IsDropDownOpenProperty, BooleanBoxes.Box(value)); } 191CoerceValue(IsDropDownOpenProperty); 1860SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.Box(openDropDown)); 1890SetCurrentValueInternal(IsDropDownOpenProperty, false);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
431ComboBox.IsDropDownOpenProperty.AddOwner(typeof(RibbonMenuButton),