1 write to IsClosedProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (1)
321
IsClosedProperty
=
4 references to IsClosedProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (2)
147
return (bool) GetValue(
IsClosedProperty
);
151
SetValueInternal(
IsClosedProperty
, BooleanBoxes.Box(value));
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
50
s_defaultValueForPathFigureIsClosed = (bool)PathFigure.
IsClosedProperty
.GetDefaultValue(typeof(PathFigure));
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7660
DependencyProperty dp = System.Windows.Media.PathFigure.
IsClosedProperty
;