1 write to IsStrokedProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\PathSegment.cs (1)
230IsStrokedProperty =
4 references to IsStrokedProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\PathSegment.cs (2)
102return (bool) GetValue(IsStrokedProperty); 106SetValueInternal(IsStrokedProperty, BooleanBoxes.Box(value));
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
55s_defaultValueForPathSegmentIsStroked = (bool)PathSegment.IsStrokedProperty.GetDefaultValue(typeof(PathSegment));
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7881DependencyProperty dp = System.Windows.Media.PathSegment.IsStrokedProperty;