7 instantiations of ExtendedPropertyCollection
PresentationCore (7)
MS\Internal\Ink\ExtendedPropertyCollection.cs (1)
134ExtendedPropertyCollection copied = new ExtendedPropertyCollection();
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
414ExtendedPropertyCollection epc = new ExtendedPropertyCollection();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
192extendedProperties = new ExtendedPropertyCollection(); 316extendedProperties = new ExtendedPropertyCollection();
System\Windows\Ink\DrawingAttributes.cs (1)
30_extendedProperties = new ExtendedPropertyCollection();
System\Windows\Ink\Stroke.cs (1)
701_extendedProperties = new ExtendedPropertyCollection();
System\Windows\Ink\StrokeCollection.cs (1)
555_extendedProperties = new ExtendedPropertyCollection();
24 references to ExtendedPropertyCollection
PresentationCore (24)
MS\Internal\Ink\ExtendedPropertyCollection.cs (8)
33ExtendedPropertyCollection that = (ExtendedPropertyCollection)o; 64public static bool operator ==(ExtendedPropertyCollection first, ExtendedPropertyCollection second) 86public static bool operator!=(ExtendedPropertyCollection first, ExtendedPropertyCollection second) 132internal ExtendedPropertyCollection Clone() 134ExtendedPropertyCollection copied = new ExtendedPropertyCollection();
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
724internal static uint EncodeAsISF(ExtendedPropertyCollection attributes, Stream stream, GuidList guidList, byte compressionAlgorithm, bool fTag) 752internal static Guid[] GetUnknownGuids(ExtendedPropertyCollection attributes, out int count)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
559ExtendedPropertyCollection epcClone = da.CopyPropertyData();
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
414ExtendedPropertyCollection epc = new ExtendedPropertyCollection(); 2133ExtendedPropertyCollection attributes = _coreStrokes.ExtendedProperties;
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
59ExtendedPropertyCollection extendedProperties; 132out ExtendedPropertyCollection extendedProperties)
System\Windows\Ink\DrawingAttributes.cs (4)
39internal DrawingAttributes(ExtendedPropertyCollection extendedProperties) 348internal ExtendedPropertyCollection ExtendedProperties 360internal ExtendedPropertyCollection CopyPropertyData() 1012private ExtendedPropertyCollection _extendedProperties;
System\Windows\Ink\Stroke.cs (3)
46internal Stroke(StylusPointCollection stylusPoints, DrawingAttributes drawingAttributes, ExtendedPropertyCollection extendedProperties) 695internal ExtendedPropertyCollection ExtendedProperties 1094private ExtendedPropertyCollection _extendedProperties = null;
System\Windows\Ink\StrokeCollection.cs (2)
546internal ExtendedPropertyCollection ExtendedProperties 827private ExtendedPropertyCollection _extendedProperties = null;