This is because the element you're giving the x:Name property to is not a direct child of the ContentView main child.
<ContentView> <Grid> <Label x:Name="ThisWorks"...
<ContentView>
<Grid>
<Label x:Name="ThisWorks"...