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