6 references to StylusPlugIns
PresentationFramework (6)
System\Windows\Controls\InkCanvas.cs (6)
165
this.
StylusPlugIns
.Add(_dynamicRenderer);
1974
previousIndex = this.
StylusPlugIns
.IndexOf(_dynamicRenderer);
1977
this.
StylusPlugIns
.RemoveAt(previousIndex);
1992
if (!this.
StylusPlugIns
.Contains(_dynamicRenderer))
1997
this.
StylusPlugIns
.Insert(previousIndex, _dynamicRenderer);
2001
this.
StylusPlugIns
.Add(_dynamicRenderer);