2 overrides of canRelyOnParentRecalc
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
538
internal override bool
canRelyOnParentRecalc
(UIElement parent)
563
internal override bool
canRelyOnParentRecalc
(UIElement parent)
1 reference to canRelyOnParentRecalc
PresentationCore (1)
System\Windows\LayoutManager.cs (1)
894
if(parent != null &&
canRelyOnParentRecalc
(parent)) return;