コード例 #1
0
 /// <summary>Prevents any repaint on the container window. This fixes some glitches on macOS.</summary>
 /// <param name="containerWindow">The ContainerWindow to freeze the repaints.</param>
 /// <param name="freeze">Wheter to freeze or unfreeze the container.</param>
 protected void SetFreezeContainer(ContainerWindow containerWindow, bool freeze)
 {
     containerWindow.InvokeMethod("SetFreezeDisplay", freeze);
 }