4 references to IsLockedProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\ToolBarTray.cs (4)
149
get { return (bool) GetValue(
IsLockedProperty
); }
150
set { SetValue(
IsLockedProperty
, value); }
164
element.SetValue(
IsLockedProperty
, value);
178
return (bool)element.GetValue(
IsLockedProperty
);