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