5 references to TextBlockAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1989
return 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)
133
return new
TextBlockAutomationPeer
(_informationLabel);