3 references to SVI
PresentationFramework (3)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (2)
110if (path.SVI.Length > 0) 113SetValue(Feature.XmlWorker, new XmlBindingWorker(this, path.SVI[0].drillIn == DrillIn.Never));
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
574SourceValueInfo[] SVI { get { return _parent.SVI; } }