2 references to PaddingProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (2)
87get { return (Thickness)GetValue(PaddingProperty); } 88set { SetValue(PaddingProperty, value); }