1 write to FormsDataContext
Microsoft.Maui.Controls (1)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1254
that.
FormsDataContext
= (global::System.Object)Value;
7 references to FormsDataContext
Microsoft.Maui.Controls (7)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1249
return that.
FormsDataContext
;
Handlers\Items\SelectableItemsViewHandler.Windows.cs (2)
204
bool isSelected = ItemsView.SelectedItem == formsItemContentControl.
FormsDataContext
|| ItemsView.SelectedItems.Contains(formsItemContentControl.
FormsDataContext
);
Platform\Windows\CollectionView\ItemContentControl.cs (4)
68
nameof(
FormsDataContext
), typeof(object), typeof(ItemContentControl),
149
var dataContext =
FormsDataContext
;
218
isSelected = selectableItemsView.SelectedItem ==
FormsDataContext
;
220
isSelected = selectableItemsView.SelectedItems.Contains(
FormsDataContext
);