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