5 references to IsValidCompactAttributeFormat
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (2)
394
if (converter != null && converter.CanConvertFrom(typeof(string)) && !
IsValidCompactAttributeFormat
(sizeValue))
444
if (converter != null && converter.CanConvertFrom(typeof(string)) && !
IsValidCompactAttributeFormat
(pointValue))
AuthoringOM\Serializer\CodeTypeReferenceSerializer.cs (1)
82
if (string.IsNullOrEmpty(value) ||
IsValidCompactAttributeFormat
(value))
AuthoringOM\Serializer\StringCollectionMarkupSerializer.cs (1)
52
if (
IsValidCompactAttributeFormat
(value))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
1227
if (
IsValidCompactAttributeFormat
(value))