7 instantiations of ExtendedPropertyCollection
PresentationCore (7)
MS\Internal\Ink\ExtendedPropertyCollection.cs (1)
133ExtendedPropertyCollection copied = new ExtendedPropertyCollection();
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
413ExtendedPropertyCollection epc = new ExtendedPropertyCollection();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
191extendedProperties = new ExtendedPropertyCollection(); 315extendedProperties = new ExtendedPropertyCollection();
System\Windows\Ink\DrawingAttributes.cs (1)
29_extendedProperties = new ExtendedPropertyCollection();
System\Windows\Ink\Stroke.cs (1)
700_extendedProperties = new ExtendedPropertyCollection();
System\Windows\Ink\StrokeCollection.cs (1)
548_extendedProperties = new ExtendedPropertyCollection();
24 references to ExtendedPropertyCollection
PresentationCore (24)
MS\Internal\Ink\ExtendedPropertyCollection.cs (8)
32ExtendedPropertyCollection that = (ExtendedPropertyCollection)o; 63public static bool operator ==(ExtendedPropertyCollection first, ExtendedPropertyCollection second) 85public static bool operator!=(ExtendedPropertyCollection first, ExtendedPropertyCollection second) 131internal ExtendedPropertyCollection Clone() 133ExtendedPropertyCollection copied = new ExtendedPropertyCollection();
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
719internal static uint EncodeAsISF(ExtendedPropertyCollection attributes, Stream stream, GuidList guidList, byte compressionAlgorithm, bool fTag) 747internal static Guid[] GetUnknownGuids(ExtendedPropertyCollection attributes, out int count)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
558ExtendedPropertyCollection epcClone = da.CopyPropertyData();
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
413ExtendedPropertyCollection epc = new ExtendedPropertyCollection(); 2122ExtendedPropertyCollection attributes = _coreStrokes.ExtendedProperties;
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
58ExtendedPropertyCollection extendedProperties; 131out ExtendedPropertyCollection extendedProperties)
System\Windows\Ink\DrawingAttributes.cs (4)
38internal DrawingAttributes(ExtendedPropertyCollection extendedProperties) 347internal ExtendedPropertyCollection ExtendedProperties 359internal ExtendedPropertyCollection CopyPropertyData() 1011private ExtendedPropertyCollection _extendedProperties;
System\Windows\Ink\Stroke.cs (3)
45internal Stroke(StylusPointCollection stylusPoints, DrawingAttributes drawingAttributes, ExtendedPropertyCollection extendedProperties) 694internal ExtendedPropertyCollection ExtendedProperties 1093private ExtendedPropertyCollection _extendedProperties = null;
System\Windows\Ink\StrokeCollection.cs (2)
539internal ExtendedPropertyCollection ExtendedProperties 820private ExtendedPropertyCollection _extendedProperties = null;