6 references to StylusPlugIns
PresentationFramework (6)
System\Windows\Controls\InkCanvas.cs (6)
153
this.
StylusPlugIns
.Add(_dynamicRenderer);
1962
previousIndex = this.
StylusPlugIns
.IndexOf(_dynamicRenderer);
1965
this.
StylusPlugIns
.RemoveAt(previousIndex);
1980
if (!this.
StylusPlugIns
.Contains(_dynamicRenderer))
1985
this.
StylusPlugIns
.Insert(previousIndex, _dynamicRenderer);
1989
this.
StylusPlugIns
.Add(_dynamicRenderer);