8 writes to
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
756
_coreStrokes.ExtendedProperties
[
guid] = data;
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
193
extendedProperties
[
guid] = data;
317
extendedProperties
[
guid] = data;
System\Windows\Ink\DrawingAttributes.cs (3)
413
_extendedProperties
[
KnownIds.CurveFittingError] = value;
912
_extendedProperties
[
id] = value;
924
_extendedProperties
[
id] = value;
System\Windows\Ink\Stroke.cs (1)
394
this.ExtendedProperties
[
propertyDataId] = propertyData;
System\Windows\Ink\StrokeCollection.cs (1)
157
this.ExtendedProperties
[
propertyDataId] = propertyData;
4 references to
PresentationCore (4)
System\Windows\Ink\DrawingAttributes.cs (2)
408
return (int)_extendedProperties
[
KnownIds.CurveFittingError];
947
return _extendedProperties
[
id];
System\Windows\Ink\Stroke.cs (1)
424
return this.ExtendedProperties
[
propertyDataId];
System\Windows\Ink\StrokeCollection.cs (1)
190
return this.ExtendedProperties
[
propertyDataId];