4 references to LastChildFillProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\DockPanel.cs (2)
160get { return (bool) GetValue(LastChildFillProperty); } 161set { SetValue(LastChildFillProperty, value); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2373DependencyProperty dp = System.Windows.Controls.DockPanel.LastChildFillProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1761return System.Windows.Controls.DockPanel.LastChildFillProperty;