11 references to
PresentationCore (11)
MS\Internal\Ink\ExtendedPropertyCollection.cs (2)
63
if (_extendedProperties[i].Equals(that
[
x]))
218
guids[i] = this
[
i].Id;
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
742
ExtendedProperty prop = attributes
[
i];
770
ExtendedProperty attribute = attributes
[
x];
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (5)
578
if (epcClone
[
x].Id == KnownIds.StylusTipTransform)
580
Matrix matrix = (Matrix)epcClone
[
x].Value;
582
epcClone
[
x].Value = matrixString;
586
if (DrawingAttributes.RemoveIdFromExtendedProperties(epcClone
[
x].Id))
588
epcClone.Remove(epcClone
[
x].Id);
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2149
guidList.Add(attributes
[
i].Id);
2192
guidList.Add(stroke.ExtendedProperties
[
i].Id);