2 references to ResizeBehaviorProperty
PresentationFramework (2)
System\Windows\Controls\GridSplitter.cs (2)
180get { return (GridResizeBehavior)GetValue(ResizeBehaviorProperty); } 182set { SetValue(ResizeBehaviorProperty, value); }