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