2 overrides of UpdateState
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (1)
51internal override void UpdateState(UIElement element)
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (1)
57internal override void UpdateState(UIElement element)
5 references to UpdateState
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (5)
70_stylusPlugInCollectionImpl.UpdateState(_element); // Add to PenContexts if element is in proper state (can fire isactiveforinput). 565_stylusPlugInCollectionImpl.UpdateState(_element); 571_stylusPlugInCollectionImpl.UpdateState(_element); 577_stylusPlugInCollectionImpl.UpdateState(_element); 588_stylusPlugInCollectionImpl.UpdateState(_element);