Searched refs:LayoutControls (Results 1 – 1 of 1) sorted by relevance
50 LayoutControls(total.Width, total.Height); in HelloWindow()55 LayoutControls(ClientSize.Width - border - border, ClientSize.Height - border - border); in OnResize()68 private void LayoutControls (int totalWidth, int totalHeight) { in LayoutControls() method in Hello.HelloWindow