4 references to IsSharedSizeScopeProperty
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
238
element.SetValue(
IsSharedSizeScopeProperty
, value);
250
return ((bool)element.GetValue(
IsSharedSizeScopeProperty
));
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (2)
160
SetValue(Grid.
IsSharedSizeScopeProperty
, true);
161
ClearValue(Grid.
IsSharedSizeScopeProperty
);