1 type derived from StylusPlugIn
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
21public class DynamicRenderer : StylusPlugIn
18 references to StylusPlugIn
PresentationCore (18)
System\Windows\Input\Stylus\Common\RawStylusInput.cs (2)
193internal StylusPlugIn CurrentNotifyPlugIn 211StylusPlugIn _currentNotifyPlugIn;
System\Windows\Input\Stylus\Common\RawStylusInputCustomData.cs (3)
15public RawStylusInputCustomData(StylusPlugIn owner, object data) 35public StylusPlugIn Owner 43StylusPlugIn _owner;
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (9)
21public sealed class StylusPlugInCollection : Collection<StylusPlugIn> 31protected override void InsertItem(int index, StylusPlugIn plugIn) 133StylusPlugIn removedItem = base[index]; 147StylusPlugIn removedItem = base[index]; 165protected override void SetItem(int index, StylusPlugIn plugIn) 189StylusPlugIn originalPlugIn = base[index]; 203StylusPlugIn originalPlugIn = base[index]; 364StylusPlugIn plugIn = base[i]; 375StylusPlugIn plugIn = base[i];
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (2)
75foreach (StylusPlugIn spi in Wrapper) 110foreach (StylusPlugIn spi in Wrapper)
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (2)
90foreach (StylusPlugIn spi in Wrapper) 125foreach (StylusPlugIn spi in Wrapper)