2 references to IsReadOnlyProperty
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
384
get { return (bool) GetValue(
IsReadOnlyProperty
); }
385
set { SetValue(
IsReadOnlyProperty
, BooleanBoxes.Box(value)); }