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)
307
return (
_transformSource
== null) ? String.Empty :
_transformSource
;
398
if (String.IsNullOrEmpty(
_transformSource
) ||
_transformSource
.Trim().Length == 0)
404
ResolvePhysicalOrVirtualPath(
_transformSource
, out virtualPath, out physicalPath);
413
Debug.Trace("XmlControl", "Xsl Transform not found in cache (" +
_transformSource
+ ")");
445
Debug.Trace("XmlControl", "XslTransform found in cache (" +
_transformSource
+ ")");