1 write to _effectiveFlowDirection
Microsoft.Maui.Controls (1)
Shell\BaseShellItem.cs (1)
285
_effectiveFlowDirection
= value;
2 references to _effectiveFlowDirection
Microsoft.Maui.Controls (2)
Shell\BaseShellItem.cs (2)
279
get { return
_effectiveFlowDirection
; }
282
if (value ==
_effectiveFlowDirection
)