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