1 instantiation of SourceValueState
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
675
SourceValueState svs = new
SourceValueState
();
4 references to SourceValueState
PresentationFramework (4)
MS\Internal\Data\PropertyPathWorker.cs (4)
43
_arySVS = new
SourceValueState
[path.Length];
675
SourceValueState
svs = new SourceValueState();
1012
private void GetInfo(int k, object item, ref
SourceValueState
svs)
1838
private
SourceValueState
[] _arySVS;