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