1 type derived from CustomTrackingQuery
System.Activities (1)
System\Activities\Statements\Tracking\StateMachineStateQuery.cs (1)
14public sealed class StateMachineStateQuery : CustomTrackingQuery
2 instantiations of CustomTrackingQuery
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Tracking\Configuration\CustomTrackingQueryElement.cs (1)
58return new CustomTrackingQuery
System\ServiceModel\Activities\Tracking\Configuration\StateMachineStateQueryElement.cs (1)
84return new CustomTrackingQuery
7 references to CustomTrackingQuery
System.Activities (7)
System\Activities\Tracking\RuntimeTrackingProfile.cs (7)
25List<CustomTrackingQuery> customTrackingQuerySubscriptions; 55else if (query is CustomTrackingQuery) 57AddCustomTrackingSubscription((CustomTrackingQuery)query); 219void AddCustomTrackingSubscription(CustomTrackingQuery customQuery) 223this.customTrackingQuerySubscriptions = new List<CustomTrackingQuery>(); 485CustomTrackingQuery Match(CustomTrackingRecord customRecord) 487CustomTrackingQuery query = null;