2 references to LastChildFill
PresentationFramework (2)
src\Framework\System\Windows\Controls\DockPanel.cs (2)
166/// DependencyProperty for <see cref="LastChildFill" /> property. 281int nonFillChildrenCount = totalChildrenCount - (LastChildFill ? 1 : 0);