1 write to hasLineInfo
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
114
this.
hasLineInfo
= true;
4 references to hasLineInfo
System.Activities (4)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (4)
178
return this.
hasLineInfo
;
186
if (this.
hasLineInfo
)
201
if (this.
hasLineInfo
)
1002
IXamlLineInfo sourceReaderLineInfo = parent.
hasLineInfo
? sourceReader as IXamlLineInfo : null;