2 references to IsSharedSizeScopeProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
296
element.SetValue(
IsSharedSizeScopeProperty
, value);
311
return ((bool)element.GetValue(
IsSharedSizeScopeProperty
));