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