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