5 references to ExtendedProperties
PresentationCore (5)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
2150
Guid[] guids = ExtendedPropertySerializer.GetUnknownGuids(stroke.DrawingAttributes.
ExtendedProperties
, out count);
System\Windows\Ink\DrawingAttributes.cs (4)
315
this.
ExtendedProperties
.Remove(propertyDataId);
332
return this.
ExtendedProperties
.GetGuidArray();
341
return this.
ExtendedProperties
.Contains(propertyDataId);
361
return this.
ExtendedProperties
.Clone();