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