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