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