1 write to _effectiveFlowDirection
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
362 _effectiveFlowDirection = value;
3 references to _effectiveFlowDirection
Microsoft.Maui.Controls (3)
Window\Window.cs (3)
351 get => _effectiveFlowDirection; 359 if (value == _effectiveFlowDirection) 584 return _effectiveFlowDirection.ToFlowDirection();