20 references to FeatureNode
ReachFramework (20)
PrintConfig\PageMediaSize.cs (4)
398
if ((this.
FeatureNode
!= null) &&
399
((optionName = this.
FeatureNode
.GetOptionName(out bIsPrivate)) != null) &&
433
if ((this.
FeatureNode
!= null) &&
434
((optionName = this.
FeatureNode
.GetOptionName(out bIsPrivate)) != null) &&
PrintConfig\PrtTicket_Base.cs (16)
64
if (_parentFeature.
FeatureNode
!= null)
66
parentElement = _parentFeature.
FeatureNode
.FeatureElement;
112
if (_parentFeature.
FeatureNode
!= null)
115
_parentFeature.
FeatureNode
.FeatureElement);
162
if (
FeatureNode
!= null)
168
if (
FeatureNode
.GetOptionPropertyIntValue(propertyName, out intValue))
183
stringValue =
FeatureNode
.GetOptionName(out bInPrivateNamespace);
188
stringValue =
FeatureNode
.GetOptionPropertyStdStringValue(
224
string paramName =
FeatureNode
.GetOptionPropertyParamRefName(map.ParamPropName);
254
if (
FeatureNode
== null)
263
if (_parentFeature.
FeatureNode
== null)
269
PTFeatureNode parentFeatureNode = _parentFeature.
FeatureNode
;
290
FeatureNode
.SetOptionPropertyIntValue(propertyName, value);
311
FeatureNode
.SetOptionName(stringValue);
316
FeatureNode
.SetOptionPropertyStdStringValue(propertyName, stringValue);
322
FeatureNode
.SetOptionPropertyParamRefName(map.ParamPropName, map.ParamRefName);