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