1 write to SegmentsProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (1)
312
SegmentsProperty
=
4 references to SegmentsProperty
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (2)
132
return (PathSegmentCollection) GetValue(
SegmentsProperty
);
136
SetValueInternal(
SegmentsProperty
, value);
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3174
DependencyProperty dp = System.Windows.Media.PathFigure.
SegmentsProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1857
return System.Windows.Media.PathFigure.
SegmentsProperty
;