2 overrides of canRelyOnParentRecalc
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
543internal override bool canRelyOnParentRecalc(UIElement parent) 569internal override bool canRelyOnParentRecalc(UIElement parent)
1 reference to canRelyOnParentRecalc
PresentationCore (1)
Core\CSharp\System\Windows\LayoutManager.cs (1)
902if(parent != null && canRelyOnParentRecalc(parent)) return;