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