1 write to IsStrokedProperty
PresentationCore (1)
System\Windows\Media\Generated\PathSegment.cs (1)
205IsStrokedProperty =
4 references to IsStrokedProperty
PresentationCore (3)
System\Windows\Media\Generated\PathSegment.cs (2)
78return (bool) GetValue(IsStrokedProperty); 82SetValueInternal(IsStrokedProperty, BooleanBoxes.Box(value));
System\Windows\Media\PathStreamGeometryContext.cs (1)
34s_defaultValueForPathSegmentIsStroked = (bool)PathSegment.IsStrokedProperty.GetDefaultValue(typeof(PathSegment));
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8560DependencyProperty dp = System.Windows.Media.PathSegment.IsStrokedProperty;