20 references to FeatureNode
ReachFramework (20)
PrintConfig\PageMediaSize.cs (4)
400
if ((this.
FeatureNode
!= null) &&
401
((optionName = this.
FeatureNode
.GetOptionName(out bIsPrivate)) != null) &&
435
if ((this.
FeatureNode
!= null) &&
436
((optionName = this.
FeatureNode
.GetOptionName(out bIsPrivate)) != null) &&
PrintConfig\PrtTicket_Base.cs (16)
67
if (_parentFeature.
FeatureNode
!= null)
69
parentElement = _parentFeature.
FeatureNode
.FeatureElement;
115
if (_parentFeature.
FeatureNode
!= null)
118
_parentFeature.
FeatureNode
.FeatureElement);
165
if (
FeatureNode
!= null)
171
if (
FeatureNode
.GetOptionPropertyIntValue(propertyName, out intValue))
186
stringValue =
FeatureNode
.GetOptionName(out bInPrivateNamespace);
191
stringValue =
FeatureNode
.GetOptionPropertyStdStringValue(
227
string paramName =
FeatureNode
.GetOptionPropertyParamRefName(map.ParamPropName);
257
if (
FeatureNode
== null)
266
if (_parentFeature.
FeatureNode
== null)
272
PTFeatureNode parentFeatureNode = _parentFeature.
FeatureNode
;
293
FeatureNode
.SetOptionPropertyIntValue(propertyName, value);
314
FeatureNode
.SetOptionName(stringValue);
319
FeatureNode
.SetOptionPropertyStdStringValue(propertyName, stringValue);
325
FeatureNode
.SetOptionPropertyParamRefName(map.ParamPropName, map.ParamRefName);