11 references to
PresentationCore (11)
MS\Internal\Ink\ExtendedPropertyCollection.cs (2)
48if (_extendedProperties[i].Equals(that[x])) 203guids[i] = this[i].Id;
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
730ExtendedProperty prop = attributes[i]; 758ExtendedProperty attribute = attributes[x];
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (5)
568if (epcClone[x].Id == KnownIds.StylusTipTransform) 570Matrix matrix = (Matrix)epcClone[x].Value; 572epcClone[x].Value = matrixString; 576if (DrawingAttributes.RemoveIdFromExtendedProperties(epcClone[x].Id)) 578epcClone.Remove(epcClone[x].Id);
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2136guidList.Add(attributes[i].Id); 2179guidList.Add(stroke.ExtendedProperties[i].Id);