3 references to StrokesProperty
PresentationFramework (3)
System\Windows\Controls\InkCanvas.cs (3)
591
get { return (StrokeCollection)GetValue(
StrokesProperty
); }
592
set { SetValue(
StrokesProperty
, value); }
2022
strokes.Path = new PropertyPath(InkCanvas.
StrokesProperty
);