Exemple #1
0
		public LabelBackend ()
		{
			Widget = new WpfLabel ();
		}
Exemple #2
0
 public LabelBackend()
 {
     Widget = new WpfLabel();
 }
Exemple #3
0
 public WpfLabelAutomationPeer(WpfLabel owner) : base(owner)
 {
 }