11 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)
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)
454 get { return (FlowDirection)GetValue(FlowDirectionProperty); } 455 set { SetValue(FlowDirectionProperty, value); } 474 OnPropertyChanged(FlowDirectionProperty.PropertyName); 1629 (bindable as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.FlowDirectionProperty.PropertyName);