2 references to TryGetValueImpl
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
452
if (
TryGetValueImpl
(item, propertyName, out value))
478
bool result =
TryGetValueImpl
(item, propertyName, out value);