5 references to ExtendedProperties
PresentationCore (5)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
2174
Guid[] guids = ExtendedPropertySerializer.GetUnknownGuids(stroke.DrawingAttributes.
ExtendedProperties
, out count);
System\Windows\Ink\DrawingAttributes.cs (4)
327
this.
ExtendedProperties
.Remove(propertyDataId);
344
return this.
ExtendedProperties
.GetGuidArray();
353
return this.
ExtendedProperties
.Contains(propertyDataId);
373
return this.
ExtendedProperties
.Clone();