2 references to TryGetValue
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
1311
if (_itemAttachedStorage.
TryGetValue
(item, DataGridRow.DetailsVisibilityProperty, out detailsVisibility))
System\Windows\Controls\DataGridRow.cs (1)
513
if (_owner.ItemAttachedStorage.
TryGetValue
(Item, property, out value))