1 write to _handlerLayoutUpdated
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
829
_handlerLayoutUpdated
= new EventHandler(OnLayoutUpdated);
1 reference to _handlerLayoutUpdated
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
962
this.LayoutUpdated +=
_handlerLayoutUpdated
;