2 overrides of VisitDelegate
System.Activities (2)
System\Activities\XamlIntegration\CompiledDataContext.cs (1)
288protected override void VisitDelegate(ActivityDelegate activityDelegate, out bool exit)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
2708protected override void VisitDelegate(ActivityDelegate activityDelegate, out bool exit)
4 references to VisitDelegate
System.Activities (4)
System\Activities\XamlIntegration\CompiledDataContext.cs (1)
294base.VisitDelegate(activityDelegate, out exit);
System\Activities\XamlIntegration\CompiledExpressionActivityVisitor.cs (2)
229VisitDelegate(activityDelegate, out exit); 247VisitDelegate(activityDelegate, out exit);
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
2712base.VisitDelegate(activityDelegate, out exit);