1 write to _standardValuesSupported
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
981_standardValuesSupported = (this.Converter != null && this.Converter.GetStandardValuesSupported());
3 references to _standardValuesSupported
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (3)
979if (_standardValuesSupported == null) 984Fx.Assert(_standardValuesSupported != null, "_standardValuesSupported should not be null"); 985return (bool)_standardValuesSupported;