1 instantiation of SourceValueState
PresentationFramework (1)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
690
SourceValueState svs = new
SourceValueState
();
4 references to SourceValueState
PresentationFramework (4)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (4)
52
_arySVS = new
SourceValueState
[path.Length];
690
SourceValueState
svs = new SourceValueState();
1025
private void GetInfo(int k, object item, ref
SourceValueState
svs)
1933
SourceValueState
[] _arySVS;