8 writes to
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
757
_coreStrokes.ExtendedProperties
[
guid] = data;
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
194
extendedProperties
[
guid] = data;
318
extendedProperties
[
guid] = data;
System\Windows\Ink\DrawingAttributes.cs (3)
414
_extendedProperties
[
KnownIds.CurveFittingError] = value;
913
_extendedProperties
[
id] = value;
925
_extendedProperties
[
id] = value;
System\Windows\Ink\Stroke.cs (1)
395
this.ExtendedProperties
[
propertyDataId] = propertyData;
System\Windows\Ink\StrokeCollection.cs (1)
156
this.ExtendedProperties
[
propertyDataId] = propertyData;
4 references to
PresentationCore (4)
System\Windows\Ink\DrawingAttributes.cs (2)
409
return (int)_extendedProperties
[
KnownIds.CurveFittingError];
948
return _extendedProperties
[
id];
System\Windows\Ink\Stroke.cs (1)
425
return this.ExtendedProperties
[
propertyDataId];
System\Windows\Ink\StrokeCollection.cs (1)
189
return this.ExtendedProperties
[
propertyDataId];