2 writes to autoExpandableDesigner
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (2)
300this.autoExpandableDesigner = null; 310this.autoExpandableDesigner = value;
3 references to autoExpandableDesigner
System.Workflow.ComponentModel (3)
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (3)
294if (this.autoExpandableDesigner == value) 321if (this.autoExpandableDesigner != null) 323this.autoExpandableDesigner.Expanded = true;