5 references to ExtendedProperties
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
2225Guid[] guids = ExtendedPropertySerializer.GetUnknownGuids(stroke.DrawingAttributes.ExtendedProperties, out count);
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (4)
329this.ExtendedProperties.Remove(propertyDataId); 346return this.ExtendedProperties.GetGuidArray(); 355return this.ExtendedProperties.Contains(propertyDataId); 375return this.ExtendedProperties.Clone();