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