|
|
|
@ -357,12 +357,6 @@ namespace Avalonia.Controls |
|
|
|
/// </summary>
|
|
|
|
protected virtual ILayoutManager CreateLayoutManager() => new LayoutManager(this); |
|
|
|
|
|
|
|
public override void InvalidateMirrorTransform() |
|
|
|
{ |
|
|
|
} |
|
|
|
|
|
|
|
protected override bool BypassFlowDirectionPolicies => true; |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Handles a paint notification from <see cref="ITopLevelImpl.Resized"/>.
|
|
|
|
/// </summary>
|
|
|
|
|