Implemented interface member:
event
PropertyChanged
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
94 references to PropertyChanged
Microsoft.Maui.Controls (92)
BindableObject.cs (2)
404 /// Raises the <see cref="PropertyChanged"/> event. 408 => PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
Cells\Cell.cs (2)
199 RealParent.PropertyChanged += OnParentPropertyChanged; 214 RealParent.PropertyChanged -= OnParentPropertyChanged;
FormattedString.cs (2)
50 bo.PropertyChanged -= OnItemPropertyChanged; 65 bo.PropertyChanged += OnItemPropertyChanged;
GradientBrush.cs (4)
57 oldStop.PropertyChanged -= OnGradientStopPropertyChanged; 69 newStop.PropertyChanged += OnGradientStopPropertyChanged; 83 oldStop.PropertyChanged -= OnGradientStopPropertyChanged; 95 newStop.PropertyChanged += OnGradientStopPropertyChanged;
IndicatorView\IndicatorStackLayout.cs (2)
14 _indicatorView.PropertyChanged += IndicatorViewPropertyChanged; 159 _indicatorView.PropertyChanged -= IndicatorViewPropertyChanged;
Interactivity\PropertyCondition.cs (2)
97 bindable.PropertyChanged += OnAttachedObjectPropertyChanged; 103 bindable.PropertyChanged -= OnAttachedObjectPropertyChanged;
Label\Label.cs (2)
63 formattedString.PropertyChanged -= label.OnFormattedTextChanged; 78 formattedString.PropertyChanged += label.OnFormattedTextChanged;
LegacyLayouts\AbsoluteLayout.cs (2)
85 child.PropertyChanged += ChildOnPropertyChanged; 90 child.PropertyChanged -= ChildOnPropertyChanged;
LegacyLayouts\FlexLayout.cs (2)
290 view.PropertyChanged += OnChildPropertyChanged; 296 view.PropertyChanged -= OnChildPropertyChanged;
LegacyLayouts\Grid.cs (2)
159 view.PropertyChanged += OnItemPropertyChanged; 171 view.PropertyChanged -= OnItemPropertyChanged;
Menu\MenuItemTracker.cs (4)
190 page.PropertyChanged += OnPropertyChanged; 224 page.PropertyChanged += OnPropertyChanged; 251 page.PropertyChanged -= OnPropertyChanged; 275 page.PropertyChanged -= OnPropertyChanged;
Platform\ModalNavigationManager\ModalNavigationManager.cs (1)
49 _window.PropertyChanged += (_, args) =>
SemanticProperties.cs (2)
70 source.PropertyChanged += PropagateSemanticProperties; 75 return new ActionDisposable(() => source.PropertyChanged -= PropagateSemanticProperties);
Shapes\GeometryGroup.cs (4)
56 oldChildren.PropertyChanged -= OnChildrenPropertyChanged; 67 newChildren.PropertyChanged += OnChildrenPropertyChanged; 80 oldGeometry.PropertyChanged -= OnChildrenPropertyChanged; 91 newGeometry.PropertyChanged += OnChildrenPropertyChanged;
Shapes\Path.cs (4)
51 (oldValue as Geometry).PropertyChanged -= (bindable as Path).OnGeometryPropertyChanged; 59 (newValue as Geometry).PropertyChanged += (bindable as Path).OnGeometryPropertyChanged; 70 (oldValue as Transform).PropertyChanged -= (bindable as Path).OnTransformPropertyChanged; 75 (newValue as Transform).PropertyChanged += (bindable as Path).OnTransformPropertyChanged;
Shapes\PathFigure.cs (4)
91 oldPathSegment.PropertyChanged -= OnPathSegmentPropertyChanged; 102 newPathSegment.PropertyChanged += OnPathSegmentPropertyChanged; 115 oldPathSegment.PropertyChanged -= OnPathSegmentPropertyChanged; 126 newPathSegment.PropertyChanged += OnPathSegmentPropertyChanged;
Shapes\PathGeometry.cs (4)
192 oldPathFigure.PropertyChanged -= OnPathFigurePropertyChanged; 204 newPathFigure.PropertyChanged += OnPathFigurePropertyChanged; 218 oldPathFigure.PropertyChanged -= OnPathFigurePropertyChanged; 230 newPathFigure.PropertyChanged += OnPathFigurePropertyChanged;
Shapes\Shape.cs (3)
488 s.PropertyChanged -= OnBrushChanged; 494 source.PropertyChanged += OnBrushChanged; 505 s.PropertyChanged -= OnBrushChanged;
Shell\MenuShellItem.cs (1)
23 MenuItem.PropertyChanged += OnMenuItemPropertyChanged;
Shell\Shell.cs (5)
841 shellItem.PropertyChanged += OnShellItemPropertyChanged; 843 shellSection.PropertyChanged += OnShellItemPropertyChanged; 896 (sender as BindableObject).PropertyChanged -= OnShellItemPropertyChanged; 1567 _previousPage.PropertyChanged -= OnCurrentPagePropertyChanged; 1601 CurrentPage.PropertyChanged += OnCurrentPagePropertyChanged;
Shell\ShellContent.cs (2)
170 page.PropertyChanged += OnPagePropertyChanged; 180 page.PropertyChanged -= OnPagePropertyChanged;
Shell\ShellElementCollection.cs (2)
237 bsi.PropertyChanged += BaseShellItemPropertyChanged; 248 bsi.PropertyChanged -= BaseShellItemPropertyChanged;
Shell\ShellNavigationManager.cs (2)
221 _shell.PropertyChanged += WaitForWindowToSet; 229 _shell.PropertyChanged -= WaitForWindowToSet;
ShellToolbar.cs (5)
30 shell.PropertyChanged += (_, p) => 61 _currentPage.PropertyChanged -= OnCurrentPagePropertyChanged; 66 _currentPage.PropertyChanged += OnCurrentPagePropertyChanged; 136 _backButtonBehavior.PropertyChanged -= OnBackButtonCommandPropertyChanged; 141 _backButtonBehavior.PropertyChanged += OnBackButtonCommandPropertyChanged;
SwipeView\SwipeView.cs (4)
141 oldItems.PropertyChanged -= SwipeItemsPropertyChanged; 148 newItems.PropertyChanged += SwipeItemsPropertyChanged; 269 child.PropertyChanged += OnPropertyChanged; 275 child.PropertyChanged -= OnPropertyChanged;
TabbedPage\TabbedPage.cs (2)
119 page.PropertyChanged += OnPagePropertyChanged; 121 page.PropertyChanged -= OnPagePropertyChanged;
TableView\TableRoot.cs (2)
49 section.PropertyChanged += ChildPropertyChanged; 58 section.PropertyChanged -= ChildPropertyChanged;
TableView\TableView.cs (2)
78 _tableModel.Root.PropertyChanged -= OnTableModelRootPropertyChanged; 87 _tableModel.Root.PropertyChanged += OnTableModelRootPropertyChanged;
TemplatedItemsList.cs (7)
64 _itemsView.PropertyChanged += BindableOnPropertyChanged; 86 _itemsView.PropertyChanged += BindableOnPropertyChanged; 100 add { PropertyChanged += value; } 101 remove { PropertyChanged -= value; } 241 _itemsView.PropertyChanged -= BindableOnPropertyChanged; 1298 list.PropertyChanged += OnChildListPropertyChanged; 1367 list.PropertyChanged -= OnChildListPropertyChanged;
TitleBar\TitleBar.cs (2)
254 PropertyChanged += TitleBar_PropertyChanged; 264 PropertyChanged -= TitleBar_PropertyChanged;
VisualElement\VisualElement.cs (6)
147 s.PropertyChanged -= OnClipChanged; 153 source.PropertyChanged += OnClipChanged; 164 s.PropertyChanged -= OnClipChanged; 366 s.PropertyChanged -= OnBackgroundChanged; 372 source.PropertyChanged += OnBackgroundChanged; 383 s.PropertyChanged -= OnBackgroundChanged;
Window\Window.cs (2)
621 shell.PropertyChanged -= ShellPropertyChanged; 644 newShell.PropertyChanged += ShellPropertyChanged;
Microsoft.Maui.Controls.Maps (2)
Map.cs (2)
244 item.PropertyChanged += MapElementPropertyChanged; 252 item.PropertyChanged -= MapElementPropertyChanged;