Skip to content

Commit 433de15

Browse files
David BritchDavid Britch
authored andcommitted
Unused x:Name references removed.
1 parent 531e90e commit 433de15

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/CheckoutView.xaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
8484
<RowDefinition Height="Auto" />
8585
</Grid.RowDefinitions>
8686
<!-- ORDER INFO -->
87-
<Grid
88-
x:Name="OrderInfo">
87+
<Grid>
8988
<Grid.ColumnDefinitions>
9089
<ColumnDefinition />
9190
<ColumnDefinition />
@@ -141,8 +140,7 @@
141140
</Grid>
142141
<!-- SHIPPING ADDRESS -->
143142
<Grid
144-
x:Name="ShippingAddress"
145-
Grid.Row="1"
143+
Grid.Row="1"
146144
Margin="12">
147145
<Grid.RowDefinitions>
148146
<RowDefinition Height="Auto" />
@@ -169,9 +167,7 @@
169167
</StackLayout>
170168
</Grid>
171169
<!-- ORDER ITEMS -->
172-
<Grid
173-
x:Name="OrderItems"
174-
Grid.Row="2">
170+
<Grid Grid.Row="2">
175171
<Grid.RowDefinitions>
176172
<RowDefinition Height="*" />
177173
<RowDefinition Height="Auto" />

0 commit comments

Comments
 (0)