Browse Source

typo

pull/7810/head
daniel mayost 5 years ago
parent
commit
aa6531b53c
  1. 2
      src/Avalonia.Controls/Control.cs

2
src/Avalonia.Controls/Control.cs

@ -67,7 +67,7 @@ namespace Avalonia.Controls
/// </summary>
public static readonly AttachedProperty<FlowDirection> FlowDirectionProperty =
AvaloniaProperty.RegisterAttached<Control, Control, FlowDirection>(nameof(FlowDirection), inherits: true);
private DataTemplates? _dataTemplates;
private IControl? _focusAdorner;
private AutomationPeer? _automationPeer;

Loading…
Cancel
Save