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