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; 1815if (_coreStrokes.ExtendedProperties.Count > 0) 1818cumulativeEncodedSize += ExtendedPropertySerializer.EncodeAsISF(_coreStrokes.ExtendedProperties, localStream, guidList, GetCompressionAlgorithm(), true); 2123ExtendedPropertyCollection attributes = _coreStrokes.ExtendedProperties;
System\Windows\Ink\StrokeCollection.cs (6)
158this.ExtendedProperties[propertyDataId] = propertyData; 162this.ExtendedProperties.Add(propertyDataId, propertyData); 175this.ExtendedProperties.Remove(propertyDataId); 191return this.ExtendedProperties[propertyDataId]; 199return this.ExtendedProperties.GetGuidArray(); 208return this.ExtendedProperties.Contains(propertyDataId);