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