Пример #1
0
		public override void IsContentElement ()
		{
			TextBlockAutomationPeerPoker tbap = new TextBlockAutomationPeerPoker (new TextBlock ());
			Assert.IsTrue (tbap.IsContentElement (), "IsContentElement");
			Assert.IsTrue (tbap.IsContentElementCore_ (), "IsContentElementCore");
		}