8 references to MinWidthProperty
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (1)
123setter.Property = MinWidthProperty;
System\Windows\Controls\Primitives\PopupRoot.cs (1)
272_adornerDecorator.SetBinding(MinWidthProperty, binding);
System\Windows\Documents\TextSchema.cs (1)
1172FrameworkElement.MinWidthProperty,
System\Windows\FrameworkElement.cs (2)
3531get { return (double) GetValue(MinWidthProperty); } 3532set { SetValue(MinWidthProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2597DependencyProperty dp = System.Windows.FrameworkElement.MinWidthProperty;
System\Windows\Markup\KnownTypes.cs (1)
1786return System.Windows.FrameworkElement.MinWidthProperty;
System\Windows\Window.cs (1)
68MinWidthProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMinWidthChanged)));