1 write to _transformSource
System.Web (1)
UI\WebControls\xml.cs (1)
311_transformSource = value;
7 references to _transformSource
System.Web (7)
UI\WebControls\xml.cs (7)
307return (_transformSource == null) ? String.Empty : _transformSource; 398if (String.IsNullOrEmpty(_transformSource) || _transformSource.Trim().Length == 0) 404ResolvePhysicalOrVirtualPath(_transformSource, out virtualPath, out physicalPath); 413Debug.Trace("XmlControl", "Xsl Transform not found in cache (" + _transformSource + ")"); 445Debug.Trace("XmlControl", "XslTransform found in cache (" + _transformSource + ")");