11 references to
PresentationCore (11)
Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs (2)
60if (_extendedProperties[i].Equals(that[x])) 215guids[i] = this[i].Id;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
779ExtendedProperty prop = attributes[i]; 807ExtendedProperty attribute = attributes[x];
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (5)
608if (epcClone[x].Id == KnownIds.StylusTipTransform) 610Matrix matrix = (Matrix)epcClone[x].Value; 612epcClone[x].Value = matrixString; 616if (DrawingAttributes.RemoveIdFromExtendedProperties(epcClone[x].Id)) 618epcClone.Remove(epcClone[x].Id);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2200guidList.Add(attributes[i].Id); 2243guidList.Add(stroke.ExtendedProperties[i].Id);