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