3 references to StrokesProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\InkCanvas.cs (3)
615
get { return (StrokeCollection)GetValue(
StrokesProperty
); }
616
set { SetValue(
StrokesProperty
, value); }
2119
strokes.Path = new PropertyPath(InkCanvas.
StrokesProperty
);