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