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