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