23 references to FlowDirectionProperty
Microsoft.Maui.Controls (11)
Cells\Cell.cs (2)
48
OnPropertyChanged(VisualElement.
FlowDirectionProperty
.PropertyName);
292
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName ||
Handlers\Items\ItemsViewHandler.cs (1)
29
[Controls.ItemsView.
FlowDirectionProperty
.PropertyName] = MapFlowDirection,
Internals\PropertyPropagationExtensions.cs (2)
13
if (propertyName == null || propertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
43
if (propertyName == null || propertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
Properties\AssemblyInfo.cs (1)
104
[assembly: StyleProperty("direction", typeof(VisualElement), nameof(VisualElement.
FlowDirectionProperty
), Inherited = true)]
Shell\BaseShellItem.cs (1)
289
OnPropertyChanged(VisualElement.
FlowDirectionProperty
.PropertyName);
VisualElement\VisualElement.cs (4)
457
get { return (FlowDirection)GetValue(
FlowDirectionProperty
); }
458
set { SetValue(
FlowDirectionProperty
, value); }
477
OnPropertyChanged(
FlowDirectionProperty
.PropertyName);
1663
(bindable as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.
FlowDirectionProperty
.PropertyName);
Microsoft.Maui.Controls.Compatibility (12)
iOS\Cells\EntryCellRenderer.cs (1)
76
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\Cells\SwitchCellRenderer.cs (1)
79
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\CollectionView\ItemsViewRenderer.cs (1)
73
else if (changedProperty.Is(VisualElement.
FlowDirectionProperty
))
iOS\Renderers\DatePickerRenderer.cs (1)
146
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\Renderers\EditorRenderer.cs (1)
255
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\Renderers\EntryRenderer.cs (1)
198
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\Renderers\LabelRenderer.cs (1)
229
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\Renderers\PickerRenderer.cs (1)
157
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\Renderers\SearchBarRenderer.cs (1)
138
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
455
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\Renderers\TimePickerRenderer.cs (1)
158
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)
iOS\ViewRenderer.cs (1)
165
else if (e.PropertyName == VisualElement.
FlowDirectionProperty
.PropertyName)