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