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