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