11 references to ExtendedProperties
PresentationCore (11)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
322if (0 != _coreStrokes.Count || _coreStrokes.ExtendedProperties.Count != 0) 756_coreStrokes.ExtendedProperties[guid] = data; 1814if (_coreStrokes.ExtendedProperties.Count > 0) 1817cumulativeEncodedSize += ExtendedPropertySerializer.EncodeAsISF(_coreStrokes.ExtendedProperties, localStream, guidList, GetCompressionAlgorithm(), true); 2122ExtendedPropertyCollection attributes = _coreStrokes.ExtendedProperties;
System\Windows\Ink\StrokeCollection.cs (6)
157this.ExtendedProperties[propertyDataId] = propertyData; 161this.ExtendedProperties.Add(propertyDataId, propertyData); 174this.ExtendedProperties.Remove(propertyDataId); 190return this.ExtendedProperties[propertyDataId]; 198return this.ExtendedProperties.GetGuidArray(); 207return this.ExtendedProperties.Contains(propertyDataId);