16 writes to OwnerType
System.Activities.Presentation (16)
System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (1)
76OwnerType = typeof(object),
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (5)
251OwnerType = typeof(object) 258OwnerType = typeof(object) 265OwnerType = typeof(object) 272OwnerType = typeof(object) 279OwnerType = typeof(object)
System.Activities.Presentation\System\Activities\Presentation\Model\GenericArgumentsUpdater.cs (1)
31OwnerType = modelItemType,
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (2)
214OwnerType = typeof(object) 223OwnerType = typeof(object)
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeDesigner.xaml.cs (2)
91OwnerType = typeof(ActivityBuilder), 97OwnerType = typeof(ActivityTemplateFactoryBuilder),
System.Activities.Presentation\System\Activities\Presentation\View\GenericActivityTypeDesigner.xaml.cs (1)
19OwnerType = typeof(ActivityBuilder<>),
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
517OwnerType = typeof(NamespaceData),
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (2)
56OwnerType = typeof(Object) 63OwnerType = typeof(Object)
System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (1)
54OwnerType = modelType,
2 references to OwnerType
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertiesService.cs (2)
38where property.OwnerType.IsAssignableFrom(modelItemType) select property; 43where property.OwnerType.IsAssignableFrom(modelItemType.GetGenericTypeDefinition())