4 references to IsSharedSizeScopeProperty
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
229element.SetValue(IsSharedSizeScopeProperty, value); 241return ((bool)element.GetValue(IsSharedSizeScopeProperty));
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (2)
157SetValue(Grid.IsSharedSizeScopeProperty, true); 158ClearValue(Grid.IsSharedSizeScopeProperty);