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