1 write to IsFilledProperty
PresentationCore (1)
System\Windows\Media\Generated\PathFigure.cs (1)
297
IsFilledProperty
=
4 references to IsFilledProperty
PresentationCore (3)
System\Windows\Media\Generated\PathFigure.cs (2)
111
return (bool) GetValue(
IsFilledProperty
);
115
SetValueInternal(
IsFilledProperty
, BooleanBoxes.Box(value));
System\Windows\Media\PathStreamGeometryContext.cs (1)
48
s_defaultValueForPathFigureIsFilled = (bool)PathFigure.
IsFilledProperty
.GetDefaultValue(typeof(PathFigure));
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7719
DependencyProperty dp = System.Windows.Media.PathFigure.
IsFilledProperty
;