2 references to IsHandle
System.Activities (2)
System\Activities\HandleInitializationContext.cs (1)
75Fx.Assert(ActivityUtilities.IsHandle(handleType), "This should only be called with Handle subtypes.");
System\Activities\Variable.cs (1)
279this.IsHandle = ActivityUtilities.IsHandle(typeof(T));