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