11 references to ExtendedProperties
PresentationCore (11)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
346if (0 != _coreStrokes.Count || _coreStrokes.ExtendedProperties.Count != 0) 780_coreStrokes.ExtendedProperties[guid] = data; 1862if (_coreStrokes.ExtendedProperties.Count > 0) 1865cumulativeEncodedSize += ExtendedPropertySerializer.EncodeAsISF(_coreStrokes.ExtendedProperties, localStream, guidList, GetCompressionAlgorithm(), true); 2197ExtendedPropertyCollection attributes = _coreStrokes.ExtendedProperties;
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (6)
180this.ExtendedProperties[propertyDataId] = propertyData; 184this.ExtendedProperties.Add(propertyDataId, propertyData); 197this.ExtendedProperties.Remove(propertyDataId); 213return this.ExtendedProperties[propertyDataId]; 221return this.ExtendedProperties.GetGuidArray(); 230return this.ExtendedProperties.Contains(propertyDataId);