8 writes to
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
780
_coreStrokes.ExtendedProperties
[
guid] = data;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
220
extendedProperties
[
guid] = data;
344
extendedProperties
[
guid] = data;
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
427
_extendedProperties
[
KnownIds.CurveFittingError] = value;
931
_extendedProperties
[
id] = value;
943
_extendedProperties
[
id] = value;
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
418
this.ExtendedProperties
[
propertyDataId] = propertyData;
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
180
this.ExtendedProperties
[
propertyDataId] = propertyData;
4 references to
PresentationCore (4)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (2)
422
return (int)_extendedProperties
[
KnownIds.CurveFittingError];
966
return _extendedProperties
[
id];
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
448
return this.ExtendedProperties
[
propertyDataId];
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
213
return this.ExtendedProperties
[
propertyDataId];