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