2 writes to _standardValuesExclusive
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (2)
965_standardValuesExclusive = (this.Converter == null || this.Converter.GetStandardValuesExclusive()); 1337_standardValuesExclusive = null;
3 references to _standardValuesExclusive
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (3)
963if (_standardValuesExclusive == null) 968Fx.Assert(_standardValuesExclusive != null, "_standardValuesExclusive should not be null"); 969return (bool)_standardValuesExclusive;