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