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