SIL.FieldWorks.SharpViews.Box.RelayoutParents C# (CSharp) Method

RelayoutParents() private method

This routine typically fires off the whole relayout process. It builds the fixmap and calls Relayout. It also invalidates the new area of this, if it has moved. Todo: write a test for this moving if that ever becomes possible, and implement.
private RelayoutParents ( IGraphicsHolder gh ) : void
gh IGraphicsHolder
return void
		internal void RelayoutParents(IGraphicsHolder gh)
		{
			using (var lcb = new LayoutCallbacks(Root))
				RelayoutParents(gh, lcb);
		}

Same methods

Box::RelayoutParents ( IGraphicsHolder gh, LayoutCallbacks lcb ) : void