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