This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix 15052 NullReferenceException when returning null from DataTemplateSelector #15074
Closed
Commits on Jan 17, 2022
-
Fix NullReferenceExceptions on null from DataTemplateSelector in Tabb…
…edPage.ItemTemplate Not sure what other controls this picks up but it's a start.
Configuration menu - View commit details
-
Copy full SHA for 7577636 - Browse repository at this point
Copy the full SHA 7577636View commit details -
Configuration menu - View commit details
-
Copy full SHA for daaccec - Browse repository at this point
Copy the full SHA daaccecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18be4a0 - Browse repository at this point
Copy the full SHA 18be4a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16c4ea5 - Browse repository at this point
Copy the full SHA 16c4ea5View commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4fe81b0 - Browse repository at this point
Copy the full SHA 4fe81b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9325a - Browse repository at this point
Copy the full SHA 2c9325aView commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8eafd9b - Browse repository at this point
Copy the full SHA 8eafd9bView commit details -
Remove unused DataTemplate code in Flyout.
This code is never used because the protected members are never set, thus !null test is never true, and the class has not been specialized. (Cut out and compile with no errors).
Configuration menu - View commit details
-
Copy full SHA for 8abeb36 - Browse repository at this point
Copy the full SHA 8abeb36View commit details -
Configuration menu - View commit details
-
Copy full SHA for a722a99 - Browse repository at this point
Copy the full SHA a722a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb6937f - Browse repository at this point
Copy the full SHA bb6937fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 686914d - Browse repository at this point
Copy the full SHA 686914dView commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 295b84d - Browse repository at this point
Copy the full SHA 295b84dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db1c3e - Browse repository at this point
Copy the full SHA 1db1c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d72852 - Browse repository at this point
Copy the full SHA 3d72852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92b0cae - Browse repository at this point
Copy the full SHA 92b0caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 021ce6b - Browse repository at this point
Copy the full SHA 021ce6bView commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8ebc055 - Browse repository at this point
Copy the full SHA 8ebc055View commit details
Commits on Jan 26, 2022
-
Add support for null from Template Selector
I've corrected the logic so it can handle a null from a DataTemplateSelector, but I've not corrected the logic that's using the template as a parameter for template selection.
Configuration menu - View commit details
-
Copy full SHA for 74328da - Browse repository at this point
Copy the full SHA 74328daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f97dfab - Browse repository at this point
Copy the full SHA f97dfabView commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6cda2a - Browse repository at this point
Copy the full SHA e6cda2aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.