20 references to FlowDirectionProperty
Microsoft.Maui.Controls (20)
Cells\Cell.cs (2)
48 OnPropertyChanged(VisualElement.FlowDirectionProperty.PropertyName); 292 else if (e.PropertyName == VisualElement.FlowDirectionProperty.PropertyName ||
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
81 else if (e.PropertyName == VisualElement.FlowDirectionProperty.PropertyName)
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (1)
80 else if (e.PropertyName == VisualElement.FlowDirectionProperty.PropertyName)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
56 else if (e.Is(VisualElement.FlowDirectionProperty))
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
275 else if (e.PropertyName == VisualElement.FlowDirectionProperty.PropertyName)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
90 if (e.Is(VisualElement.FlowDirectionProperty))
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (1)
257 else if (e.PropertyName == VisualElement.FlowDirectionProperty.PropertyName)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
294 if (e.Is(VisualElement.FlowDirectionProperty))
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
311 if (e.Is(VisualElement.FlowDirectionProperty))
Handlers\Items\ItemsViewHandler.cs (1)
29 [Controls.ItemsView.FlowDirectionProperty.PropertyName] = MapFlowDirection,
Handlers\Items2\ItemsViewHandler2.iOS.cs (1)
33 [Controls.ItemsView.FlowDirectionProperty.PropertyName] = MapFlowDirection,
Internals\PropertyPropagationExtensions.cs (2)
11 if (propertyName == null || propertyName == VisualElement.FlowDirectionProperty.PropertyName) 39 if (propertyName == null || propertyName == VisualElement.FlowDirectionProperty.PropertyName)
Properties\AssemblyInfo.cs (1)
101[assembly: StyleProperty("direction", typeof(VisualElement), nameof(VisualElement.FlowDirectionProperty), Inherited = true)]
Shell\BaseShellItem.cs (1)
288 OnPropertyChanged(VisualElement.FlowDirectionProperty.PropertyName);
VisualElement\VisualElement.cs (4)
450 get { return (FlowDirection)GetValue(FlowDirectionProperty); } 451 set { SetValue(FlowDirectionProperty, value); } 470 OnPropertyChanged(FlowDirectionProperty.PropertyName); 1625 (bindable as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.FlowDirectionProperty.PropertyName);