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