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