1 write to IsFilledProperty
PresentationCore (1)
System\Windows\Media\Generated\PathFigure.cs (1)
271
IsFilledProperty
=
4 references to IsFilledProperty
PresentationCore (3)
System\Windows\Media\Generated\PathFigure.cs (2)
85
return (bool) GetValue(
IsFilledProperty
);
89
SetValueInternal(
IsFilledProperty
, BooleanBoxes.Box(value));
System\Windows\Media\PathStreamGeometryContext.cs (1)
31
s_defaultValueForPathFigureIsFilled = (bool)PathFigure.
IsFilledProperty
.GetDefaultValue(typeof(PathFigure));
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8333
DependencyProperty dp = System.Windows.Media.PathFigure.
IsFilledProperty
;