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