7 references to PrivateSharedSizeScopeProperty
PresentationFramework (7)
System\Windows\Controls\DefinitionBase.cs (4)
257d.SetValue(PrivateSharedSizeScopeProperty, sharedStatesCollection); 261d.ClearValue(PrivateSharedSizeScopeProperty); 631get { return (SharedSizeScope) GetValue(PrivateSharedSizeScopeProperty); } 1018PrivateSharedSizeScopeProperty.OverrideMetadata(
System\Windows\Controls\MenuItem.cs (3)
2137Path = new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty), 2141BindingOperations.SetBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty, binding); 2148BindingOperations.ClearBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty);