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