FrameworkElement.ArrangeCore Method
.NET Framework 4.6 and 4.5
Implements ArrangeCore (defined as virtual in UIElement) and seals the implementation.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
This method is sealed. In order to override the logic in your custom element specifically for the arrange pass of element layout, your FrameworkElement derived class must override ArrangeOverride.
Show: