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