1 write to IsStrokedProperty
PresentationCore (1)
System\Windows\Media\Generated\PathSegment.cs (1)
224IsStrokedProperty =
4 references to IsStrokedProperty
PresentationCore (3)
System\Windows\Media\Generated\PathSegment.cs (2)
96return (bool) GetValue(IsStrokedProperty); 100SetValueInternal(IsStrokedProperty, BooleanBoxes.Box(value));
System\Windows\Media\PathStreamGeometryContext.cs (1)
52s_defaultValueForPathSegmentIsStroked = (bool)PathSegment.IsStrokedProperty.GetDefaultValue(typeof(PathSegment));
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7923DependencyProperty dp = System.Windows.Media.PathSegment.IsStrokedProperty;