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