50 overrides of IsReadOnly
System (5)
compmod\system\componentmodel\design\DesignerOptionService.cs (2)
466public override bool IsReadOnly { 547public override bool IsReadOnly {
compmod\system\componentmodel\ExtendedPropertyDescriptor.cs (1)
90public override bool IsReadOnly {
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
388public override bool IsReadOnly {
compmod\system\componentmodel\TypeConverter.cs (1)
487public override bool IsReadOnly {
System.Activities (2)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
183public override bool IsReadOnly
System\Activities\WorkflowDataContext.cs (1)
213public override bool IsReadOnly
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
980public override bool IsReadOnly { get { return _parent.IsReadOnly || Attributes.Contains(ReadOnlyAttribute.Yes); } }
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
625public override bool IsReadOnly
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
46public override bool IsReadOnly
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
60public override bool IsReadOnly
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1293public override bool IsReadOnly
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
130public override bool IsReadOnly
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
36public override bool IsReadOnly
System.ComponentModel.DataAnnotations (1)
DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
27public override bool IsReadOnly {
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
980public override bool IsReadOnly { get { return _parent.IsReadOnly || Attributes.Contains(ReadOnlyAttribute.Yes); } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
625public override bool IsReadOnly
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
46public override bool IsReadOnly
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
60public override bool IsReadOnly
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1293public override bool IsReadOnly
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
130public override bool IsReadOnly
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
36public override bool IsReadOnly
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (1)
88public override bool IsReadOnly {
fx\src\data\System\Data\Common\dbenumerator.cs (1)
124public override bool IsReadOnly {
fx\src\data\System\Data\DataColumnPropertyDescriptor.cs (1)
49public override bool IsReadOnly {
fx\src\data\System\Data\DataRelationPropertyDescriptor.cs (1)
36public override bool IsReadOnly {
fx\src\data\System\Data\DataTablePropertyDescriptor.cs (1)
34public override bool IsReadOnly {
System.Data.Entity (1)
System\Data\Objects\FieldDescriptor.cs (1)
116public override bool IsReadOnly
System.Web (3)
UI\ListSourceHelper.cs (1)
90public override bool IsReadOnly {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
119public override bool IsReadOnly {
UI\WebControls\XmlHierarchyData.cs (1)
207public override bool IsReadOnly {
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
906 public override bool IsReadOnly
System.Web.DynamicData (1)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (1)
61public override bool IsReadOnly {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperPropertyDescriptor.cs (1)
59public override bool IsReadOnly
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
7037public override bool IsReadOnly {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
481public override bool IsReadOnly {
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
110public override bool IsReadOnly {
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
906 public override bool IsReadOnly
System.Workflow.Activities (2)
Common\BasePropertyDescriptor.cs (2)
251public override bool IsReadOnly 395public override bool IsReadOnly
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1537public override bool IsReadOnly
AuthoringOM\Design\PropertyDescriptors.cs (1)
918public override bool IsReadOnly
AuthoringOM\Serializer\ModifyActivitiesPropertyDescriptor.cs (1)
49public override bool IsReadOnly
Shared\BasePropertyDescriptor.cs (2)
250public override bool IsReadOnly 394public override bool IsReadOnly
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
1593public override bool IsReadOnly 1653public override bool IsReadOnly
System.Xml.Linq (1)
System\Xml\Linq\XComponentModel.cs (1)
63public override bool IsReadOnly {
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
285public override bool IsReadOnly
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
447public override bool IsReadOnly { get { return Property.IsReadOnly; } }
51 references to IsReadOnly
PresentationFramework (5)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1627if (pd.IsReadOnly)
src\Framework\System\Windows\Controls\DataGridColumn.cs (1)
1220if (pd.IsReadOnly)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
117(!descriptor.IsReadOnly || visibility == DesignerSerializationVisibility.Content) && 508if (PropertyDescriptor != null && (PropertyDescriptor.IsReadOnly ||
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
910descriptor.IsReadOnly ||
System (2)
compmod\system\componentmodel\ComponentResourceManager.cs (1)
154if (prop != null && !prop.IsReadOnly && (kvp.Value == null || prop.PropertyType.IsInstanceOfType(kvp.Value))) {
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
468return property.IsReadOnly;
System.Activities (2)
System\Activities\RuntimeArgument.cs (2)
203if (createEmptyBinding && !this.bindingProperty.IsReadOnly) 269if (targetProperty != null && createEmptyBinding && !targetProperty.IsReadOnly)
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
980public override bool IsReadOnly { get { return _parent.IsReadOnly || Attributes.Contains(ReadOnlyAttribute.Yes); } }
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
132return propertyDescriptor.IsReadOnly;
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
131{ get { return _parent.IsReadOnly; } }
System.ComponentModel.DataAnnotations (1)
DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
32return _isReadOnly || _descriptor.IsReadOnly;
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
980public override bool IsReadOnly { get { return _parent.IsReadOnly || Attributes.Contains(ReadOnlyAttribute.Yes); } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
132return propertyDescriptor.IsReadOnly;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
131{ get { return _parent.IsReadOnly; } }
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
371reflected.ComponentType, reflected.PropertyType, reflected.IsReadOnly, attributes);
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1015isReadonly = reflected.IsReadOnly;
System.Web (4)
ModelBinding\MutableObjectModelBinder.cs (1)
185if (propertyDescriptor == null || propertyDescriptor.IsReadOnly) {
UI\WebControls\DataGrid.cs (1)
954column.ReadOnly = pd.IsReadOnly;
UI\WebControls\ObjectDataSourceView.cs (1)
697if (pd.IsReadOnly) {
UI\WebParts\PropertyGridEditorPart.cs (1)
152if (property.IsReadOnly) {
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
910 return this._basePropertyDescriptor.IsReadOnly;
System.Web.DynamicData (2)
DynamicData\ModelProviders\ColumnProvider.cs (1)
99_isReadOnly = propertyDescriptor != null ? propertyDescriptor.IsReadOnly : false;
DynamicData\ModelProviders\SimpleColumnProvider.cs (1)
20IsReadOnly = propertyDescriptor.IsReadOnly;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceViewSchema.cs (1)
116column.ReadOnly = property.IsReadOnly;
System.Web.Extensions (2)
UI\WebControls\DataSourceHelper.cs (1)
143if ((property != null) && (!property.IsReadOnly)) {
UI\WebControls\LinqDataSourceView.cs (1)
847if (property.PropertyType.IsSerializable && !property.IsReadOnly) {
System.Web.Mobile (2)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
878&& ((!property.IsReadOnly)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
448else if (!propDescs[i].IsReadOnly)
System.Windows.Forms (13)
winforms\Managed\System\WinForms\AxHost.cs (1)
7039return baseProp.IsReadOnly;
winforms\Managed\System\WinForms\Binding.cs (2)
551if (tempPropInfo.IsReadOnly && this.controlUpdateMode != ControlUpdateMode.Never) { 559if (tempPropIsNullInfo != null && tempPropIsNullInfo.PropertyType == typeof(bool) && !tempPropIsNullInfo.IsReadOnly)
winforms\Managed\System\WinForms\BindToObject.cs (1)
172if (!fieldInfo.IsReadOnly) {
winforms\Managed\System\WinForms\Control.cs (2)
14513if (sizeProperty != null && !sizeProperty.IsReadOnly && (bounds.Width != this.Width || bounds.Height != this.Height)) { 14520if (locationProperty != null && !locationProperty.IsReadOnly && (bounds.X != this.x || bounds.Y != this.y)) {
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
85this.readOnly = prop.IsReadOnly;
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (2)
980return this.props[boundColumnIndex].IsReadOnly; 1049dataGridViewColumn.ReadOnly = props[i].IsReadOnly;
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
115if (pd.IsReadOnly) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (3)
207return propertyInfo.IsReadOnly; 357if (propertyInfo.IsReadOnly && !readOnlyVerified && GetFlagSet(GridEntry.FLAG_READONLY_EDITABLE)) { 904if (propertyInfo.IsReadOnly) {
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
910 return this._basePropertyDescriptor.IsReadOnly;
System.Workflow.Activities (1)
Common\BasePropertyDescriptor.cs (1)
255return this.realPropertyDescriptor.IsReadOnly;
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesigner.cs (1)
2219canBindProperty = (propertyContext != null && ActivityBindPropertyDescriptor.IsBindableProperty(propertyContext.PropertyDescriptor) && !propertyContext.PropertyDescriptor.IsReadOnly);
AuthoringOM\Design\ComponentSerializationService.cs (1)
795return !(this.realPropDesc.IsReadOnly);
AuthoringOM\Design\PropertyDescriptors.cs (1)
274return RealPropertyDescriptor.IsReadOnly;
AuthoringOM\Design\XomlDesignerLoader.cs (1)
891if (!activityDesigner.IsLocked && ActivityBindPropertyDescriptor.IsBindableProperty(propDesc) && !propDesc.IsReadOnly)
Shared\BasePropertyDescriptor.cs (1)
254return this.realPropertyDescriptor.IsReadOnly;
WindowsBase (1)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
447public override bool IsReadOnly { get { return Property.IsReadOnly; } }