1 write to IsFilledProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (1)
303
IsFilledProperty
=
4 references to IsFilledProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (2)
117
return (bool) GetValue(
IsFilledProperty
);
121
SetValueInternal(
IsFilledProperty
, BooleanBoxes.Box(value));
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
51
s_defaultValueForPathFigureIsFilled = (bool)PathFigure.
IsFilledProperty
.GetDefaultValue(typeof(PathFigure));
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7677
DependencyProperty dp = System.Windows.Media.PathFigure.
IsFilledProperty
;