3 references to StaysOpenOnEditProperty
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
456
return (bool)GetValue(
StaysOpenOnEditProperty
);
460
SetValue(
StaysOpenOnEditProperty
, BooleanBoxes.Box(value));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
318
= ComboBox.
StaysOpenOnEditProperty
.AddOwner(typeof(RibbonComboBox),