7 references to PrivateSharedSizeScopeProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\DefinitionBase.cs (4)
272d.SetValue(PrivateSharedSizeScopeProperty, sharedStatesCollection); 276d.ClearValue(PrivateSharedSizeScopeProperty); 638get { return (SharedSizeScope) GetValue(PrivateSharedSizeScopeProperty); } 991PrivateSharedSizeScopeProperty.OverrideMetadata(
src\Framework\System\Windows\Controls\MenuItem.cs (3)
2202binding.Path = new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty); 2205BindingOperations.SetBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty, binding); 2212BindingOperations.ClearBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty);