3 references to SharedSizeGroupProperty
PresentationFramework (3)
System\Windows\Controls\DefinitionBase.cs (2)
57get { return (string) GetValue(SharedSizeGroupProperty); } 58set { SetValue(SharedSizeGroupProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8274DependencyProperty dp = System.Windows.Controls.DefinitionBase.SharedSizeGroupProperty;