2 overrides of IsActiveForInput
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (1)
35internal override bool IsActiveForInput
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (1)
39internal override bool IsActiveForInput
8 references to IsActiveForInput
PresentationCore (8)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (8)
60if (_stylusPlugInCollectionImpl.IsActiveForInput) 101if (_stylusPlugInCollectionImpl.IsActiveForInput) 137if (_stylusPlugInCollectionImpl.IsActiveForInput) 193if (_stylusPlugInCollectionImpl.IsActiveForInput) 337if (_stylusPlugInCollectionImpl.IsActiveForInput) 366if (_stylusPlugInCollectionImpl.IsActiveForInput) 399get { return _stylusPlugInCollectionImpl.IsActiveForInput; } 413if (_stylusPlugInCollectionImpl.IsActiveForInput)