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