1 write to _isReadOnly
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
321this._isReadOnly = value;
3 references to _isReadOnly
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (3)
318get { return this._isReadOnly; } 322this._categoryList.Opacity = this._isReadOnly ? 0.8 : 1.0; 323this._categoryList.ToolTip = this._isReadOnly ? this.FindResource("editingDisabledHint") : null;