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