3 references to TryGetPropertyValue
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (2)
153
bool result =
TryGetPropertyValue
(item, out temp, path);
167
bool result =
TryGetPropertyValue
(item, out temp, path);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1361
if (this.ReflectedObject.
TryGetPropertyValue
(out expression, ArgumentDefaultValueProperty, "Expression") && null != expression)