15 references to PaddingProperty
PresentationFramework (12)
System\Windows\Controls\Control.cs (2)
397
get { return (Thickness) GetValue(
PaddingProperty
); }
398
set { SetValue(
PaddingProperty
, value); }
System\Windows\Controls\DataGridTextColumn.cs (1)
65
style.Setters.Add(new Setter(TextBox.
PaddingProperty
, new Thickness(0.0)));
System\Windows\Controls\PasswordBox.cs (3)
67
Control.
PaddingProperty
.OverrideMetadata(typeof(PasswordBox),
1112
object padding = passwordBox.GetValue(Control.
PaddingProperty
);
1119
passwordBox.ScrollViewer.ClearValue(Control.
PaddingProperty
);
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
63
Control.
PaddingProperty
.OverrideMetadata(typeof(TextBoxBase),
1642
OnScrollViewerPropertyChanged(this, new DependencyPropertyChangedEventArgs(ScrollViewer.
PaddingProperty
, null /* old value */, this.GetValue(
PaddingProperty
)));
System\Windows\Controls\ScrollViewer.cs (1)
2712
content.SetValue(ContentPresenter.MarginProperty, new TemplateBindingExtension(
PaddingProperty
));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2297
DependencyProperty dp = System.Windows.Controls.Control.
PaddingProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1750
return System.Windows.Controls.Control.
PaddingProperty
;
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
139
public static readonly DependencyProperty PaddingProperty = Control.
PaddingProperty
.AddOwner(typeof(ScrollChrome));
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
121
public static readonly DependencyProperty PaddingProperty = Control.
PaddingProperty
.AddOwner(typeof(ScrollChrome));
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
586
SWC.Control.
PaddingProperty
.AddOwner(typeof(WindowsFormsHost));