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