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