4 references to IsLockedProperty
PresentationFramework (4)
System\Windows\Controls\ToolBarTray.cs (4)
148get { return (bool) GetValue(IsLockedProperty); } 149set { SetValue(IsLockedProperty, value); } 160element.SetValue(IsLockedProperty, value); 171return (bool)element.GetValue(IsLockedProperty);