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