3 implementations of ResolveSelectionPath
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryContainerSelectionPathInterpreter.cs (1)
53
public DependencyObject
ResolveSelectionPath
(CategoryList root, SelectionPath path, out bool pendingGeneration)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionPathInterpreter.cs (1)
48
public DependencyObject
ResolveSelectionPath
(CategoryList root, SelectionPath path, out bool pendingGeneration)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionPathInterpreter.cs (1)
48
public DependencyObject
ResolveSelectionPath
(CategoryList root, SelectionPath path, out bool pendingGeneration)
1 reference to ResolveSelectionPath
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (1)
74
return interpreter.
ResolveSelectionPath
(root, path, out pendingGeneration);