Chris Smith
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How do I tell Resharper the type contained by an ICollectionView?
I have the following XAML: <DataGrid ItemsSource="{Binding Path=FilteredPatients}" SelectedItem="{Binding Path=SelectedPatient}"> <DataGrid.Columns> <DataGridTextColumn Header="Name" ...