12 references to IsReadOnlyProperty
PresentationFramework (12)
System\Windows\Controls\DataGridBoundColumn.cs (1)
62
CoerceValue(
IsReadOnlyProperty
);
System\Windows\Controls\DataGridCell.cs (2)
253
else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.
IsReadOnlyProperty
|| e.Property == IsReadOnlyProperty)
537
DataGridColumn.
IsReadOnlyProperty
,
System\Windows\Controls\DataGridColumn.cs (6)
141
get { return (bool)GetValue(
IsReadOnlyProperty
); }
142
set { SetValue(
IsReadOnlyProperty
, value); }
165
IsReadOnlyProperty
,
835
else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property ==
IsReadOnlyProperty
)
837
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
916
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
109
CoerceValue(
IsReadOnlyProperty
);
146
CoerceValue(
IsReadOnlyProperty
);
172
CoerceValue(
IsReadOnlyProperty
);