11 references to
PresentationCore (11)
MS\Internal\Ink\ExtendedPropertyCollection.cs (2)
47if (_extendedProperties[i].Equals(that[x])) 202guids[i] = this[i].Id;
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
725ExtendedProperty prop = attributes[i]; 753ExtendedProperty attribute = attributes[x];
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (5)
567if (epcClone[x].Id == KnownIds.StylusTipTransform) 569Matrix matrix = (Matrix)epcClone[x].Value; 571epcClone[x].Value = matrixString; 575if (DrawingAttributes.RemoveIdFromExtendedProperties(epcClone[x].Id)) 577epcClone.Remove(epcClone[x].Id);
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2125guidList.Add(attributes[i].Id); 2168guidList.Add(stroke.ExtendedProperties[i].Id);