System.Windows.Documents.TextElement.OnCreateAutomationPeer C# (CSharp) Method

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : AutomationPeer
return AutomationPeer
		protected virtual AutomationPeer OnCreateAutomationPeer()
		{
			Console.WriteLine ("NEIX: System.Windows.Documents.TextElement:.OnCreateAutomationPeer");
			throw new NotImplementedException ();;
		}