5 references to ExtendedProperties
PresentationCore (5)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
2161
Guid[] guids = ExtendedPropertySerializer.GetUnknownGuids(stroke.DrawingAttributes.
ExtendedProperties
, out count);
System\Windows\Ink\DrawingAttributes.cs (4)
316
this.
ExtendedProperties
.Remove(propertyDataId);
333
return this.
ExtendedProperties
.GetGuidArray();
342
return this.
ExtendedProperties
.Contains(propertyDataId);
362
return this.
ExtendedProperties
.Clone();