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