6 references to StylusPlugIns
PresentationFramework (6)
System\Windows\Controls\InkCanvas.cs (6)
162
this.
StylusPlugIns
.Add(_dynamicRenderer);
1973
previousIndex = this.
StylusPlugIns
.IndexOf(_dynamicRenderer);
1976
this.
StylusPlugIns
.RemoveAt(previousIndex);
1991
if (!this.
StylusPlugIns
.Contains(_dynamicRenderer))
1996
this.
StylusPlugIns
.Insert(previousIndex, _dynamicRenderer);
2000
this.
StylusPlugIns
.Add(_dynamicRenderer);