20 references to FeatureNode
ReachFramework (20)
PrintConfig\PageMediaSize.cs (4)
399
if ((this.
FeatureNode
!= null) &&
400
((optionName = this.
FeatureNode
.GetOptionName(out bIsPrivate)) != null) &&
434
if ((this.
FeatureNode
!= null) &&
435
((optionName = this.
FeatureNode
.GetOptionName(out bIsPrivate)) != null) &&
PrintConfig\PrtTicket_Base.cs (16)
65
if (_parentFeature.
FeatureNode
!= null)
67
parentElement = _parentFeature.
FeatureNode
.FeatureElement;
113
if (_parentFeature.
FeatureNode
!= null)
116
_parentFeature.
FeatureNode
.FeatureElement);
163
if (
FeatureNode
!= null)
169
if (
FeatureNode
.GetOptionPropertyIntValue(propertyName, out intValue))
184
stringValue =
FeatureNode
.GetOptionName(out bInPrivateNamespace);
189
stringValue =
FeatureNode
.GetOptionPropertyStdStringValue(
225
string paramName =
FeatureNode
.GetOptionPropertyParamRefName(map.ParamPropName);
255
if (
FeatureNode
== null)
264
if (_parentFeature.
FeatureNode
== null)
270
PTFeatureNode parentFeatureNode = _parentFeature.
FeatureNode
;
291
FeatureNode
.SetOptionPropertyIntValue(propertyName, value);
312
FeatureNode
.SetOptionName(stringValue);
317
FeatureNode
.SetOptionPropertyStdStringValue(propertyName, stringValue);
323
FeatureNode
.SetOptionPropertyParamRefName(map.ParamPropName, map.ParamRefName);