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