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