2 writes to LastChildFill
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
178LastChildFill = false,
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
44LastChildFill = true
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);