5 references to TitleProperty
Microsoft.Maui.Controls (5)
TableView\TableRoot.cs (2)
34
if (propertyChangedEventArgs.PropertyName ==
TitleProperty
.PropertyName)
36
OnPropertyChanged(
TitleProperty
.PropertyName);
TableView\TableSectionBase.cs (2)
36
get { return (string)GetValue(
TitleProperty
); }
37
set { SetValue(
TitleProperty
, value); }
TableView\TableView.cs (1)
167
if (e.PropertyName == TableSectionBase.
TitleProperty
.PropertyName)