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