4 references to FlowDirectionProperty
Microsoft.Maui.Controls (4)
Window\Window.cs (4)
344
get { return (FlowDirection)GetValue(
FlowDirectionProperty
); }
345
set { SetValue(
FlowDirectionProperty
, value); }
365
OnPropertyChanged(
FlowDirectionProperty
.PropertyName);
383
FlowDirectionProperty
.PropertyName,