1 write to IsFilledProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (1)
303IsFilledProperty =
4 references to IsFilledProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (2)
117return (bool) GetValue(IsFilledProperty); 121SetValueInternal(IsFilledProperty, BooleanBoxes.Box(value));
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
51s_defaultValueForPathFigureIsFilled = (bool)PathFigure.IsFilledProperty.GetDefaultValue(typeof(PathFigure));
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7677DependencyProperty dp = System.Windows.Media.PathFigure.IsFilledProperty;