7 references to PrivateSharedSizeScopeProperty
PresentationFramework (7)
System\Windows\Controls\DefinitionBase.cs (4)
265d.SetValue(PrivateSharedSizeScopeProperty, sharedStatesCollection); 269d.ClearValue(PrivateSharedSizeScopeProperty); 639get { return (SharedSizeScope) GetValue(PrivateSharedSizeScopeProperty); } 1026PrivateSharedSizeScopeProperty.OverrideMetadata(
System\Windows\Controls\MenuItem.cs (3)
2154binding.Path = new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty); 2157BindingOperations.SetBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty, binding); 2164BindingOperations.ClearBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty);