8 references to MinWidthProperty
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (1)
113Property = MinWidthProperty,
System\Windows\Controls\Primitives\PopupRoot.cs (1)
268_adornerDecorator.SetBinding(MinWidthProperty, binding);
System\Windows\Documents\TextSchema.cs (1)
1165FrameworkElement.MinWidthProperty,
System\Windows\FrameworkElement.cs (2)
3510get { return (double) GetValue(MinWidthProperty); } 3511set { SetValue(MinWidthProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2672DependencyProperty dp = System.Windows.FrameworkElement.MinWidthProperty;
System\Windows\Markup\KnownTypes.cs (1)
1779return System.Windows.FrameworkElement.MinWidthProperty;
System\Windows\Window.cs (1)
49MinWidthProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMinWidthChanged)));