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