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