1 instantiation of PathParser
PresentationFramework (1)
MS\Internal\Data\DataBindEngine.cs (1)
709
private PathParser _pathParser = new
PathParser
();
3 references to PathParser
PresentationFramework (3)
MS\Internal\Data\DataBindEngine.cs (2)
143
internal
PathParser
PathParser { get { return _pathParser; } }
709
private
PathParser
_pathParser = new PathParser();
System\Windows\PropertyPath.cs (1)
371
PathParser
parser = DataBindEngine.CurrentDataBindEngine.PathParser;