2 references to AccessText
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1592
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
AccessText
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1126
case KnownElements.AccessText: o = new System.Windows.Controls.
AccessText
(); break;