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