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