11 references to ExtendedProperties
PresentationCore (11)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
323if (0 != _coreStrokes.Count || _coreStrokes.ExtendedProperties.Count != 0) 757_coreStrokes.ExtendedProperties[guid] = data; 1817if (_coreStrokes.ExtendedProperties.Count > 0) 1820cumulativeEncodedSize += ExtendedPropertySerializer.EncodeAsISF(_coreStrokes.ExtendedProperties, localStream, guidList, GetCompressionAlgorithm(), true); 2133ExtendedPropertyCollection attributes = _coreStrokes.ExtendedProperties;
System\Windows\Ink\StrokeCollection.cs (6)
156this.ExtendedProperties[propertyDataId] = propertyData; 160this.ExtendedProperties.Add(propertyDataId, propertyData); 173this.ExtendedProperties.Remove(propertyDataId); 189return this.ExtendedProperties[propertyDataId]; 197return this.ExtendedProperties.GetGuidArray(); 206return this.ExtendedProperties.Contains(propertyDataId);