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