4 references to IsLockedProperty
PresentationFramework (4)
System\Windows\Controls\ToolBarTray.cs (4)
139get { return (bool) GetValue(IsLockedProperty); } 140set { SetValue(IsLockedProperty, value); } 151element.SetValue(IsLockedProperty, value); 162return (bool)element.GetValue(IsLockedProperty);