Home
last modified time | relevance | path

Searched refs:_stateLocation (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/
H A DStateDesigner.cs54 private Point _stateLocation; field in System.Workflow.Activities.StateDesigner
203 this._stateLocation = value;
544 this.Location = _stateLocation;
549 _stateLocation = this.Location;
2297 value = (ActiveDesigner == null) ? Location : this._stateLocation; in OnGetPropertyValue()