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