1 write to SegmentsProperty
PresentationCore (1)
System\Windows\Media\Generated\PathFigure.cs (1)
280
SegmentsProperty
=
4 references to SegmentsProperty
PresentationCore (2)
System\Windows\Media\Generated\PathFigure.cs (2)
100
return (PathSegmentCollection) GetValue(
SegmentsProperty
);
104
SetValueInternal(
SegmentsProperty
, value);
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3296
DependencyProperty dp = System.Windows.Media.PathFigure.
SegmentsProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1850
return System.Windows.Media.PathFigure.
SegmentsProperty
;