5 references to TextBlockAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1989return new TextBlockAutomationPeer(this);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
647: base(owner)
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (3)
66_children.Add(new TextBlockAutomationPeer(_inspector.SelectionTypeLabel)); 111: base(informationLabel) 133return new TextBlockAutomationPeer(_informationLabel);