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