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