8 writes to
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
770
_coreStrokes.ExtendedProperties
[
guid] = data;
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
201
extendedProperties
[
guid] = data;
325
extendedProperties
[
guid] = data;
System\Windows\Ink\DrawingAttributes.cs (3)
425
_extendedProperties
[
KnownIds.CurveFittingError] = value;
924
_extendedProperties
[
id] = value;
936
_extendedProperties
[
id] = value;
System\Windows\Ink\Stroke.cs (1)
410
this.ExtendedProperties
[
propertyDataId] = propertyData;
System\Windows\Ink\StrokeCollection.cs (1)
168
this.ExtendedProperties
[
propertyDataId] = propertyData;
4 references to
PresentationCore (4)
System\Windows\Ink\DrawingAttributes.cs (2)
420
return (int)_extendedProperties
[
KnownIds.CurveFittingError];
959
return _extendedProperties
[
id];
System\Windows\Ink\Stroke.cs (1)
440
return this.ExtendedProperties
[
propertyDataId];
System\Windows\Ink\StrokeCollection.cs (1)
201
return this.ExtendedProperties
[
propertyDataId];