3 references to PaddingProperty
PresentationFramework.Royale (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
128get { return (Thickness) GetValue(PaddingProperty); } 129set { SetValue(PaddingProperty, value); } 209if (GetValueSource(PaddingProperty, null, out hasModifiers) != BaseValueSourceInternal.Default || hasModifiers)