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)
2138Path = new PropertyPath(DefinitionBase.PrivateSharedSizeScopeProperty), 2142BindingOperations.SetBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty, binding); 2149BindingOperations.ClearBinding(this, DefinitionBase.PrivateSharedSizeScopeProperty);