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