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