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