3 writes to xmlTransformable
Microsoft.Web.XmlTransform (3)
XmlTransformation.cs (3)
176
this.
xmlTransformable
= xmlTarget as XmlTransformableDocument;
194
this.
xmlTransformable
= null;
365
xmlTransformable
= null;
6 references to xmlTransformable
Microsoft.Web.XmlTransform (6)
XmlTransformation.cs (6)
279
if (
xmlTransformable
!= null) {
280
xmlTransformable
.OnBeforeChange();
285
if (
xmlTransformable
!= null) {
286
xmlTransformable
.OnAfterChange();
362
if (
xmlTransformable
!= null)
364
xmlTransformable
.Dispose();