1 type derived from StylusPlugIn
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
35public class DynamicRenderer : StylusPlugIn
18 references to StylusPlugIn
PresentationCore (18)
System\Windows\Input\Stylus\Common\RawStylusInput.cs (2)
200internal StylusPlugIn CurrentNotifyPlugIn 218StylusPlugIn _currentNotifyPlugIn;
System\Windows\Input\Stylus\Common\RawStylusInputCustomData.cs (3)
21public RawStylusInputCustomData(StylusPlugIn owner, object data) 41public StylusPlugIn Owner 49StylusPlugIn _owner;
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (9)
30public sealed class StylusPlugInCollection : Collection<StylusPlugIn> 40protected override void InsertItem(int index, StylusPlugIn plugIn) 142StylusPlugIn removedItem = base[index]; 156StylusPlugIn removedItem = base[index]; 174protected override void SetItem(int index, StylusPlugIn plugIn) 198StylusPlugIn originalPlugIn = base[index]; 212StylusPlugIn originalPlugIn = base[index]; 373StylusPlugIn plugIn = base[i]; 384StylusPlugIn plugIn = base[i];
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (2)
84foreach (StylusPlugIn spi in Wrapper) 119foreach (StylusPlugIn spi in Wrapper)
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (2)
99foreach (StylusPlugIn spi in Wrapper) 134foreach (StylusPlugIn spi in Wrapper)