9 references to MinWidthProperty
PresentationFramework (8)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
134setter.Property = MinWidthProperty;
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
269_adornerDecorator.SetBinding(MinWidthProperty, binding);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1174FrameworkElement.MinWidthProperty,
src\Framework\System\Windows\FrameworkElement.cs (2)
3530get { return (double) GetValue(MinWidthProperty); } 3531set { SetValue(MinWidthProperty, value); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2589DependencyProperty dp = System.Windows.FrameworkElement.MinWidthProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1787return System.Windows.FrameworkElement.MinWidthProperty;
src\Framework\System\Windows\Window.cs (1)
78MinWidthProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMinWidthChanged)));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
87hintTextGrid.SetBinding(Grid.MinWidthProperty, "MinWidth");