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