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