5 references to TextProperty
Microsoft.Maui.Controls (4)
Cells\TextCell.cs (2)
84
get { return (string)GetValue(
TextProperty
); }
85
set { SetValue(
TextProperty
, value); }
ListView\ListView.cs (1)
417
textCell.SetBinding(TextCell.
TextProperty
, static (object cell) => cell, BindingMode.OneWay, _toStringValueConverter);
TemplatedItemsList.cs (1)
764
TextCell.
TextProperty
,
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\TextCellRenderer.cs (1)
58
if (args.PropertyName == TextCell.
TextProperty
.PropertyName)