4 references to IsLockedProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\ToolBarTray.cs (4)
149get { return (bool) GetValue(IsLockedProperty); } 150set { SetValue(IsLockedProperty, value); } 164element.SetValue(IsLockedProperty, value); 178return (bool)element.GetValue(IsLockedProperty);