public override void SetSize(int width, int height) { base.SetSize(width, height); if (this.targetUI != null) { this.TargetBox = this.targetUI; } }
public void ReleaseTarget() { this.TargetBox = null; this.MasterSelectionSet = null; }