2 overrides of UpdateState
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (1)
61internal override void UpdateState(UIElement element)
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (1)
67internal override void UpdateState(UIElement element)
5 references to UpdateState
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (5)
80_stylusPlugInCollectionImpl.UpdateState(_element); // Add to PenContexts if element is in proper state (can fire isactiveforinput). 575_stylusPlugInCollectionImpl.UpdateState(_element); 581_stylusPlugInCollectionImpl.UpdateState(_element); 587_stylusPlugInCollectionImpl.UpdateState(_element); 598_stylusPlugInCollectionImpl.UpdateState(_element);