public PropertyBindView() { SomeTextBox = new TextBox(); Property2 = new TextBox(); FakeControl = new PropertyBindFakeControl(); FakeItemsControl = new ListBox(); }
public PropertyBindView() { SomeTextBox = new UITextView(); Property2 = new UITextView(); FakeControl = new PropertyBindFakeControl(); }
public PropertyBindView() { SomeTextBox = new TextView(Application.Context); Property2 = new TextView(Application.Context); FakeControl = new PropertyBindFakeControl(); }