LayoutFarm.RenderElement.dbug_EnterTopDownReCalculateContent C# (CSharp) Метод

dbug_EnterTopDownReCalculateContent() защищенный статический Метод

protected static dbug_EnterTopDownReCalculateContent ( RenderElement v ) : void
v RenderElement
Результат void
        protected static void dbug_EnterTopDownReCalculateContent(RenderElement v)
        {
            var debugVisualLay = dbugGetLayoutTracer();
            if (debugVisualLay == null) return;
            debugVisualLay.PushVisualElement(v);
            debugVisualLay.WriteInfo(v, ">>TOPDOWN_RECAL_CONTENT ", "-", "&");
        }
        public static void dbug_ExitTopDownReCalculateContent(RenderElement v)