6 references to StylusPlugIns
PresentationFramework (6)
src\Framework\System\Windows\Controls\InkCanvas.cs (6)
176
this.
StylusPlugIns
.Add(_dynamicRenderer);
2059
previousIndex = this.
StylusPlugIns
.IndexOf(_dynamicRenderer);
2062
this.
StylusPlugIns
.RemoveAt(previousIndex);
2077
if (!this.
StylusPlugIns
.Contains(_dynamicRenderer))
2082
this.
StylusPlugIns
.Insert(previousIndex, _dynamicRenderer);
2086
this.
StylusPlugIns
.Add(_dynamicRenderer);