2 references to IsInDesignModeProperty
PresentationFramework (2)
src\Framework\System\ComponentModel\DesignerProperties.cs (2)
76
return (bool)element.GetValue(
IsInDesignModeProperty
);
86
element.SetValue(
IsInDesignModeProperty
, value);