2 instantiations of PropertyContainerAutomationPeer
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
152peers.Add(new PropertyContainerAutomationPeer(propertyContainer));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (1)
115PropertyContainerAutomationPeer peer = new PropertyContainerAutomationPeer(propertyContainer);
3 references to PropertyContainerAutomationPeer
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
507PropertyContainerAutomationPeer pcAutomationPeer = peer as PropertyContainerAutomationPeer;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (1)
115PropertyContainerAutomationPeer peer = new PropertyContainerAutomationPeer(propertyContainer);