3 references to IsEditableProperty
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
337
get { return (bool) GetValue(
IsEditableProperty
); }
338
set { SetValue(
IsEditableProperty
, BooleanBoxes.Box(value)); }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
76
ComboBox.
IsEditableProperty
.AddOwner(typeof(RibbonComboBox),