2 writes to LastChildFill
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
178
LastChildFill
= false,
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
44
LastChildFill
= true
2 references to LastChildFill
PresentationFramework (2)
System\Windows\Controls\DockPanel.cs (2)
160
/// DependencyProperty for <see cref="
LastChildFill
" /> property.
275
int nonFillChildrenCount = totalChildrenCount - (
LastChildFill
? 1 : 0);