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