1 write to IsFilledProperty
PresentationCore (1)
System\Windows\Media\Generated\PathFigure.cs (1)
278
IsFilledProperty
=
4 references to IsFilledProperty
PresentationCore (3)
System\Windows\Media\Generated\PathFigure.cs (2)
93
return (bool) GetValue(
IsFilledProperty
);
97
SetValueInternal(
IsFilledProperty
, BooleanBoxes.Box(value));
System\Windows\Media\PathStreamGeometryContext.cs (1)
30
s_defaultValueForPathFigureIsFilled = (bool)PathFigure.
IsFilledProperty
.GetDefaultValue(typeof(PathFigure));
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8332
DependencyProperty dp = System.Windows.Media.PathFigure.
IsFilledProperty
;