4 references to OnLayoutUpdated
PresentationCore (4)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (2)
235
_layoutChangedEventHandler = new EventHandler(
OnLayoutUpdated
);
583
OnLayoutUpdated
(sender, e);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (1)
84
Wrapper.
OnLayoutUpdated
(this.Wrapper, EventArgs.Empty);
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (1)
98
Wrapper.
OnLayoutUpdated
(this.Wrapper, EventArgs.Empty);