7 references to PrivateSharedSizeScopeProperty
PresentationFramework (7)
System\Windows\Controls\DefinitionBase.cs (4)
258d.SetValue(PrivateSharedSizeScopeProperty, sharedStatesCollection); 262d.ClearValue(PrivateSharedSizeScopeProperty); 632get { return (SharedSizeScope) GetValue(PrivateSharedSizeScopeProperty); } 1019PrivateSharedSizeScopeProperty.OverrideMetadata(
System\Windows\Controls\MenuItem.cs (3)
2144binding.Path = new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty); 2147BindingOperations.SetBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty, binding); 2154BindingOperations.ClearBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty);