4 references to GetSafeRawValue
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
363list = isMixedValueEvaluator() ? null : (ModelUtilities.GetSafeRawValue(properties[0]) as IList); 552if (property.Value == null || ModelUtilities.GetSafeRawValue(property) == null)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (2)
1041mergedValue = ModelUtilities.GetSafeRawValue(property); 1049object nextValue = ModelUtilities.GetSafeRawValue(property);