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