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