14 references to PaddingProperty
PresentationFramework (12)
src\Framework\System\Windows\Controls\Control.cs (2)
398get { return (Thickness) GetValue(PaddingProperty); } 399set { SetValue(PaddingProperty, value); }
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
66style.Setters.Add(new Setter(TextBox.PaddingProperty, new Thickness(0.0)));
src\Framework\System\Windows\Controls\PasswordBox.cs (3)
70Control.PaddingProperty.OverrideMetadata(typeof(PasswordBox), 1135object padding = passwordBox.GetValue(Control.PaddingProperty); 1142passwordBox.ScrollViewer.ClearValue(Control.PaddingProperty);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
66Control.PaddingProperty.OverrideMetadata(typeof(TextBoxBase), 1671OnScrollViewerPropertyChanged(this, new DependencyPropertyChangedEventArgs(ScrollViewer.PaddingProperty, null /* old value */, this.GetValue(PaddingProperty)));
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2752content.SetValue(ContentPresenter.MarginProperty, new TemplateBindingExtension(PaddingProperty));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2289DependencyProperty dp = System.Windows.Controls.Control.PaddingProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1751return System.Windows.Controls.Control.PaddingProperty;
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
145public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(ScrollChrome));
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
127public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(ScrollChrome));