11 references to
PresentationCore (11)
MS\Internal\Ink\ExtendedPropertyCollection.cs (2)
63if (_extendedProperties[i].Equals(that[x])) 218guids[i] = this[i].Id;
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
742ExtendedProperty prop = attributes[i]; 770ExtendedProperty attribute = attributes[x];
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (5)
578if (epcClone[x].Id == KnownIds.StylusTipTransform) 580Matrix matrix = (Matrix)epcClone[x].Value; 582epcClone[x].Value = matrixString; 586if (DrawingAttributes.RemoveIdFromExtendedProperties(epcClone[x].Id)) 588epcClone.Remove(epcClone[x].Id);
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2149guidList.Add(attributes[i].Id); 2192guidList.Add(stroke.ExtendedProperties[i].Id);