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