3 references to PaddingProperty
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (2)
1008get { return (Thickness)GetValue(PaddingProperty); } 1009set { SetValue(PaddingProperty, value); }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
87public static new readonly DependencyProperty PaddingProperty = TextBlock.PaddingProperty.AddOwner(typeof(RibbonTwoLineText));