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