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