2 types derived from TextBlockAutomationPeer
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
644
internal class TextBlockWrapperAutomationPeer :
TextBlockAutomationPeer
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (1)
105
private class InfoTextBlockAutomationPeer :
TextBlockAutomationPeer
, IAutomationFocusChangedEventSource
3 instantiations of TextBlockAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1989
return new
TextBlockAutomationPeer
(this);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (2)
66
_children.Add(new
TextBlockAutomationPeer
(_inspector.SelectionTypeLabel));
133
return new
TextBlockAutomationPeer
(_informationLabel);