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