1 write to notRewriting
System.Activities (1)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (1)
78
this.
notRewriting
= true;
10 references to notRewriting
System.Activities (10)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (10)
103
if (this.
notRewriting
)
118
if (this.
notRewriting
)
129
if (this.
notRewriting
)
141
if (this.
notRewriting
)
153
if (this.
notRewriting
)
165
if (this.
notRewriting
)
177
if (this.
notRewriting
)
199
Fx.Assert(!this.
notRewriting
, "we only use depth calculation if we're rewriting");
209
Fx.Assert(!this.
notRewriting
, "we only use depth calculation if we're rewriting");
384
if (!Writer.
notRewriting
)