3 instantiations of PathParameterCollection
PresentationFramework (3)
src\Framework\System\Windows\PropertyPath.cs (3)
90PathParameterCollection parameters = new PathParameterCollection(pathParameters); 142SetPathParameterCollection(new PathParameterCollection()); 391PathParameterCollection parameters = new PathParameterCollection();
4 references to PathParameterCollection
PresentationFramework (4)
src\Framework\System\Windows\PropertyPath.cs (4)
90PathParameterCollection parameters = new PathParameterCollection(pathParameters); 391PathParameterCollection parameters = new PathParameterCollection(); 485private void SetPathParameterCollection(PathParameterCollection parameters) 983PathParameterCollection _parameters; // list of DPs to inject into the path