1 reference to LastChildFill
PresentationFramework (1)
System\Windows\Controls\DockPanel.cs (1)
265
int nonFillChildrenCount = totalChildrenCount - (
LastChildFill
? 1 : 0);