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