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